DkmNativeAddressMetadata.Create 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建新的 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
中当前地址类型的长度。
返回
弄此方法调用的结果。