_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 的基礎系統類型。

備註

此屬性適用於從 Unmanaged 程式代碼存取 Managed 類別,而且不應該從 Managed 程式代碼呼叫。

屬性 Type.UnderlyingSystemType 會指出 Common Language Runtime 所提供的類型,代表此類型。

適用於