StackFrameExtensions.GetNativeImageBase(StackFrame) 方法

定义

返回一个指针,该指针指向此堆栈帧正在执行的本机映像的基址。

public:
[System::Runtime::CompilerServices::Extension]
 static IntPtr GetNativeImageBase(System::Diagnostics::StackFrame ^ stackFrame);
public static IntPtr GetNativeImageBase (this System.Diagnostics.StackFrame stackFrame);
static member GetNativeImageBase : System.Diagnostics.StackFrame -> nativeint
<Extension()>
Public Function GetNativeImageBase (stackFrame As StackFrame) As IntPtr

参数

stackFrame
StackFrame

堆栈帧。

返回

IntPtr

nativeint

指向本机映像基址的指针或指向 Zero 的指针(如果目标为 .NET Framework)。

适用于

另请参阅