C# Class Girl.PEAnalyzer.HeaderBase

ここにクラスの説明を書きます。
Afficher le fichier Open project: higepon/mona

Protected Properties

Свойство Type Description
data byte[]
offset int
title string

Méthodes publiques

Méthode Description
AppendTitle ( string text ) : void
GetInfos ( StringBuilder sb ) : void
GetOffset ( ) : int
GetTitle ( ) : string
ReadData ( byte data, int offset ) : void
ReadDataDummy ( byte data, int offset ) : void

Méthodes protégées

Méthode Description
GetInfo ( int offset, byte v, string desc ) : string
GetInfo ( int offset, int v, string desc ) : string
GetInfo ( int offset, long v, string desc ) : string
GetInfo ( int offset, short v, string desc ) : string
ReadByte ( int offset ) : byte
ReadBytes ( int offset, int size ) : byte[]
ReadInt16 ( int offset ) : short
ReadInt32 ( int offset ) : int
ReadInt64 ( int offset ) : long

Method Details

AppendTitle() public méthode

public AppendTitle ( string text ) : void
text string
Résultat void

GetInfo() protected méthode

protected GetInfo ( int offset, byte v, string desc ) : string
offset int
v byte
desc string
Résultat string

GetInfo() protected méthode

protected GetInfo ( int offset, int v, string desc ) : string
offset int
v int
desc string
Résultat string

GetInfo() protected méthode

protected GetInfo ( int offset, long v, string desc ) : string
offset int
v long
desc string
Résultat string

GetInfo() protected méthode

protected GetInfo ( int offset, short v, string desc ) : string
offset int
v short
desc string
Résultat string

GetInfos() public méthode

public GetInfos ( StringBuilder sb ) : void
sb StringBuilder
Résultat void

GetOffset() public méthode

public GetOffset ( ) : int
Résultat int

GetTitle() public méthode

public GetTitle ( ) : string
Résultat string

ReadByte() protected méthode

protected ReadByte ( int offset ) : byte
offset int
Résultat byte

ReadBytes() protected méthode

protected ReadBytes ( int offset, int size ) : byte[]
offset int
size int
Résultat byte[]

ReadData() public méthode

public ReadData ( byte data, int offset ) : void
data byte
offset int
Résultat void

ReadDataDummy() public méthode

public ReadDataDummy ( byte data, int offset ) : void
data byte
offset int
Résultat void

ReadInt16() protected méthode

protected ReadInt16 ( int offset ) : short
offset int
Résultat short

ReadInt32() protected méthode

protected ReadInt32 ( int offset ) : int
offset int
Résultat int

ReadInt64() protected méthode

protected ReadInt64 ( int offset ) : long
offset int
Résultat long

Property Details

data protected_oe property

protected byte[] data
Résultat byte[]

offset protected_oe property

protected int offset
Résultat int

title protected_oe property

protected string title
Résultat string