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。

適用於