StackFrameExtensions.GetNativeImageBase(StackFrame) Yöntem

Tanım

Bu yığın çerçevesinin yürüttüğü yerel görüntünün temel adresine yönelik bir işaretçi döndürür.

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

Parametreler

stackFrame
StackFrame

Yığın çerçevesi.

Döndürülenler

IntPtr

nativeint

.NET Framework'leri hedeflediyseniz yerel görüntünün veya Zero temel adresine yönelik bir işaretçi.

Şunlara uygulanır

Ayrıca bkz.