Header menu logo F# Compiler Guide

ILEventDef Type

Event definitions.

Constructors

Constructor Description

ILEventDef(eventType, name, attributes, addMethod, removeMethod, fireMethod, otherMethods, customAttrs)

Full Usage: ILEventDef(eventType, name, attributes, addMethod, removeMethod, fireMethod, otherMethods, customAttrs)

Parameters:
Returns: ILEventDef

Functional creation of a value, immediate

eventType : ILType option
name : string
attributes : EventAttributes
addMethod : ILMethodRef
removeMethod : ILMethodRef
fireMethod : ILMethodRef option
otherMethods : ILMethodRef list
customAttrs : ILAttributes
Returns: ILEventDef

Instance members

Instance member Description

this.AddMethod

Full Usage: this.AddMethod

Returns: ILMethodRef
Returns: ILMethodRef

this.Attributes

Full Usage: this.Attributes

Returns: EventAttributes
Returns: EventAttributes

this.CustomAttrs

Full Usage: this.CustomAttrs

Returns: ILAttributes
Returns: ILAttributes

this.EventType

Full Usage: this.EventType

Returns: ILType option
Returns: ILType option

this.FireMethod

Full Usage: this.FireMethod

Returns: ILMethodRef option
Returns: ILMethodRef option

this.IsRTSpecialName

Full Usage: this.IsRTSpecialName

Returns: bool
Returns: bool

this.IsSpecialName

Full Usage: this.IsSpecialName

Returns: bool
Returns: bool

this.Name

Full Usage: this.Name

Returns: string
Returns: string

this.OtherMethods

Full Usage: this.OtherMethods

Returns: ILMethodRef list
Returns: ILMethodRef list

this.RemoveMethod

Full Usage: this.RemoveMethod

Returns: ILMethodRef
Returns: ILMethodRef

Type something to start searching.