Delegate Constructor
.NET Framework 3.0
Initializes a new delegate.
| Name | Description |
|---|---|
| Delegate (Object, String) | Initializes a delegate that invokes the specified instance method on the specified class instance. |
| Delegate (Type, String) | Initializes a delegate that invokes the specified static method from the specified class. |