Share via


DkmRuntimeId.Native Property

Definition

Identifies native code. Since all code executed by the CPU is native, this is the default runtime and any code address unclaimed by other runtimes will be treated as native.

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

Property Value

Returns Guid.

Applies to