Show / Hide Table of Contents

    Class DMDEmitDynamicMethodGenerator

    Inheritance
    System.Object
    DMDGenerator<DMDEmitDynamicMethodGenerator>
    DMDEmitDynamicMethodGenerator
    Inherited Members
    DMDGenerator<DMDEmitDynamicMethodGenerator>.Generate(DynamicMethodDefinition, Object)
    Namespace: MonoMod.Utils
    Assembly: MonoMod.Utils.dll
    Syntax
    public sealed class DMDEmitDynamicMethodGenerator : DMDGenerator<DMDEmitDynamicMethodGenerator>, _IDMDGenerator

    Constructors

    DMDEmitDynamicMethodGenerator()

    Declaration
    public DMDEmitDynamicMethodGenerator()

    Methods

    _Generate(DynamicMethodDefinition, Object)

    Declaration
    protected override MethodInfo _Generate(DynamicMethodDefinition dmd, object context)
    Parameters
    Type Name Description
    DynamicMethodDefinition dmd
    System.Object context
    Returns
    Type Description
    System.Reflection.MethodInfo
    Overrides
    MonoMod.Utils.DMDGenerator<MonoMod.Utils.DMDEmitDynamicMethodGenerator>._Generate(MonoMod.Utils.DynamicMethodDefinition, System.Object)
    Back to top Yet another C# modding swiss army knife.