DkmNativeRuntimeInstance.FindNativeModuleInstance(UInt64) 方法

定义

在此 DkmNativeRuntimeInstance 中查找 DkmNativeModuleInstance 元素。 如果不存在具有给定输入键的元素,则 FindNativeModuleInstance 将失败。

public:
 Microsoft::VisualStudio::Debugger::Native::DkmNativeModuleInstance ^ FindNativeModuleInstance(System::UInt64 BaseAddress);
public Microsoft.VisualStudio.Debugger.Native.DkmNativeModuleInstance FindNativeModuleInstance (ulong BaseAddress);
member this.FindNativeModuleInstance : uint64 -> Microsoft.VisualStudio.Debugger.Native.DkmNativeModuleInstance
Public Function FindNativeModuleInstance (BaseAddress As ULong) As DkmNativeModuleInstance

参数

BaseAddress
UInt64

中用于查找元素的搜索键。

返回

DkmNativeModuleInstance

[Out,Optional]搜索结果。

适用于