C# Class ProxyManager.Profile

Show file Open project: c-jiang/ProxyManager Class Usage Examples

Public Methods

Method 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 method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsLoadFailed() public static method

public static IsLoadFailed ( ) : bool
return bool

Load() public static method

public static Load ( string appDir, bool &createdNew ) : Profile
appDir string
createdNew bool
return Profile

Profile() public method

public Profile ( ) : System
return System

Profile() public method

public Profile ( Profile profile ) : System
profile Profile
return System

Save() public static method

public static Save ( Profile profile ) : void
profile Profile
return void