RegistrationServices.TypeRequiresRegistration(Type) Method

Definition

Determines whether the specified type requires registration.

public:
 virtual bool TypeRequiresRegistration(Type ^ type);
public virtual bool TypeRequiresRegistration (Type type);
[System.Security.SecurityCritical]
public virtual bool TypeRequiresRegistration (Type type);
abstract member TypeRequiresRegistration : Type -> bool
override this.TypeRequiresRegistration : Type -> bool
[<System.Security.SecurityCritical>]
abstract member TypeRequiresRegistration : Type -> bool
override this.TypeRequiresRegistration : Type -> bool
Public Overridable 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.

Implements

Attributes

Applies to