ILEventDef Type
Event definitions.
Constructors
Constructor |
Description
|
Full Usage:
ILEventDef(eventType, name, attributes, addMethod, removeMethod, fireMethod, otherMethods, customAttrs)
Parameters:
ILType option
name : string
attributes : EventAttributes
addMethod : ILMethodRef
removeMethod : ILMethodRef
fireMethod : ILMethodRef option
otherMethods : ILMethodRef list
customAttrs : ILAttributes
Returns: ILEventDef
|
Functional creation of a value, immediate
|
Instance members
Instance member |
Description
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.IsRTSpecialName
Returns: bool
|
|
Full Usage:
this.IsSpecialName
Returns: bool
|
|
Full Usage:
this.MetadataIndex
Returns: int32
|
|
Full Usage:
this.Name
Returns: string
|
|
|
|
|
|