HaxeAPI
  • Version 4.2.0
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

class EventInfo

package cs.system.reflection

extends MemberInfo

implements _EventInfo

@:nativeGen@:abstract@:libType@:csNative@:native("System.Reflection.EventInfo")

Available on cs

Variables

read onlyAttributes:EventAttributes

read onlyEventHandlerType:Type

read onlyIsMulticast:Bool

read onlyIsSpecialName:Bool

Methods

finalAddEventHandler(target:Dynamic, handler:Delegate):Void

finalGetAddMethod():MethodInfo

GetAddMethod(nonPublic:Bool):MethodInfo

GetOtherMethods(nonPublic:Bool):NativeArray<MethodInfo>

finalGetOtherMethods():NativeArray<MethodInfo>

finalGetRaiseMethod():MethodInfo

GetRaiseMethod(nonPublic:Bool):MethodInfo

finalGetRemoveMethod():MethodInfo

GetRemoveMethod(nonPublic:Bool):MethodInfo

finalRemoveEventHandler(target:Dynamic, handler:Delegate):Void

get_Attributes():EventAttributes

finalget_EventHandlerType():Type

finalget_IsMulticast():Bool

finalget_IsSpecialName():Bool

Inherited Variables

Defined by MemberInfo

read onlyDeclaringType:Type

read onlyMetadataToken:Int

read onlyModule:Module

read onlyName:String

read onlyReflectedType:Type

Inherited Methods

Defined by MemberInfo

GetCustomAttributes(inherit:Bool):NativeArray<Dynamic>

GetCustomAttributes(attributeType:Type, inherit:Bool):NativeArray<Dynamic>

IsDefined(attributeType:Type, inherit:Bool):Bool

get_DeclaringType():Type

get_MetadataToken():Int

get_Module():Module

get_Name():String

get_ReflectedType():Type

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe