Show / Hide Table of Contents

Class InnerFix

The base class for InnerPrefix and InnerPostfix

Inheritance
System.Object
InnerFix
InnerPostfix
InnerPrefix
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
[Serializable]
public abstract class InnerFix

Properties

| Improve this Doc View Source

InnerMethod

The method call to patch

Declaration
public InnerMethod InnerMethod { get; set; }
Property Value
Type Description
InnerMethod
| Improve this Doc View Source

TargetFinder

If defined will be used to calculate Target from a given methods content

Declaration
public Func<IEnumerable<CodeInstruction>, InnerMethod> TargetFinder { get; set; }
Property Value
Type Description
System.Func<System.Collections.Generic.IEnumerable<CodeInstruction>, InnerMethod>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX