C# Class NSoft.NFramework.Nini.Config.ArgvConfigSource

Inheritance: ConfigSourceBase
Afficher le fichier Open project: debop/NFramework Class Usage Examples

Méthodes publiques

Méthode Description
AddSwitch ( string configName, string longName, string shortName = null ) : void
ArgvConfigSource ( string arguments ) : System
GetArguments ( ) : string[]
Reload ( ) : void
Save ( ) : void

Private Methods

Méthode Description
GetConfig ( string name ) : IConfig

Returns an IConfig. If it does not exist then it is added.

Method Details

AddSwitch() public méthode

public AddSwitch ( string configName, string longName, string shortName = null ) : void
configName string
longName string
shortName string
Résultat void

ArgvConfigSource() public méthode

public ArgvConfigSource ( string arguments ) : System
arguments string
Résultat System

GetArguments() public méthode

public GetArguments ( ) : string[]
Résultat string[]

Reload() public méthode

public Reload ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void