Namespace MonoMod.Utils
Classes
- DMDCecilGenerator
- A DMDGenerator implementation using Mono.Cecil to build an in-memory assembly.
- DMDGenerator<TSelf>
- A DynamicMethodDefinition "generator", responsible for generating a runtime MethodInfo from a DMD MethodDefinition.
- Extensions
- Collection of extensions used by MonoMod and other projects.
- OSKindExtensions
- A collection of extensions for the OSKind enum.
- PlatformDetection
- A utility type which provides information about the executing runtime, including:
- Operating system
- Architecture
- Runtime
- Kind (Framework, CoreCLR, Mono)
- Version
- Corelib
Structs
Interfaces
Enums
- ArchitectureKind
- A CPU architecture.
- CorelibKind
- The kind of corelib loaded by the current runtime.
- OSKind
- An operating system kind.
- RuntimeKind
- A runtime implementation kind.
Delegates
- Relinker
- The relinker callback delegate type.