Class InnerFix
The base class for InnerPrefix and InnerPostfix
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
[Serializable]
public abstract class InnerFix
Properties
| Improve this Doc View SourceInnerMethod
The method call to patch
Declaration
public InnerMethod InnerMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| InnerMethod |
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> |