Various extension methods.
Declaring type: Extensions
Namespace: Zyan.Communication.Toolbox
Assembly: Zyan.Communication
Collapse/Expand Public Methods
  Name Description
Public Method Static CreateDelegate<T> Overloaded. Creates invocation delegate for the static method represented by the given MethodInfo.
Public Method Static Dump Converts exception and all of its inner exceptions to string
Public Method Static GetDefaultValue Gets the default value for the given type.
Public Method Static GetMethod Searches for the specified public method whose parameters match the specified argument types.
Public Method Static GetSignature Returns method signature, similar to MethodInfo.ToString().
Public Method Static Invoke Invokes the method represented by current instance using the supplied parameters in either one-way or normal mode
Public Method Static IsOneWay Returns true if method in one-way