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。

适用于