Beispiel #1
0
 public int EvaluateSync(uint dwEvalFlags, uint dwTimeout, IDebugSymbolProvider pSymbolProvider, IDebugAddress pAddress, IDebugBinder pBinder, string bstrResultType, out IDebugProperty2 ppResult)
 {
     ppResult = new AsmDebugProperty(vs, _name);
     return(VSConstants.S_OK);
 }
 public int EvaluateSync(uint dwEvalFlags, uint dwTimeout, IDebugSymbolProvider pSymbolProvider, IDebugAddress pAddress, IDebugBinder pBinder, string bstrResultType, out IDebugProperty2 ppResult)
 {
     ppResult = new AsmDebugProperty(vs, _name);
     return VSConstants.S_OK;
 }