C# Class SharpAdbClient.ForwardSpec

Represents an adb forward specification as used by the various adb port forwarding functions.
ファイルを表示 Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( string spec ) : ForwardSpec

Creates a ForwardSpec from its string representation.

ToString ( ) : string

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Parse() public static method

Creates a ForwardSpec from its string representation.
public static Parse ( string spec ) : ForwardSpec
spec string /// A which represents a . ///
return ForwardSpec

ToString() public method

public ToString ( ) : string
return string