C# 클래스 Girl.PEAnalyzer.MethodSemanticsTable

The rows of the MethodSemantics table are filled by .property (see Chapter 16) and .event directives (see Chapter 17). See clause 21.13 for more information.
상속: TableBase
파일 보기 프로젝트 열기: higepon/mona

공개 프로퍼티들

프로퍼티 타입 설명
Association int
Method int
Semantics short

공개 메소드들

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

메소드 상세

GetInfos() 공개 메소드

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

MethodSemanticsTable() 공개 메소드

public MethodSemanticsTable ( ) : System
리턴 System

ReadData() 공개 메소드

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

프로퍼티 상세

Association 공개적으로 프로퍼티

index into the Event or Property table; more precisely, a HasSemantics coded index
public int Association
리턴 int

Method 공개적으로 프로퍼티

index into the MethodDef table
public int Method
리턴 int

Semantics 공개적으로 프로퍼티

a 2 byte bitmask of type MethodSemanticsAttributes, clause 22.1.11
public short Semantics
리턴 short