Uninitialize Method

Uninitialize the PatchFile control.

Syntax

object.Uninitialize

The object is an expression that evaluates to a PatchFile object.

Remarks

Normally it is not necessary to call this method, since the control is automatically uninitialized when the PatchFile object is released. However, if the Initialize method was called, it should be matched with a call to the Uninitialize method before the object is released. Calling this method will release any memory allocated for this instance of the object and reset the control's internal state.

See Also

Initialize Method