C# Class TDSM.Core.Config.ComponentConfiguration

Afficher le fichier Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Méthodes publiques

Méthode Description
LoadFromArguments ( ) : bool
LoadFromArguments ( string args ) : bool
LoadFromFile ( string filePath ) : bool
SetPropertiesByPrefix ( string prefix, string value ) : bool

Private Methods

Méthode Description
SetPropertyValue ( System property, string value ) : void

Method Details

LoadFromArguments() public méthode

public LoadFromArguments ( ) : bool
Résultat bool

LoadFromArguments() public méthode

public LoadFromArguments ( string args ) : bool
args string
Résultat bool

LoadFromFile() public méthode

public LoadFromFile ( string filePath ) : bool
filePath string
Résultat bool

SetPropertiesByPrefix() public méthode

public SetPropertiesByPrefix ( string prefix, string value ) : bool
prefix string
value string
Résultat bool