C# Class Girl.PEAnalyzer.AssemblyRefProcessorTable

These records should not be emitted into any PE file. If present in a PE file, they should be treated as-if their fields were zero. They should be ignored by the CLI.
Inheritance: TableBase
ファイルを表示 Open project: higepon/mona

Public Properties

Property Type Description
AssemblyRef int
Processor int

Public Methods

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

Method Details

AssemblyRefProcessorTable() public method

public AssemblyRefProcessorTable ( ) : 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

AssemblyRef public_oe property

index into the AssemblyRef table
public int AssemblyRef
return int

Processor public_oe property

4 byte constant
public int Processor
return int