Click or drag to resize

CodeObjectForceReference Method

Call this method to force a reference to CodeObject, so that all static members are initialized, and settings are read from the config file. Call this before changing any static settings manually, or your changes will be overwritten when the config file is processed.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static void ForceReference()
See Also