DkmClrNcModuleInstance.Index Property

Definition

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

Property Value

Applies to