EventInfo

MemberInfocs.system.reflection.EventInfo (extern class)

Instance Members

MemberType: Anonymous

IsSpecialName: Bool

IsMulticast: Bool

EventHandlerType: cs.system.Type

Attributes: Anonymous

AddEventHandler(target: Dynamic, handler: cs.system.Delegate): Void
Name Type
target Dynamic
handler cs.system.Delegate

GetAddMethod(): MethodInfo
Returns
MethodInfo

GetRaiseMethod(): MethodInfo
Returns
MethodInfo

GetRemoveMethod(): MethodInfo
Returns
MethodInfo

GetOtherMethods(nonPublic: Bool): cs.NativeArray<MethodInfo>
Name Type
nonPublic Bool
Returns
cs.NativeArray<MethodInfo>

RemoveEventHandler(target: Dynamic, handler: cs.system.Delegate): Void
Name Type
target Dynamic
handler cs.system.Delegate

new(): Void

Metadata

Name Parameters
:nativeGen -
:abstract -
:libType -
:csNative -