W3cubDocs

/Haxe C#

Delegate

package cs.system

implements ICloneable, ISerializable

extended by MulticastDelegate

@:abstract@:libType@:csNative@:native("System.Delegate") Available on cs

Variables

read only Method:MethodInfo

read only Target:Dynamic

Methods

@:overload Clone ():Dynamic

@:final @:overload DynamicInvoke (args:NativeArray<Dynamic>):Dynamic

@:overload GetInvocationList ():NativeArray<Delegate>

@:overload GetObjectData (info:SerializationInfo, context:StreamingContext):Void

Static methods

@:final @:overload static Combine (a:Delegate, b:Delegate):Delegate

@:final @:overload static Combine (delegates:NativeArray<Delegate>):Delegate

@:final @:overload static CreateDelegate (type:Type, firstArgument:Dynamic, method:MethodInfo, throwOnBindFailure:Bool):Delegate

@:final @:overload static CreateDelegate (type:Type, target:Dynamic, method:String, ignoreCase:Bool):Delegate

@:final @:overload static CreateDelegate (type:Type, target:Dynamic, method:String, ignoreCase:Bool, throwOnBindFailure:Bool):Delegate

@:final @:overload static CreateDelegate (type:Type, target:Type, method:String, ignoreCase:Bool):Delegate

@:final @:overload static CreateDelegate (type:Type, target:Type, method:String):Delegate

@:final @:overload static CreateDelegate (type:Type, target:Type, method:String, ignoreCase:Bool, throwOnBindFailure:Bool):Delegate

@:final @:overload static CreateDelegate (type:Type, target:Dynamic, method:String):Delegate

@:final @:overload static CreateDelegate (type:Type, method:MethodInfo):Delegate

@:final @:overload static CreateDelegate (type:Type, method:MethodInfo, throwOnBindFailure:Bool):Delegate

@:final @:overload static CreateDelegate (type:Type, firstArgument:Dynamic, method:MethodInfo):Delegate

@:final @:overload static Remove (source:Delegate, value:Delegate):Delegate

@:final @:overload static RemoveAll (source:Delegate, value:Delegate):Delegate

@:final @:overload static op_Equality (d1:Delegate, d2:Delegate):Bool

@:final @:overload static op_Inequality (d1:Delegate, d2:Delegate):Bool

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/Delegate.html