通过


DkmManagedTypeId Struct

Definition

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

Name Description
DkmManagedTypeId(UInt64, UInt64)

Initialize a new DkmManagedTypeId value.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

Fields

Name Description
Token1

The first token.

Token2

The second token.

Methods

Name Description
CompareTo(DkmManagedTypeId)

To be added.

Equals(DkmManagedTypeId)

Compare two elements of the DkmManagedTypeId structure.

GetHashCode()

To be added.

Operators

Name Description
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.

Applies to