[This is preliminary documentation and is subject to change.]
Initializes a new instance of the implicit component initializer
Namespace: ClarionAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public static void Initialize() |
Remarks
![]() |
---|
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. |