C# Class Fan.Sys.SysProps

SysProps serves the role of Java's System.properties.
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
getProperty ( string name ) : string

Return the system property for this name, or null if no matching property value can be found.

putProperty ( string name, string val ) : void

Set the system property for this name.

Method Details

getProperty() public static méthode

Return the system property for this name, or null if no matching property value can be found.
public static getProperty ( string name ) : string
name string
Résultat string

putProperty() public static méthode

Set the system property for this name.
public static putProperty ( string name, string val ) : void
name string
val string
Résultat void