DynamicMetaObject.RuntimeType プロパティ

定義

ランタイム値の Type を取得します。DynamicMetaObject に値が関連付けられていない場合は null です。

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

プロパティ値

ランタイム値の Type または null。

適用対象