Table of Contents

Class Monkey

Namespace
MonkeyLoader.Patching
Assembly
MonkeyLoader.dll

Contains comparers for IMonkeys / derived MonkeyBase<TMonkey> instances.

public static class Monkey
Inheritance
Monkey
Inherited Members

Properties

AscendingComparer

Gets an IMonkey-comparer, that sorts patchers with higher impact first.

public static IComparer<IMonkey> AscendingComparer { get; }

Property Value

IComparer<IMonkey>

DescendingComparer

Gets an IMonkey-comparer, that sorts patchers with lower impact first.

public static IComparer<IMonkey> DescendingComparer { get; }

Property Value

IComparer<IMonkey>

EarlyMonkeyType

Gets the Type of IEarlyMonkey.

public static Type EarlyMonkeyType { get; }

Property Value

Type

MonkeyType

Gets the Type of IMonkey.

public static Type MonkeyType { get; }

Property Value

Type