Class ListStructure
ListStructure class
リスト構造。
public sealed class ListStructure : OSTypeStructure
コンストラクター
名前 | 説明 |
---|---|
ListStructure(ClassID) | の新しいインスタンスを初期化しますListStructure class. |
プロパティ
名前 | 説明 |
---|---|
ItemsCount { get; } | アイテム数を取得します。 |
override Key { get; } | 構造キーを取得します。 |
KeyName { get; set; } | キー名を取得または設定します。 |
override Length { get; } | を取得しますOSTypeStructure バイト単位の長さ. |
Types { get; set; } | 構造体の配列のコピーを取得または設定します。 |
メソッド
名前 | 説明 |
---|---|
virtual GetHeaderLength() | ヘッダー長を取得します。 |
Save(StreamContainer) | 指定したストリーム コンテナーに構造体を保存します。 |
SaveWithoutKeyName(StreamContainer) | 指定したストリーム コンテナーに構造体を保存します。 |
田畑
名前 | 説明 |
---|---|
const StructureKey | 構造キーを識別します。 |