IRegistrationServices.TypeRequiresRegistration(Type) Method

Definition

Determines whether the specified type requires registration.

public:
 bool TypeRequiresRegistration(Type ^ type);
public bool TypeRequiresRegistration (Type type);
[System.Security.SecurityCritical]
public bool TypeRequiresRegistration (Type type);
abstract member TypeRequiresRegistration : Type -> bool
[<System.Security.SecurityCritical>]
abstract member TypeRequiresRegistration : Type -> bool
Public Function TypeRequiresRegistration (type As Type) As Boolean

Parameters

type
Type

The type to check for COM registration requirements.

Returns

true if the type must be registered for use from COM; otherwise false.

Attributes

Applies to