_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.UnderlyingSystemType 、この型を表す共通言語ランタイムによって提供される型を示します。

適用対象