Cape Unit BaseUnregister Function 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static void UnregisterFunction(
Type t
)VB
Public Shared Sub UnregisterFunction (
t As Type
)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
| ECapeUnknown | The error to be raised when other error(s), specified for this operation, are not suitable. |