Skip to content

faruknane/ILDynamics

Repository files navigation

ILDynamics

A Library for dynamic method operations!

Features

Method Generation

  • Dynamic Method Generation
  • Parameter and Variable Definitions anywhere
  • Reference Types
  • Reference Operator
  • Instance/Static Method Calls

Cloning Methods

Method cloning is possible by applying filters with ILDynamics library.

Filters

  • 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)

Usages

  • Wiki Update!

About

A Library for dynamic method generation purposes!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages