IDebugSymbolProviderDirect.GetMethodFromAddress Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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