RegistrationServices.TypeRequiresRegistration Method
.NET Framework 1.1
Determines whether the specified type requires registration.
[Visual Basic] Public Overridable Function TypeRequiresRegistration( _ ByVal type As Type _ ) As Boolean Implements IRegistrationServices.TypeRequiresRegistration [C#] public virtual bool TypeRequiresRegistration( Type type ); [C++] public: virtual bool TypeRequiresRegistration( Type* type ); [JScript] public function TypeRequiresRegistration( type : Type ) : Boolean;
Parameters
- type
- The type to check for COM registration requirements.
Return Value
true if the type must be registered for use from COM; otherwise false.
Implements
IRegistrationServices.TypeRequiresRegistration
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
RegistrationServices Class | RegistrationServices Members | System.Runtime.InteropServices Namespace