UnitOperationWrapperUnregisterFunction Method

This function controls the removal of the class from the COM registry when the class is unistalled.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public static void UnregisterFunction(
	Type t
)

Parameters

t  Type
The type of the class being unregistered.

Remarks

The method will remove all subkeys added to the class' regristration, including the CAPE-OPEN specific keys added in the RegisterFunction(Type) method.

Exceptions

ECapeUnknownThe error to be raised when other error(s), specified for this operation, are not suitable.

See Also