The PNT_T_PTR type exposes the following members.

Constructors

NameDescription
Public methodPNT_T_PTR(Int32)
コンストラクタ
Public methodPNT_T_PTR(Int64)
コンストラクタ
Public methodPNT_T_PTR(IntPtr)
コンストラクタ
Public methodPNT_T_PTR(Void*)
コンストラクタ

Methods

NameDescription
Public methodStatic memberalloc
アンマネージリソースの確保
Public methodat
配列要素のアドレス
Public methodDispose
アンマネージリソースの解放
Public methodEquals
比較メソッド (等価)
(Overrides ValueType..::..Equals(Object).)
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode
ハッシュコードの取得
(Overrides ValueType..::..GetHashCode()()()().)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodpt
配列要素のアドレス
Public methodToInt32
型変換
Public methodToInt64
型変換
Public methodToPointer
型変換
Public methodToString()()()()
型変換
(Overrides ValueType..::..ToString()()()().)
Public methodToString(String)
型変換

Operators

NameDescription
Public operatorStatic memberAddition(PNT_T_PTR, SIZE_T)
インクリメント演算子
Public operatorStatic memberAddition(PNT_T_PTR, Int32)
インクリメント演算子
Public operatorStatic memberAddition(PNT_T_PTR, Int64)
インクリメント演算子
Public operatorStatic memberAddition(PNT_T_PTR, UInt32)
インクリメント演算子
Public operatorStatic memberAddition(PNT_T_PTR, UInt64)
インクリメント演算子
Public operatorStatic memberEquality(IntPtr, PNT_T_PTR)
インスタンスの比較(等価)
Public operatorStatic memberEquality(PNT_T_PTR, PNT_T_PTR)
比較オペレータ (等価)
Public operatorStatic memberEquality(PNT_T_PTR, IntPtr)
インスタンスの比較(等価)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Int32 to PNT_T_PTR)
明示的な型変換演算子 (PNT_T_PTR←Int32)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Int64 to PNT_T_PTR)
明示的な型変換演算子 (PNT_T_PTR←Int64)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(Void* to PNT_T_PTR)
明示的な型変換演算子 (PNT_T_PTR←void*)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(PNT_T_PTR to Int64)
明示的な型変換演算子 (Int64←PNT_T_PTR)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(PNT_T_PTR to Int32)
明示的な型変換演算子 (Int32←PNT_T_PTR)
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(PNT_T_PTR to Void*)
明示的な型変換演算子 (void*←PNT_T_PTR)
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(IntPtr to PNT_T_PTR)
暗黙的な型変換演算子 (PNT_T_PTR←IntPtr)
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(PNT_T_PTR to IntPtr)
暗黙的な型変換演算子 (IntPtr←PNT_T_PTR)
Public operatorStatic memberInequality(IntPtr, PNT_T_PTR)
インスタンスの比較(不等価)
Public operatorStatic memberInequality(PNT_T_PTR, PNT_T_PTR)
比較オペレータ (不等価)
Public operatorStatic memberInequality(PNT_T_PTR, IntPtr)
インスタンスの比較(不等価)
Public operatorStatic memberSubtraction(PNT_T_PTR, SIZE_T)
デクリメント演算子
Public operatorStatic memberSubtraction(PNT_T_PTR, Int32)
デクリメント演算子
Public operatorStatic memberSubtraction(PNT_T_PTR, Int64)
デクリメント演算子
Public operatorStatic memberSubtraction(PNT_T_PTR, UInt32)
デクリメント演算子
Public operatorStatic memberSubtraction(PNT_T_PTR, UInt64)
デクリメント演算子

Fields

NameDescription
Public fieldStatic memberZero
無効なアドレス(IntPtr.Zero)を示す定数

Properties

NameDescription
Public propertyItem
配列要素の値
Public propertyStatic memberSize
ポインタのサイズ
Public propertyStatic memberSizeOfItem
配列要素1つ分のサイズ(byte)

See Also