Share via


IDebugExpressionEvaluator2.GetMethodLocationProperty Method

Definition

public:
 int GetMethodLocationProperty(System::String ^ upstrFullyQualifiedMethodPlusOffset, Microsoft::VisualStudio::Debugger::Interop::IDebugSymbolProvider ^ pSymbolProvider, Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, Microsoft::VisualStudio::Debugger::Interop::IDebugBinder ^ pBinder, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugProperty2 ^ % ppProperty);
public int GetMethodLocationProperty (string upstrFullyQualifiedMethodPlusOffset, Microsoft.VisualStudio.Debugger.Interop.IDebugSymbolProvider pSymbolProvider, Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress, Microsoft.VisualStudio.Debugger.Interop.IDebugBinder pBinder, out Microsoft.VisualStudio.Debugger.Interop.IDebugProperty2 ppProperty);
abstract member GetMethodLocationProperty : string * Microsoft.VisualStudio.Debugger.Interop.IDebugSymbolProvider * Microsoft.VisualStudio.Debugger.Interop.IDebugAddress * Microsoft.VisualStudio.Debugger.Interop.IDebugBinder * IDebugProperty2 -> int
Public Function GetMethodLocationProperty (upstrFullyQualifiedMethodPlusOffset As String, pSymbolProvider As IDebugSymbolProvider, pAddress As IDebugAddress, pBinder As IDebugBinder, ByRef ppProperty As IDebugProperty2) As Integer

Parameters

upstrFullyQualifiedMethodPlusOffset
String
pSymbolProvider
IDebugSymbolProvider
pAddress
IDebugAddress
pBinder
IDebugBinder
ppProperty
IDebugProperty2

Returns

Implements

Applies to