AsmHighlighter.AsmExpressionEvaluator.GetService C# (CSharp) Method

GetService() public method

public GetService ( System.Guid uid, object &ppService ) : int
uid System.Guid
ppService object
return int
        public int GetService(Guid uid, out object ppService)
        {
            ppService = null;
            return VSConstants.E_NOTIMPL;
        }