Share via


DkmRuntimeInstanceId.InstanceId Field

Definition

Used along with the 'RuntimeType' to uniquely identify a particular runtime instance within a given DkmProcess. If the 'RuntimeType' only supports a single runtime instance per process (ex: DkmRuntimeId.Native), this value is typically zero. For DkmRuntimeId.Clr, this value is the base address of the CLR dll.

public: initonly System::UInt64 InstanceId;
public: initonly unsigned long long InstanceId;
initonly unsigned long InstanceId;
public readonly ulong InstanceId;
val mutable InstanceId : uint64
Public ReadOnly InstanceId As ULong 

Field Value

Applies to