C# 클래스 PEAPI.Event

Descriptor for an event
상속: Feature
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
AddAddon ( MethodDef addon ) : void

Add the addon method to this event

AddFire ( MethodDef fire ) : void

Add the fire method to this event

AddOther ( MethodDef other ) : void

Add another method to this event

AddRemoveOn ( MethodDef removeOn ) : void

Add the removeon method to this event

비공개 메소드들

메소드 설명
BuildTables ( MetaData md ) : void
Event ( string name, Type eType, ClassDef parent ) : System
GetCodedIx ( CIx code ) : uint
Size ( MetaData md ) : uint
Write ( PEAPI.FileImage output ) : void

메소드 상세

AddAddon() 공개 메소드

Add the addon method to this event
public AddAddon ( MethodDef addon ) : void
addon MethodDef the addon method
리턴 void

AddFire() 공개 메소드

Add the fire method to this event
public AddFire ( MethodDef fire ) : void
fire MethodDef the fire method
리턴 void

AddOther() 공개 메소드

Add another method to this event
public AddOther ( MethodDef other ) : void
other MethodDef the method to be added
리턴 void

AddRemoveOn() 공개 메소드

Add the removeon method to this event
public AddRemoveOn ( MethodDef removeOn ) : void
removeOn MethodDef the removeon method
리턴 void