IRegistrationServices.TypeRequiresRegistration(Type) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 -> boolPublic Function TypeRequiresRegistration (type As Type) As BooleanParameters
- 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