[]
Module containing implementation of simple dynamic dispatch.
public static class DynamicDispatch
Name | Description |
---|---|
Invoke(string, object, object[]) | Invokes an instance method on a given object using dynamic dispatch. |
InvokeStatic(string, Type, object[]) | Invokes static method. |
IsPrimitive(Type) | Checks if a given type is a primitive type |