[This is preliminary documentation and is subject to change.]

Initializes a new instance of the implicit component initializer

Namespace: Clarion
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public static void Initialize()

Remarks

Caution
It is not usually necessary to call this method as the singleton implicit component initializer instance is automatically created during static initialization. Additionally, calling this method will ONLY create a new singleton implicit component initializer instance if no singleton instance exists. To re-initialize the singleton instance, you must first call the Destroy()()()() method.

See Also