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

interface _EventInfo

package cs.system.runtime.interopservices

extended by EventInfo

@:nativeGen@:abstract@:libType@:csNative@:native("System.Runtime.InteropServices._EventInfo")

Available on cs

Variables

read onlyAttributes:EventAttributes

read onlyDeclaringType:Type

read onlyEventHandlerType:Type

read onlyIsMulticast:Bool

read onlyIsSpecialName:Bool

read onlyMemberType:MemberTypes

read onlyName:String

read onlyReflectedType:Type

Methods

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

GetAddMethod():MethodInfo

GetAddMethod(nonPublic:Bool):MethodInfo

GetCustomAttributes(inherit:Bool):NativeArray<Dynamic>

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

GetIDsOfNames(riid:Ref<Guid>, rgszNames:IntPtr, cNames:UInt, lcid:UInt, rgDispId:IntPtr):Void

GetRaiseMethod():MethodInfo

GetRaiseMethod(nonPublic:Bool):MethodInfo

GetRemoveMethod():MethodInfo

GetRemoveMethod(nonPublic:Bool):MethodInfo

GetType():Type

GetTypeInfo(iTInfo:UInt, lcid:UInt, ppTInfo:IntPtr):Void

GetTypeInfoCount(pcTInfo:Out<UInt>):Void

Invoke(dispIdMember:UInt, riid:Ref<Guid>, lcid:UInt, wFlags:Int16, pDispParams:IntPtr, pVarResult:IntPtr, pExcepInfo:IntPtr, puArgErr:IntPtr):Void

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

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

ToString():String

get_Attributes():EventAttributes

get_DeclaringType():Type

get_EventHandlerType():Type

get_IsMulticast():Bool

get_IsSpecialName():Bool

get_MemberType():MemberTypes

get_Name():String

get_ReflectedType():Type

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe