Table of Contents

Class DMDGenerator<TSelf>

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll
A DynamicMethodDefinition "generator", responsible for generating a runtime MethodInfo from a DMD MethodDefinition.
public abstract class DMDGenerator<TSelf> where TSelf : DMDGenerator<TSelf>, new()

Type Parameters

TSelf
The derived type.
Inheritance
DMDGenerator<TSelf>
Derived

Methods

Generate(DynamicMethodDefinition, object?)
GenerateCore(DynamicMethodDefinition, object?)