共用方式為


_Type.IsPointer 屬性

定義

提供 COM 物件對該 IsPointer 屬性的版本無關存取權。

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

屬性值

true 若 為 Type 指標;否則, false

備註

此屬性用於從非管理程式碼存取受管理類別,不應從受管理程式碼呼叫。

Type.IsPointer 屬性會獲得一個值,表示 是否 Type 為指標。

適用於