MethodInfo.CreateDelegate Method (Type, Object)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a delegate of the specified type with the specified target from this method.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- delegateType
- Type: System.Type
The type of the delegate to create.
- target
- Type: System.Object
The object targeted by the delegate.
Show: