IDebugExpressionEvaluator.GetMethodLocationProperty 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 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