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
Show file 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 property

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

HashValue public property

index into Blob heap
public int HashValue
return int

Name public property

index into String heap
public int Name
return int