_Type.UnderlyingSystemType 属性

定义

为 COM 对象提供对 UnderlyingSystemType 属性的与版本无关的访问。

public:
 property Type ^ UnderlyingSystemType { Type ^ get(); };
public Type UnderlyingSystemType { get; }
member this.UnderlyingSystemType : Type
Public ReadOnly Property UnderlyingSystemType As Type

属性值

Type

Type 的基础系统类型。

注解

此属性用于从非托管代码访问托管类,不应从托管代码调用。

Type.UnderlyingSystemType属性指示由表示此类型的公共语言运行时提供的类型。

适用于