C# Class SharpAdbClient.ForwardSpec

Represents an adb forward specification as used by the various adb port forwarding functions.
Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( string spec ) : ForwardSpec

Creates a ForwardSpec from its string representation.

ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Parse() public static méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string