C# Class Girl.PEAnalyzer.ManifestResourceTable

The Offset specifies the byte offset within the referenced file at which this resource record begins. The Implementation specifies which file holds this resource. The rows in the table result from .mresource directives on the Assembly (see clause 6.2.2).
Inheritance: TableBase
ファイルを表示 Open project: higepon/mona

Public Properties

Property Type Description
Flags int
Implementation int
Name int
Offset int

Public Methods

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

Method Details

GetInfos() public method

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

ManifestResourceTable() public method

public ManifestResourceTable ( ) : System
return System

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 ManifestResourceAttributes, clause 22.1.8
public int Flags
return int

Implementation public_oe property

index into File table, or AssemblyRef table, or null; more precisely, an Implementation coded index
public int Implementation
return int

Name public_oe property

index into the String heap
public int Name
return int

Offset public_oe property

a 4 byte constant
public int Offset
return int