コード例 #1
0
 IAsyncResult ISoftDebuggerConnectionProvider.BeginConnect(DebuggerStartInfo dsi, AsyncCallback callback)
 {
     return(CommandConnection.BeginStartDebugger(callback, null));
 }