C# 클래스 Girl.PEAnalyzer.AssemblyProcessorTable

This record should not be emitted into any PE file. If present in a PE file, it should be treated as if its field were zero. It should be ignored by the CLI.
상속: TableBase
파일 보기 프로젝트 열기: higepon/mona

공개 프로퍼티들

프로퍼티 타입 설명
Processor int

공개 메소드들

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

메소드 상세

AssemblyProcessorTable() 공개 메소드

public AssemblyProcessorTable ( ) : System
리턴 System

GetInfos() 공개 메소드

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

ReadData() 공개 메소드

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

프로퍼티 상세

Processor 공개적으로 프로퍼티

a 4 byte constant
public int Processor
리턴 int