Static Factory methods of ReadKeysFromConfig that return an instance of a Config object. Note that the Constructor still fires on these!

Syntax:

public static wwAppConfiguration ReadKeysFromConfig( string Filename,
	Type ConfigType );
Parameters: Filename
ConfigType

See also:

Class wwAppConfiguration

Overloads:

public virtual void ReadKeysFromConfig();
public virtual void ReadKeysFromConfig( string Filename );
public static wwAppConfiguration ReadKeysFromConfig( Type ConfigType );

Last Updated: 1/28/2007 | Send topic feedback