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
|
Full Usage:
ILEventDef(eventType, name, attributes, addMethod, removeMethod, fireMethod, otherMethods, customAttrsStored, metadataIndex)
Parameters:
ILType option
name : string
attributes : EventAttributes
addMethod : ILMethodRef
removeMethod : ILMethodRef
fireMethod : ILMethodRef option
otherMethods : ILMethodRef list
customAttrsStored : ILAttributesStored
metadataIndex : int32
Returns: ILEventDef
|
Functional creation of a value, using delayed reading via a metadata index, for ilread.fs
|
Instance members
Instance member |
Description
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.IsRTSpecialName
Returns: bool
|
|
Full Usage:
this.IsSpecialName
Returns: bool
|
|
Full Usage:
this.Name
Returns: string
|
|
|
|
|
|
Full Usage:
this.With
Parameters:
ILType option
?name : string
?attributes : EventAttributes
?addMethod : ILMethodRef
?removeMethod : ILMethodRef
?fireMethod : ILMethodRef option
?otherMethods : ILMethodRef list
?customAttrs : ILAttributes
Returns: ILEventDef
|
Functional update of the value
|