C# Класс PEAPI.Event

Descriptor for an event
Наследование: Feature
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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