Method | Description | |
---|---|---|
BeginConnect ( |
||
BeginConnect ( |
||
BeginLaunch ( |
||
BeginLaunch ( |
||
BeginListen ( |
||
BeginListen ( |
||
CancelConnection ( IAsyncResult asyncResult ) : void | ||
Connect ( |
||
Connect ( |
||
ConnectInternal ( Socket dbg_sock, Socket con_sock, |
||
EndConnect ( IAsyncResult asyncResult ) : VirtualMachine | ||
EndLaunch ( IAsyncResult asyncResult ) : VirtualMachine | ||
EndListen ( IAsyncResult asyncResult ) : VirtualMachine | ||
Launch ( |
||
Launch ( |
||
Launch ( string args ) : VirtualMachine | ||
Launch ( string args, |
||
LaunchInternal ( ITargetProcess p, |
||
LaunchInternal ( |
||
Listen ( |
||
Listen ( |
||
ListenInternal ( Socket dbg_sock, Socket con_sock ) : VirtualMachine |
Method | Description | |
---|---|---|
VirtualMachineManager ( ) : System |
public static BeginConnect ( |
||
dbg_ep | ||
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginConnect ( |
||
dbg_ep | ||
con_ep | ||
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginLaunch ( |
||
info | ||
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginLaunch ( |
||
info | ||
callback | AsyncCallback | |
options | ||
return | IAsyncResult |
public static BeginListen ( |
||
dbg_ep | ||
callback | AsyncCallback | |
return | IAsyncResult |
public static BeginListen ( |
||
dbg_ep | ||
con_ep | ||
callback | AsyncCallback | |
return | IAsyncResult |
public static CancelConnection ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
return | void |
public static Connect ( |
||
endpoint | ||
return | VirtualMachine |
public static Connect ( |
||
endpoint | ||
consoleEndpoint | ||
return | VirtualMachine |
public static ConnectInternal ( Socket dbg_sock, Socket con_sock, |
||
dbg_sock | Socket | |
con_sock | Socket | |
dbg_ep | ||
con_ep | ||
return | VirtualMachine |
public static EndConnect ( IAsyncResult asyncResult ) : VirtualMachine | ||
asyncResult | IAsyncResult | |
return | VirtualMachine |
public static EndLaunch ( IAsyncResult asyncResult ) : VirtualMachine | ||
asyncResult | IAsyncResult | |
return | VirtualMachine |
public static EndListen ( IAsyncResult asyncResult ) : VirtualMachine | ||
asyncResult | IAsyncResult | |
return | VirtualMachine |
public static Launch ( |
||
info | ||
return | VirtualMachine |
public static Launch ( |
||
info | ||
options | ||
return | VirtualMachine |
public static Launch ( string args ) : VirtualMachine | ||
args | string | |
return | VirtualMachine |
public static Launch ( string args, |
||
args | string | |
options | ||
return | VirtualMachine |
public static LaunchInternal ( ITargetProcess p, |
||
p | ITargetProcess | |
info | ||
socket | Socket | |
return | VirtualMachine |
public static LaunchInternal ( |
||
p | ||
info | ||
socket | Socket | |
return | VirtualMachine |
public static Listen ( |
||
dbg_ep | ||
return | VirtualMachine |
public static Listen ( |
||
dbg_ep | ||
con_ep | ||
return | VirtualMachine |
public static ListenInternal ( Socket dbg_sock, Socket con_sock ) : VirtualMachine | ||
dbg_sock | Socket | |
con_sock | Socket | |
return | VirtualMachine |