MethodInfo.CreateDelegate Method (Type)
[ 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 from this method.
Assembly: mscorlib (in mscorlib.dll)
'Declaration Public Overridable Function CreateDelegate ( _ delegateType As Type _ ) As Delegate
Parameters
- delegateType
- Type: System.Type
The type of the delegate to create.
Show: