A Library for dynamic method operations!
- Dynamic Method Generation
- Parameter and Variable Definitions anywhere
- Reference Types
- Reference Operator
- Instance/Static Method Calls
Method cloning is possible by applying filters with ILDynamics library.
- NoFilter: Copies the current IL Code, no filter is applied.
- MethodCallSwapper: Swaps some method calls in a method with other methods specified.
- ParameterRemover: Can remove unused parameters. (for purpose of removing closure parameter of lamda functions)
- Wiki Update!