DkmManagedTypeId Struct
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.
Represents managed type id of an object. Corresponds to COR_TYPEID defined in cordebug.h.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public value class DkmManagedTypeId : IComparable<Microsoft::VisualStudio::Debugger::Clr::DkmManagedTypeId>, IEquatable<Microsoft::VisualStudio::Debugger::Clr::DkmManagedTypeId>
[System.Runtime.InteropServices.Guid("e60e3116-d0f8-efb9-ef36-a373271ad669")]
public struct DkmManagedTypeId : IComparable<Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId>, IEquatable<Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId>
[<System.Runtime.InteropServices.Guid("e60e3116-d0f8-efb9-ef36-a373271ad669")>]
type DkmManagedTypeId = struct
Public Structure DkmManagedTypeId
Implements IComparable(Of DkmManagedTypeId), IEquatable(Of DkmManagedTypeId)
- Inheritance
-
DkmManagedTypeId
- Attributes
- Implements
Constructors
| DkmManagedTypeId(UInt64, UInt64) |
Initialize a new DkmManagedTypeId value. This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM). |
Fields
| Token1 |
The first token. |
| Token2 |
The second token. |
Methods
| CompareTo(DkmManagedTypeId) |
To be added. |
| Equals(DkmManagedTypeId) |
Compare two elements of the DkmManagedTypeId structure. |
| GetHashCode() |
To be added. |
Operators
| Equality(DkmManagedTypeId, DkmManagedTypeId) |
Compare two elements of the DkmManagedTypeId sructure. |
| GreaterThan(DkmManagedTypeId, DkmManagedTypeId) |
Compare two elements of the DkmManagedTypeId sructure. |
| GreaterThanOrEqual(DkmManagedTypeId, DkmManagedTypeId) |
Compare two elements of the DkmManagedTypeId sructure. |
| Inequality(DkmManagedTypeId, DkmManagedTypeId) |
Compare two elements of the DkmManagedTypeId sructure. |
| LessThan(DkmManagedTypeId, DkmManagedTypeId) |
Compare two elements of the DkmManagedTypeId sructure. |
| LessThanOrEqual(DkmManagedTypeId, DkmManagedTypeId) |
Compare two elements of the DkmManagedTypeId sructure. |