C# Class Girl.PEAnalyzer.AssemblyOSTable

This record should not be emitted into any PE file. If present in a PE file, it should be treated as if all its fields were zero. It should be ignored by the CLI.
Inheritance: TableBase
ファイルを表示 Open project: higepon/mona

Public Properties

Property Type Description
OSMajorVersion int
OSMinorVersion int
OSPlatformID int

Public Methods

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

Method Details

AssemblyOSTable() public method

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

OSMajorVersion public_oe property

a 4 byte constant
public int OSMajorVersion
return int

OSMinorVersion public_oe property

a 4 byte constant
public int OSMinorVersion
return int

OSPlatformID public_oe property

a 4 byte constant
public int OSPlatformID
return int