Compartilhar via


Método IRegistrationServices.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]
bool TypeRequiresRegistration(
    Type type
)
[SecurityCriticalAttribute]
bool TypeRequiresRegistration(
    Type^ type
)
[<SecurityCriticalAttribute>]
abstract TypeRequiresRegistration : 
        type:Type -> bool
<SecurityCriticalAttribute>
Function TypeRequiresRegistration (
    type As Type
) As Boolean

Parâmetros

  • type
    Type: System.Type

    O 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.

Segurança

SecurityCriticalAttribute

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

Interface IRegistrationServices
Namespace System.Runtime.InteropServices

Retornar ao início