C# Class Girl.PEAnalyzer.FileTable

The rows of the File table result from .file directives in an Assembly (see clause 6.2.3)
Inheritance: TableBase
ファイルを表示 Open project: higepon/mona

Public Properties

Property Type Description
Flags int
HashValue int
Name int

Public Methods

Method Description
FileTable ( ) : System
GetInfos ( StringBuilder sb ) : void
ReadData ( byte data, int offset ) : void

Method Details

FileTable() public method

public FileTable ( ) : System
return System

GetInfos() public method

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

ReadData() public method

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

Property Details

Flags public_oe property

a 4 byte bitmask of type FileAttributes, clause 22.1.6
public int Flags
return int

HashValue public_oe property

index into Blob heap
public int HashValue
return int

Name public_oe property

index into String heap
public int Name
return int