Static methods

staticCreateDelegate(type:Type, firstArgument:Dynamic, method:MethodInfo, throwOnBindFailure:Bool):Delegate

staticCreateDelegate(type:Type, target:Dynamic, method:String, ignoreCase:Bool):Delegate

staticCreateDelegate(type:Type, target:Dynamic, method:String, ignoreCase:Bool, throwOnBindFailure:Bool):Delegate

staticCreateDelegate(type:Type, target:Type, method:String, ignoreCase:Bool):Delegate

staticCreateDelegate(type:Type, target:Type, method:String):Delegate

staticCreateDelegate(type:Type, target:Type, method:String, ignoreCase:Bool, throwOnBindFailure:Bool):Delegate

staticCreateDelegate(type:Type, target:Dynamic, method:String):Delegate

staticCreateDelegate(type:Type, method:MethodInfo):Delegate

staticCreateDelegate(type:Type, method:MethodInfo, throwOnBindFailure:Bool):Delegate

staticCreateDelegate(type:Type, firstArgument:Dynamic, method:MethodInfo):Delegate

staticRemove(source:Delegate, value:Delegate):Delegate

staticRemoveAll(source:Delegate, value:Delegate):Delegate

Variables

read onlyTarget:Dynamic

Methods