Condividi tramite


IDebugSymbolProviderDirect.GetMethodFromAddress Method

Definition

public:
 int GetMethodFromAddress(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, Guid % pGuid, System::UInt32 % pAppID, int % pTokenClass, int % pTokenMethod, System::UInt32 % pdwOffset, System::UInt32 % pdwVersion);
public:
 int GetMethodFromAddress(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, [Runtime::InteropServices::Out] Guid % pGuid, [Runtime::InteropServices::Out] System::UInt32 % pAppID, [Runtime::InteropServices::Out] int % pTokenClass, [Runtime::InteropServices::Out] int % pTokenMethod, [Runtime::InteropServices::Out] System::UInt32 % pdwOffset, [Runtime::InteropServices::Out] System::UInt32 % pdwVersion);
public int GetMethodFromAddress(Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress, ref Guid pGuid, ref uint pAppID, ref int pTokenClass, ref int pTokenMethod, ref uint pdwOffset, ref uint pdwVersion);
public int GetMethodFromAddress(Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress, out Guid pGuid, out uint pAppID, out int pTokenClass, out int pTokenMethod, out uint pdwOffset, out uint pdwVersion);
abstract member GetMethodFromAddress : Microsoft.VisualStudio.Debugger.Interop.IDebugAddress * Guid * uint32 * int * int * uint32 * uint32 -> int
Public Function GetMethodFromAddress (pAddress As IDebugAddress, ByRef pGuid As Guid, ByRef pAppID As UInteger, ByRef pTokenClass As Integer, ByRef pTokenMethod As Integer, ByRef pdwOffset As UInteger, ByRef pdwVersion As UInteger) As Integer

Parameters

pAddress
IDebugAddress
pGuid
Guid
pAppID
UInt32
pTokenClass
Int32
pTokenMethod
Int32
pdwOffset
UInt32
pdwVersion
UInt32

Returns

Applies to