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

Destroys the current singleton instance of the implicit component initializer class

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

Syntax

C#
public static void Destroy()

Remarks

Caution
Calling this method will clear All information in the implicit component initializer singleton (including the singleton itself). Any calls to the static methods of the implicit component initializer class following a call to this method will result in an error. Therefore, if you need to use this method, make sure you call the Initialize()()()() method after calling this method.

See Also