SettingsUpdateInstance Method

Updates the default instance of Settings.

Definition

Namespace: Gemstone.Configuration
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void UpdateInstance(
	Settings settings
)

Parameters

settings  Settings
New default instance of Settings.

Remarks

This changes the default singleton instance of Settings to the specified instance. Use this method with caution as it can lead to unexpected behavior if the default instance is changed.

See Also