The F_COLOR_CHART_PTR type exposes the following members.

Constructors

NameDescription
Public methodF_COLOR_CHART_PTR(Int32)
コンストラクタ
Public methodF_COLOR_CHART_PTR(Int64)
コンストラクタ
Public methodF_COLOR_CHART_PTR(IntPtr)
コンストラクタ
Public methodF_COLOR_CHART_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 methodToInt32
型変換
Public methodToInt64
型変換
Public methodToPointer
型変換
Public methodToString()()()()
型変換
(Overrides ValueType..::..ToString()()()().)
Public methodToString(String)
型変換

Operators

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

Fields

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

Properties

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

See Also