Propiedad _Type.UnderlyingSystemType
Publicado: octubre de 2016
Proporciona objetos COM acceso independiente de la versión del Type.UnderlyingSystemType propiedad.
Espacio de nombres: System.Runtime.InteropServices
Ensamblado: mscorlib (en mscorlib.dll)
Sintaxis
Type UnderlyingSystemType { get; }
property Type^ UnderlyingSystemType {
Type^ get();
}
abstract UnderlyingSystemType : Type with get
ReadOnly Property UnderlyingSystemType As Type
Valor de propiedad
Type: System.Type
Tipo de sistema subyacente para el objeto Type.
Comentarios
Esta propiedad es para el acceso a las clases administradas desde código no administrado y no se debe llamar desde código administrado.
El Type.UnderlyingSystemType propiedad indica el tipo proporcionado por common language runtime que representa este tipo.
Información de versión
.NET Framework
Disponible desde 1.1
Ver también
Interfaz _Type
Espacio de nombres System.Runtime.InteropServices
Volver al principio