_Type.IsValueType 屬性

定義

為 COM 物件提供與版本無關的 IsValueType 屬性之存取權。

public:
 property bool IsValueType { bool get(); };
public bool IsValueType { get; }
member this.IsValueType : bool
Public ReadOnly Property IsValueType As Boolean

屬性值

如果 true 是實值類型,則為 Type,否則為 false

備註

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

屬性 Type.IsValueType 取得值,指出 是否 Type 為實值型別。

適用於