Show / Hide Table of Contents

Class InnerPostfix

An inner postfix that is applied inside some method call inside a method

Inheritance
System.Object
InnerFix
InnerPostfix
Inherited Members
InnerFix.InnerMethod
InnerFix.TargetFinder
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
public class InnerPostfix : InnerFix

Constructors

| Improve this Doc View Source

InnerPostfix(InnerMethod)

Creates an infix for an implicit defined method call

Declaration
public InnerPostfix(InnerMethod innerMethod)
Parameters
Type Name Description
InnerMethod innerMethod

The method call to apply the fix to

| Improve this Doc View Source

InnerPostfix(Func<IEnumerable<CodeInstruction>, InnerMethod>)

Creates an infix for an indirectly defined method call

Declaration
public InnerPostfix(Func<IEnumerable<CodeInstruction>, InnerMethod> targetFinder)
Parameters
Type Name Description
System.Func<System.Collections.Generic.IEnumerable<CodeInstruction>, InnerMethod> targetFinder

Calculates Target from a given methods content

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX