C# Class SharpAdbClient.DeviceCommands.AndroidProcess

Represents a process running on an Android device.
ファイルを表示 Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
Parse ( string line ) : AndroidProcess

Creates a AndroidProcess from it string representation.

ToString ( ) : string

Gets a string that represents this AndroidProcess, in the format of "Name (ProcessId)".

Private Methods

Method Description
IndexOf ( List list ) : int

Gets the index of the first value of a set of values that is part of a list.

ParseInt ( string value ) : int
ParseLong ( string value ) : long
ParseUInt ( string value ) : uint
ParseULong ( string value ) : ulong

Method Details

Parse() public static method

Creates a AndroidProcess from it string representation.
public static Parse ( string line ) : AndroidProcess
line string /// A which represents a . ///
return AndroidProcess

ToString() public method

Gets a string that represents this AndroidProcess, in the format of "Name (ProcessId)".
public ToString ( ) : string
return string