C# Class Netronics.Ant.AntConfig

Afficher le fichier Open project: shlee322/Netronics Class Usage Examples

Méthodes publiques

Méthode Description
GetData ( object key ) : JToken
GetServerType ( ) : string
Load ( string path ) : AntConfig

Private Methods

Méthode Description
AntConfig ( string path ) : System.IO

Method Details

GetData() public méthode

public GetData ( object key ) : JToken
key object
Résultat JToken

GetServerType() public méthode

public GetServerType ( ) : string
Résultat string

Load() public static méthode

public static Load ( string path ) : AntConfig
path string
Résultat AntConfig