C# Class Girl.PEAnalyzer.StreamHeader

ここにクラスの説明を書きます。
Inheritance: HeaderBase
Show file Open project: higepon/mona Class Usage Examples

Public Properties

Property Type Description
Name string
Offset int
Size int
mdroot MetadataRoot

Public Methods

Method Description
GetDataOffset ( ) : int
GetDataSize ( int offset ) : DoubleInt
GetInfos ( StringBuilder sb ) : void
GetStreamSize ( ) : int
ReadData ( byte data, int offset ) : void
StreamHeader ( ) : System

コンストラクタです。

Method Details

GetDataOffset() public method

public GetDataOffset ( ) : int
return int

GetDataSize() public method

public GetDataSize ( int offset ) : DoubleInt
offset int
return DoubleInt

GetInfos() public method

public GetInfos ( StringBuilder sb ) : void
sb StringBuilder
return void

GetStreamSize() public method

public GetStreamSize ( ) : int
return int

ReadData() public method

public ReadData ( byte data, int offset ) : void
data byte
offset int
return void

StreamHeader() public method

コンストラクタです。
public StreamHeader ( ) : System
return System

Property Details

Name public property

public string Name
return string

Offset public property

public int Offset
return int

Size public property

public int Size
return int

mdroot public property

public MetadataRoot mdroot
return MetadataRoot