DkmNativeAddressMetadata Class
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.
DkmNativeAddressMetadata represents symbol based metadata about addresses. This includes if the address is a thunk, a prolog, or a trampoline.
public ref class DkmNativeAddressMetadata
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmNativeAddressMetadata
[Windows::Foundation::Metadata::WebHostHidden]
class DkmNativeAddressMetadata
[System.Runtime.InteropServices.Guid("4d17e81c-cff2-58f7-7973-87f40be51fc0")]
public class DkmNativeAddressMetadata
[<System.Runtime.InteropServices.Guid("4d17e81c-cff2-58f7-7973-87f40be51fc0")>]
type DkmNativeAddressMetadata = class
Public Class DkmNativeAddressMetadata
- Inheritance
-
DkmNativeAddressMetadata
- Attributes
Properties
AddressType |
A value from the DkmNativeAddressType enumeration describing what this address is in the debuggee. |
AddressTypeLength |
The length of the current address type. |
StepType |
A value from the DkmNativeAddressStepType enumeration describing how the native steppers should tread this address when a step encounters it. |
Methods
Create(DkmNativeAddressType, DkmNativeAddressStepType, UInt32) |
Create a new DkmNativeAddressMetadata object instance. |