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 -> 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.