|
| Name | Description |
|---|
.gif) .gif) | CreateDelegate(Type, MethodInfo) |
Creates a delegate of the specified type to represent the specified static method.
|
.gif) .gif) .gif) .gif) | CreateDelegate(Type, Object, MethodInfo) |
Creates a delegate of the specified type that represents the specified static or instance method, with the specified first argument.
|
.gif) .gif) | CreateDelegate(Type, Object, String) |
Creates a delegate of the specified type that represents the specified instance method to invoke on the specified class instance.
|
.gif) .gif) | CreateDelegate(Type, MethodInfo, Boolean) |
Creates a delegate of the specified type to represent the specified static method, with the specified behavior on failure to bind.
|
.gif) .gif) | CreateDelegate(Type, Type, String) |
Creates a delegate of the specified type that represents the specified static method of the specified class.
|
.gif) .gif) | CreateDelegate(Type, Object, MethodInfo, Boolean) |
Creates a delegate of the specified type that represents the specified static or instance method, with the specified first argument and the specified behavior on failure to bind.
|
.gif) .gif) | CreateDelegate(Type, Object, String, Boolean) |
Creates a delegate of the specified type that represents the specified instance method to invoke on the specified class instance with the specified case-sensitivity.
|
.gif) .gif) | CreateDelegate(Type, Type, String, Boolean) |
Creates a delegate of the specified type that represents the specified static method of the specified class, with the specified case-sensitivity.
|
.gif) .gif) | CreateDelegate(Type, Object, String, Boolean, Boolean) |
Creates a delegate of the specified type that represents the specified instance method to invoke on the specified class instance, with the specified case-sensitivity and the specified behavior on failure to bind.
|
.gif) .gif) | CreateDelegate(Type, Type, String, Boolean, Boolean) |
Creates a delegate of the specified type that represents the specified static method of the specified class, with the specified case-sensitivity and the specified behavior on failure to bind.
|