リサイズはクリックかドラッグ

VariableAddress クラス

変数アドレス値基底クラス
継承階層
SystemObject
  WodiLib.CmnVariableAddress
    More...

名前空間:  WodiLib.Cmn
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
[SerializableAttribute]
public abstract class VariableAddress : IConvertibleInt, 
	IEquatable<VariableAddress>

VariableAddress 型は下記のメンバーを公開します。

コンストラクター
  名前説明
Protected メソッドVariableAddress
コンストラクタ
トップ
プロパティ
  名前説明
Protected プロパティ_MaxValue
最大値
Protected プロパティ_MinValue
最小値
Protected プロパティ_SafetyMaxValue
安全に使用できる最大値
Protected プロパティ_SafetyMinValue
安全に使用できる最小値
Public プロパティ静的メンバーMaxValue
変数アドレスとして認識される最大の数値
Public プロパティ静的メンバーMinValue
変数アドレスとして認識される最小の数値
Protected プロパティValue
アドレス値
Public プロパティValueType
変数種別
トップ
メソッド
  名前説明
Public メソッドEquals(Object)
Determines whether the specified object is equal to the current object.
(ObjectEquals(Object)をオーバーライド)
Public メソッドEquals(VariableAddress)
値を比較する。
Protected メソッドFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Objectから継承)
Public メソッドGetHashCode
Serves as the default hash function.
(ObjectGetHashCodeをオーバーライド)
Public メソッドGetType
Gets the Type of the current instance.
(Objectから継承)
Public メソッドMakeEventCommandString
イベントコマンド文用文字列を生成する。
Protected メソッドMemberwiseClone
Creates a shallow copy of the current Object.
(Objectから継承)
Protected メソッドResolveEventCommandString
イベントコマンド文用文字列を生成する。
Public メソッドToBytes
byte配列に変換する。
Public メソッドToInt
int に変換する。
Public メソッドToInt32
int に変換する。
Public メソッドToString
Returns a string that represents the current object.
(ObjectToStringをオーバーライド)
トップ
演算子
  名前説明
Public 演算子静的メンバーAddition
アドレス値 + int を計算し、構造体を返す。
Public 演算子静的メンバー(Int32 to VariableAddress)
int -> VariableAddress への暗黙的な型変換
Public 演算子静的メンバー(VariableAddress to Int32)
VariableAddress -> int への暗黙的な型変換
Public 演算子静的メンバーSubtraction(VariableAddress, Int32)
アドレス値 - int を計算し、構造体を返す。
Public 演算子静的メンバーSubtraction(VariableAddress, VariableAddress)
アドレス値 - アドレス値 を計算し、アドレス値の差を返す。
トップ
関連項目
継承階層
SystemObject
  WodiLib.CmnVariableAddress
    WodiLib.CmnChangeableDatabaseAddress
    WodiLib.CmnCommonEventVariableAddress
    WodiLib.CmnEventInfoAddress
    WodiLib.CmnHeroInfoAddress
    WodiLib.CmnMapEventVariableAddress
    WodiLib.CmnMemberInfoAddress
    WodiLib.CmnNormalNumberVariableAddress
    WodiLib.CmnRandomVariableAddress
    WodiLib.CmnSpareNumberVariableAddress
    WodiLib.CmnStringVariableAddress
    WodiLib.CmnSystemDatabaseAddress
    WodiLib.CmnSystemStringVariableAddress
    WodiLib.CmnSystemVariableAddress
    WodiLib.CmnThisCommonEventVariableAddress
    WodiLib.CmnThisMapEventInfoAddress
    WodiLib.CmnThisMapEventVariableAddress
    WodiLib.CmnUserDatabaseAddress
    WodiLib.Event.CharaMoveCommandCalledEventVariableAddress