Click or drag to resize
ReflectionUtilsCreateDelegate Method

[Missing <summary> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo)"]

Namespace: Slash.Reflection.Utils
Assembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntax
public static Delegate CreateDelegate(
	Type type,
	Object target,
	MethodInfo method
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo)"]

target
Type: SystemObject

[Missing <param name="target"/> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo)"]

method
Type: System.ReflectionMethodInfo

[Missing <param name="method"/> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo)"]

Return Value

Type: Delegate

[Missing <returns> documentation for "M:Slash.Reflection.Utils.ReflectionUtils.CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo)"]

See Also