class Delegate
package cs.system
implements ICloneable, ISerializable
extended by MulticastDelegate
Available on cs
Available on cs
staticfinalCombine(a:Delegate, b:Delegate):DelegatestaticfinalCombine(delegates:NativeArray<Delegate>):DelegatestaticfinalCreateDelegate(type:Type, firstArgument:Dynamic, method:MethodInfo, throwOnBindFailure:Bool):DelegatestaticfinalCreateDelegate(type:Type, target:Dynamic, method:String, ignoreCase:Bool):DelegatestaticfinalCreateDelegate(type:Type, target:Dynamic, method:String, ignoreCase:Bool, throwOnBindFailure:Bool):DelegatestaticfinalCreateDelegate(type:Type, target:Type, method:String, ignoreCase:Bool):DelegatestaticfinalCreateDelegate(type:Type, target:Type, method:String):DelegatestaticfinalCreateDelegate(type:Type, target:Type, method:String, ignoreCase:Bool, throwOnBindFailure:Bool):DelegatestaticfinalCreateDelegate(type:Type, target:Dynamic, method:String):DelegatestaticfinalCreateDelegate(type:Type, method:MethodInfo):DelegatestaticfinalCreateDelegate(type:Type, method:MethodInfo, throwOnBindFailure:Bool):DelegatestaticfinalCreateDelegate(type:Type, firstArgument:Dynamic, method:MethodInfo):Delegate