DkmNativeCppType.Id 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.
Unique identifier for this type, across all modules loaded in this debug session.
This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).
public:
property int Id { int get(); };
public:
property int Id { int get(); };
public int Id { get; }
member this.Id : int
Public ReadOnly Property Id As Integer