C# 클래스 Girl.PEAnalyzer.FieldMarshalTable

A row in the FieldMarshal table is created if the .field directive for the parent field has specified a .marshall attribute (see Section 15.1).
상속: TableBase
파일 보기 프로젝트 열기: higepon/mona

공개 프로퍼티들

프로퍼티 타입 설명
NativeType int
Parent int

공개 메소드들

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

메소드 상세

FieldMarshalTable() 공개 메소드

public FieldMarshalTable ( ) : System
리턴 System

GetInfos() 공개 메소드

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

ReadData() 공개 메소드

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

프로퍼티 상세

NativeType 공개적으로 프로퍼티

index into the Blob heap
public int NativeType
리턴 int

Parent 공개적으로 프로퍼티

index into Field or Param table; more precisely, a HasFieldMarshal coded index
public int Parent
리턴 int