Interface IEarlyMonkey
- Namespace
- MonkeyLoader.Meta
- Assembly
- MonkeyLoader.dll
Defines the interface for all early monkeys.
public interface IEarlyMonkey : IMonkey, IRun, IShutdown, IComparable<IMonkey>, INestedIdentifiable<Mod>, INestedIdentifiable, IIdentifiable, IAuthorable
- Inherited Members
- Extension Methods
Properties
ExecutedPatches
Gets the pre-patch targets that were successfully applied.
This may be a larger set than PrePatchTargets
if this pre-patcher targets all assemblies.
IEnumerable<PrePatchTarget> ExecutedPatches { get; }
Property Value
PrePatchTargets
Gets the names of the assemblies and types therein which this pre-patcher targets.
IEnumerable<PrePatchTarget> PrePatchTargets { get; }
Property Value
TargetsAllAssemblies
Gets whether this pre-patcher targets all available assemblies.
bool TargetsAllAssemblies { get; }