W3cubDocs

/Haxe C#

_EventInfo

package cs.system.runtime.interopservices

implemented by EventInfo

Available on cs

Variables

read only Attributes:EventAttributes

read only DeclaringType:Type

read only EventHandlerType:Type

read only IsMulticast:Bool

read only IsSpecialName:Bool

read only MemberType:MemberTypes

read only Name:String

read only ReflectedType: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

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/runtime/interopservices/_EventInfo.html