DkmNativeAddressMetadata.Create 方法

定义

创建新的 DkmNativeAddressMetadata 对象实例。

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

参数

AddressType
DkmNativeAddressType

中DkmNativeAddressType 枚举中的一个值,该值描述此地址在调试对象中的内容。

StepType
DkmNativeAddressStepType

中DkmNativeAddressStepType 枚举中的一个值,描述在步骤遇到时,本机 steppers 应如何处理此地址。

AddressTypeLength
UInt32

中当前地址类型的长度。

返回

DkmNativeAddressMetadata

弄此方法调用的结果。

适用于