Public Methods
| Name | Description | |
|---|---|---|
![]() |
CreateDelegate<T> | Overloaded. Creates invocation delegate for the static method represented by the given MethodInfo. |
![]() |
Dump | Converts exception and all of its inner exceptions to string |
![]() |
GetDefaultValue | Gets the default value for the given type. |
![]() |
GetMethod | Searches for the specified public method whose parameters match the specified argument types. |
![]() |
GetSignature | Returns method signature, similar to MethodInfo.ToString(). |
![]() |
Invoke | Invokes the method represented by current instance using the supplied parameters in either one-way or normal mode |
![]() |
IsOneWay | Returns true if method in one-way |