DkmClrNcModuleInstance.Index Property
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.
The identifier for this embedded module within the container. This is used as a prefix on type names in the container module to indicate which embedded module a type belongs to.
This API was introduced in Visual Studio 15 Update 6 (DkmApiVersion.VS15Update6).
public:
property System::UInt32 Index { System::UInt32 get(); };
public:
property unsigned int Index { unsigned int get(); };
public uint Index { get; }
member this.Index : uint32
Public ReadOnly Property Index As UInteger