VariableAddress クラス |
名前空間: WodiLib.Cmn
[SerializableAttribute] public abstract class VariableAddress : IConvertibleInt, IEquatable<VariableAddress>
VariableAddress 型は下記のメンバーを公開します。
| 名前 | 説明 | |
|---|---|---|
| VariableAddress |
コンストラクタ
|
| 名前 | 説明 | |
|---|---|---|
| _MaxValue | 最大値 | |
| _MinValue | 最小値 | |
| _SafetyMaxValue | 安全に使用できる最大値 | |
| _SafetyMinValue | 安全に使用できる最小値 | |
| MaxValue | 変数アドレスとして認識される最大の数値 | |
| MinValue | 変数アドレスとして認識される最小の数値 | |
| Value | アドレス値 | |
| ValueType | 変数種別 |
| 名前 | 説明 | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. (ObjectEquals(Object)をオーバーライド) | |
| Equals(VariableAddress) |
値を比較する。
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Objectから継承) | |
| GetHashCode | Serves as the default hash function. (ObjectGetHashCodeをオーバーライド) | |
| GetType | Gets the Type of the current instance. (Objectから継承) | |
| MakeEventCommandString |
イベントコマンド文用文字列を生成する。
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Objectから継承) | |
| ResolveEventCommandString |
イベントコマンド文用文字列を生成する。
| |
| ToBytes |
byte配列に変換する。
| |
| ToInt |
int に変換する。
| |
| ToInt32 |
int に変換する。
| |
| ToString | Returns a string that represents the current object. (ObjectToStringをオーバーライド) |
| 名前 | 説明 | |
|---|---|---|
| Addition |
アドレス値 + int を計算し、構造体を返す。
| |
| (Int32 to VariableAddress) |
int -> VariableAddress への暗黙的な型変換
| |
| (VariableAddress to Int32) |
VariableAddress -> int への暗黙的な型変換
| |
| Subtraction(VariableAddress, Int32) |
アドレス値 - int を計算し、構造体を返す。
| |
| Subtraction(VariableAddress, VariableAddress) |
アドレス値 - アドレス値 を計算し、アドレス値の差を返す。
|