DkmInstructionSymbol.RuntimeType Property

Definition

The Runtime Id identifies the execution environment for a particular piece of code. Runtime Ids are used by the dispatcher to decide which monitor to dispatch to. Note that the ordering of the runtime ID Guids is somewhat significant as this dictates which runtime gets the first shot during arbitration. Thus, if one wants to declare a new runtime instance which is built on the CLR, the runtime id should be less than DkmRuntimeId.Clr.

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

Property Value

Returns Guid.

Applies to