Метод | Описание | |
---|---|---|
CacheApplicationLibraries ( ) : string[] | ||
CacheSystemBinaries ( bool only64bit ) : string[] | ||
CacheSystemLibraries ( bool only64bit ) : string[] | ||
ClearPortForwarding ( ) : void | ||
CreateGdbExecutionScript ( ) : string[] | ||
Dispose ( ) : void | ||
GdbSetup ( AndroidPlusPlus.Common.AndroidProcess process, string gdbToolPath ) : System | ||
IsVersionEqualOrAbove ( int major, int minor ) : bool | ||
SetupPortForwarding ( ) : void |
public CacheApplicationLibraries ( ) : string[] | ||
Результат | string[] |
public CacheSystemBinaries ( bool only64bit ) : string[] | ||
only64bit | bool | |
Результат | string[] |
public CacheSystemLibraries ( bool only64bit ) : string[] | ||
only64bit | bool | |
Результат | string[] |
public CreateGdbExecutionScript ( ) : string[] | ||
Результат | string[] |
public GdbSetup ( AndroidPlusPlus.Common.AndroidProcess process, string gdbToolPath ) : System | ||
process | AndroidPlusPlus.Common.AndroidProcess | |
gdbToolPath | string | |
Результат | System |
public IsVersionEqualOrAbove ( int major, int minor ) : bool | ||
major | int | |
minor | int | |
Результат | bool |