C# 클래스 SharpAdbClient.DeviceCommands.AndroidProcess

Represents a process running on an Android device.
파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 메소드들

메소드 설명
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)".

비공개 메소드들

메소드 설명
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

메소드 상세

Parse() 공개 정적인 메소드

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

ToString() 공개 메소드

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