DkmRuntimeInstanceId.InstanceId Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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