DkmManagedObjectReferenceInfo 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 info about a managed object reference.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
public value class DkmManagedObjectReferenceInfo
public value class DkmManagedObjectReferenceInfo
struct DkmManagedObjectReferenceInfo
[System.Runtime.InteropServices.Guid("11a79ceb-e6b7-e642-81d1-1e7be6a42a5b")]
public struct DkmManagedObjectReferenceInfo
[<System.Runtime.InteropServices.Guid("11a79ceb-e6b7-e642-81d1-1e7be6a42a5b")>]
type DkmManagedObjectReferenceInfo = struct
Public Structure DkmManagedObjectReferenceInfo
- Inheritance
-
DkmManagedObjectReferenceInfo
- Attributes
Constructors
DkmManagedObjectReferenceInfo(UInt64, UInt64) |
Initialize a new DkmManagedObjectReferenceInfo value. This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM). |
Fields
From |
Address of the source object. |
To |
Address of the target object. |