AsmHighlighter.AsmExpressionEvaluator.GetMethodLocationProperty C# (CSharp) Method

GetMethodLocationProperty() public method

public GetMethodLocationProperty ( string upstrFullyQualifiedMethodPlusOffset, IDebugSymbolProvider pSymbolProvider, IDebugAddress pAddress, IDebugBinder pBinder, IDebugProperty2 &ppProperty ) : int
upstrFullyQualifiedMethodPlusOffset string
pSymbolProvider IDebugSymbolProvider
pAddress IDebugAddress
pBinder IDebugBinder
ppProperty IDebugProperty2
return int
        public int GetMethodLocationProperty(string upstrFullyQualifiedMethodPlusOffset, IDebugSymbolProvider pSymbolProvider, IDebugAddress pAddress, IDebugBinder pBinder, out IDebugProperty2 ppProperty)
        {
            ppProperty = null;
            return VSConstants.E_NOTIMPL;
        }