DkmManagedObjectReferenceInfo(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 DkmManagedObjectReferenceInfo value.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public:
DkmManagedObjectReferenceInfo(System::UInt64 From, System::UInt64 To);
public:
DkmManagedObjectReferenceInfo(unsigned long long From, unsigned long long To);
DkmManagedObjectReferenceInfo(unsigned long From, unsigned long To);
public DkmManagedObjectReferenceInfo (ulong From, ulong To);
new Microsoft.VisualStudio.Debugger.Clr.DkmManagedObjectReferenceInfo : uint64 * uint64 -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedObjectReferenceInfo
Public Sub New (From As ULong, To As ULong)
Parameters
- From
- UInt64
[In] Address of the source object.
- To
- UInt64
[In] Address of the target object.