Método RegistrationServices.TypeRequiresRegistration (Type)
Publicado: agosto de 2016
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Determina se o tipo especificado requer registro.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
[SecurityCriticalAttribute]
public virtual bool TypeRequiresRegistration(
Type type
)
public:
[SecurityCriticalAttribute]
virtual bool TypeRequiresRegistration(
Type^ type
)
[<SecurityCriticalAttribute>]
abstract TypeRequiresRegistration :
type:Type -> bool
[<SecurityCriticalAttribute>]
override TypeRequiresRegistration :
type:Type -> bool
<SecurityCriticalAttribute>
Public Overridable Function TypeRequiresRegistration (
type As Type
) As Boolean
Parâmetros
type
Type: System.TypeO tipo a ser verificado para os requisitos de registro COM.
Valor Retornado
Type: System.Boolean
true se o tipo deve ser registrado para uso do COM; caso contrário, false.
Implementa
IRegistrationServices.TypeRequiresRegistration(Type)
Segurança
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Classe RegistrationServices
Namespace System.Runtime.InteropServices
Retornar ao início