C# 클래스 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.
상속: TableBase
파일 보기 프로젝트 열기: higepon/mona

공개 프로퍼티들

프로퍼티 타입 설명
AssemblyRef int
OSMajorVersion int
OSMinorVersion int
OSPlatformId int

공개 메소드들

메소드 설명
AssemblyRefOSTable ( ) : System
GetInfos ( StringBuilder sb ) : void
ReadData ( byte data, int offset ) : void

메소드 상세

AssemblyRefOSTable() 공개 메소드

public AssemblyRefOSTable ( ) : System
리턴 System

GetInfos() 공개 메소드

public GetInfos ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

ReadData() 공개 메소드

public ReadData ( byte data, int offset ) : void
data byte
offset int
리턴 void

프로퍼티 상세

AssemblyRef 공개적으로 프로퍼티

index into the AssemblyRef table
public int AssemblyRef
리턴 int

OSMajorVersion 공개적으로 프로퍼티

4 byte constant
public int OSMajorVersion
리턴 int

OSMinorVersion 공개적으로 프로퍼티

4 byte constant
public int OSMinorVersion
리턴 int

OSPlatformId 공개적으로 프로퍼티

4 byte constant
public int OSPlatformId
리턴 int