C# Class Girl.PEAnalyzer.AssemblyRefOSTable

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
OSMajorVersion int
OSMinorVersion int
OSPlatformId int

Public Methods

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

Method Details

AssemblyRefOSTable() public method

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

OSMajorVersion public_oe property

4 byte constant
public int OSMajorVersion
return int

OSMinorVersion public_oe property

4 byte constant
public int OSMinorVersion
return int

OSPlatformId public_oe property

4 byte constant
public int OSPlatformId
return int