C# (CSharp) Mono.Cecil.Inject Namespace

Classes

Name Description
AssemblyLoader Class for assembly loading methods.
ILUtils Miscellaneous utilities used by the injector.
InjectFlagMethods Extension methods for InjectFlags enumeration.
InjectValues A convenience sturcture that can be used to process InjectFlags as properties instead of flags.
InjectionDefinition The core class containing all the injector methods.
InjectionDefinitionException An exception thrown when there is an issue when attempting to link the target method with the injection method.
LogMask General logging masks to turn on/off certain logging messages (if logging is enabled). These are reserved for methods found in Cecil.Inject.
Logger Logger. Works only in the DEBUG build.
MethodDefinitionExtensions Extensions to MethodDefinition.