C# Class ProxyManager.Profile

Afficher le fichier Open project: c-jiang/ProxyManager Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsLoadFailed ( ) : bool
Load ( string appDir, bool &createdNew ) : Profile
Profile ( ) : System
Profile ( Profile profile ) : System
Save ( Profile profile ) : void

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

IsLoadFailed() public static méthode

public static IsLoadFailed ( ) : bool
Résultat bool

Load() public static méthode

public static Load ( string appDir, bool &createdNew ) : Profile
appDir string
createdNew bool
Résultat Profile

Profile() public méthode

public Profile ( ) : System
Résultat System

Profile() public méthode

public Profile ( Profile profile ) : System
profile Profile
Résultat System

Save() public static méthode

public static Save ( Profile profile ) : void
profile Profile
Résultat void