DynamicMethod.CreateDelegate Method
.NET Framework 4
Completes the dynamic method and creates a delegate that can be used to execute it.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateDelegate(Type) | Completes the dynamic method and creates a delegate that can be used to execute it. |
|
CreateDelegate(Type, Object) | Completes the dynamic method and creates a delegate that can be used to execute it, specifying the delegate type and an object the delegate is bound to. |