Método IRegistrationServices.TypeRepresentsComType (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 é um tipo COM.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
bool TypeRepresentsComType(
Type type
)
bool TypeRepresentsComType(
Type^ type
)
abstract TypeRepresentsComType :
type:Type -> bool
Function TypeRepresentsComType (
type As Type
) As Boolean
Parâmetros
type
Type: System.TypeO tipo a determinar se trata-se de um tipo COM.
Valor Retornado
Type: System.Boolean
true se o tipo especificado for um tipo COM, caso contrário, false.
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