CapeUserExceptionRegisterFunction Method

The function that controls COM registration.

Definition

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

Parameters

t  Type
The type of the class being registered.

Remarks

This function adds the registration keys specified in the CAPE-OPEN Method and Tools specifications. In particular, it indicates that this unit operation implements the CAPE-OPEN Unit Operation Category Identification. It also adds the CapeDescription registry keys using the , , , , and attributes.

Exceptions

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

See Also