DkmNativeAddressMetadata.Create Method
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.
Create a new DkmNativeAddressMetadata object instance.
public:
static Microsoft::VisualStudio::Debugger::Native::DkmNativeAddressMetadata ^ Create(Microsoft::VisualStudio::Debugger::Native::DkmNativeAddressType AddressType, Microsoft::VisualStudio::Debugger::Native::DkmNativeAddressStepType StepType, System::UInt32 AddressTypeLength);
public:
static Microsoft::VisualStudio::Debugger::Native::DkmNativeAddressMetadata ^ Create(Microsoft::VisualStudio::Debugger::Native::DkmNativeAddressType AddressType, Microsoft::VisualStudio::Debugger::Native::DkmNativeAddressStepType StepType, unsigned int AddressTypeLength);
static Microsoft::VisualStudio::Debugger::Native::DkmNativeAddressMetadata Create(Microsoft::VisualStudio::Debugger::Native::DkmNativeAddressType AddressType, Microsoft::VisualStudio::Debugger::Native::DkmNativeAddressStepType StepType, unsigned int AddressTypeLength);
public static Microsoft.VisualStudio.Debugger.Native.DkmNativeAddressMetadata Create (Microsoft.VisualStudio.Debugger.Native.DkmNativeAddressType AddressType, Microsoft.VisualStudio.Debugger.Native.DkmNativeAddressStepType StepType, uint AddressTypeLength);
static member Create : Microsoft.VisualStudio.Debugger.Native.DkmNativeAddressType * Microsoft.VisualStudio.Debugger.Native.DkmNativeAddressStepType * uint32 -> Microsoft.VisualStudio.Debugger.Native.DkmNativeAddressMetadata
Public Shared Function Create (AddressType As DkmNativeAddressType, StepType As DkmNativeAddressStepType, AddressTypeLength As UInteger) As DkmNativeAddressMetadata
Parameters
- AddressType
- DkmNativeAddressType
[In] A value from the DkmNativeAddressType enumeration describing what this address is in the debuggee.
- StepType
- DkmNativeAddressStepType
[In] A value from the DkmNativeAddressStepType enumeration describing how the native steppers should tread this address when a step encounters it.
- AddressTypeLength
- UInt32
[In] The length of the current address type.
Returns
[Out] Result of this method call.