DkmManagedTypeId(UInt64, UInt64) Constructor
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.
Initialize a new DkmManagedTypeId value.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
DkmManagedTypeId(System::UInt64 Token1, System::UInt64 Token2);
public:
DkmManagedTypeId(unsigned long long Token1, unsigned long long Token2);
DkmManagedTypeId(unsigned long Token1, unsigned long Token2);
public DkmManagedTypeId (ulong Token1, ulong Token2);
new Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId : uint64 * uint64 -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId
Public Sub New (Token1 As ULong, Token2 As ULong)
Parameters
- Token1
- UInt64
[In] The first token.
- Token2
- UInt64
[In] The second token.