DkmRuntimeId.Native 属性

定义

标识本机代码。 因为 CPU 执行的所有代码都是本机代码,所以这是默认运行时,其他运行时未声明的任何代码地址都将被视为本机。

public:
 static property Guid Native { Guid get(); };
public static Guid Native { get; }
member this.Native : Guid
Public Shared ReadOnly Property Native As Guid

属性值

Guid

返回 Guid

适用于