DynamicMethod.CreateDelegate Method
.NET Framework 2.0
Completes the dynamic method and creates a delegate that can be used to execute it.
| Name | Description |
|---|---|
| DynamicMethod.CreateDelegate (Type) | Completes the dynamic method and creates a delegate that can be used to execute it. |
| DynamicMethod.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. |