package cs.system
implements ICloneable, ISerializable
extended by MulticastDelegate
Available on cs
staticCombine(a:Delegate, b:Delegate):DelegatestaticCombine(delegates:NativeArray<Delegate>):DelegatestaticCreateDelegate(type:Type, firstArgument:Dynamic, method:MethodInfo, throwOnBindFailure:Bool):DelegatestaticCreateDelegate(type:Type, target:Dynamic, method:String, ignoreCase:Bool):DelegatestaticCreateDelegate(type:Type, target:Dynamic, method:String, ignoreCase:Bool, throwOnBindFailure:Bool):DelegatestaticCreateDelegate(type:Type, target:Type, method:String, ignoreCase:Bool):DelegatestaticCreateDelegate(type:Type, target:Type, method:String):DelegatestaticCreateDelegate(type:Type, target:Type, method:String, ignoreCase:Bool, throwOnBindFailure:Bool):DelegatestaticCreateDelegate(type:Type, target:Dynamic, method:String):DelegatestaticCreateDelegate(type:Type, method:MethodInfo):DelegatestaticCreateDelegate(type:Type, method:MethodInfo, throwOnBindFailure:Bool):DelegatestaticCreateDelegate(type:Type, firstArgument:Dynamic, method:MethodInfo):DelegatestaticRemove(source:Delegate, value:Delegate):DelegatestaticRemoveAll(source:Delegate, value:Delegate):Delegatestaticop_Equality(d1:Delegate, d2:Delegate):Boolstaticop_Inequality(d1:Delegate, d2:Delegate):Boolread onlyMethod:MethodInforead onlyTarget:DynamicClone():DynamicfinalDynamicInvoke(args:NativeArray<Dynamic>):DynamicGetInvocationList():NativeArray<Delegate>GetObjectData(info:SerializationInfo, context:StreamingContext):Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/Delegate.html