SharpCvsLib

SharpCvsLibConfig.GetInstance Method 

Get a new instance of the configuration settings. If the configuration file cannot be loaded then use default configuration settings.

[Visual Basic]
Public Shared Function GetInstance() As SharpCvsLibConfig
[C#]
public static SharpCvsLibConfig GetInstance();

Return Value

The configuration settings contained in the configuration file, or if that cannot be loaded then default configurations are returned.

See Also

SharpCvsLibConfig Class | ICSharpCode.SharpCvsLib.Config Namespace