Click or drag to resize
DelegateUtils Class
Utility methods for operating on delegates.
Inheritance Hierarchy
SystemObject
  Slash.Reflection.UtilsDelegateUtils

Namespace: Slash.Reflection.Utils
Assembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntax
public static class DelegateUtils

The DelegateUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateDelegate
Creates a delegate of the specified type that represents the specified instance method to invoke on the passed target object.
Top
See Also