Property | Type | Description | |
---|---|---|---|
RequiredAdbVersion | System.Version |
Method | Description | |
---|---|---|
AdbServer ( ) : Mono.Unix |
Initializes a new instance of the AdbServer class.
|
|
AdbServer ( |
Initializes a new instance of the AdbServer class, and the specific EndPoint at which the server should be listening.
|
|
GetStatus ( ) : |
||
RestartServer ( ) : void | ||
StartServer ( string adbPath, bool restartServerIfNewer ) : StartServerResult |
public AdbServer ( |
||
endPoint |
/// The |
|
return | Mono.Unix |
public StartServer ( string adbPath, bool restartServerIfNewer ) : StartServerResult | ||
adbPath | string | |
restartServerIfNewer | bool | |
return | StartServerResult |