Compartilhar via


Propriedade _Type.UnderlyingSystemType

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Fornece acesso independente da versão para objetos COM à propriedade Type.UnderlyingSystemType.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

Type UnderlyingSystemType { get; }
property Type^ UnderlyingSystemType {
    Type^ get();
}
abstract UnderlyingSystemType : Type with get
ReadOnly Property UnderlyingSystemType As Type

Valor da Propriedade

Type: System.Type

O tipo de sistema subjacente para o Type.

Comentários

Essa propriedade é para acesso para classes gerenciadas do código não gerenciado e não deve ser chamada de código gerenciado.

O Type.UnderlyingSystemType propriedade indica o tipo fornecido pelo common language runtime que representa esse tipo.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Interface _Type
Namespace System.Runtime.InteropServices

Retornar ao início