Creates invocation delegate for the static method represented by the given MethodInfo.
Declaring type: Extensions
Namespace: Zyan.Communication.Toolbox
Assembly: Zyan.Communication
Collapse/Expand Overload List
  Name Description
Public Method Static Extensions.CreateDelegate<T> (MethodInfo) Creates invocation delegate for the static method represented by the given MethodInfo.
Public Method Static Extensions.CreateDelegate<T> (MethodInfo, object) Creates invocation delegate for the non-static method represented by the given MethodInfo.