C# Class PEAPI.Event

Descriptor for an event
Inheritance: Feature
Mostra file Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

AddAddon() public method

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

AddFire() public method

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

AddOther() public method

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

AddRemoveOn() public method

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