如何查找extern C#方法的实现

时间:2018-06-08 06:07:34

标签: c#

从以下代码中,它将GetId()声明为extern方法,

https://referencesource.microsoft.com/#mscorlib/system/appdomain.cs,4682

[System.Security.SecuritySafeCritical]  // auto-generated
[ResourceExposure(ResourceScope.None)]
[MethodImplAttribute(MethodImplOptions.InternalCall)]
[ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success)]
internal extern Int32 GetId();

我在整个项目中搜索GetId()但我找不到GetId()方法的实现。

0 个答案:

没有答案