次の方法で共有


TypeName.IsPointer プロパティ

定義

この型がアンマネージ ポインター ("int*" や "void*" など) を表すかどうかを示す値を取得します。

アンマネージ ポインター型は、多くの場合、ポインター (IsPointer) と呼ばれます。

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

プロパティ値

適用対象