Back to Harmony

Enum MethodType

docs/api/HarmonyLib.MethodType.html

2.4.2.02.1 KB
Original Source

Enum MethodType

Specifies the type of method

Namespace : HarmonyLib
Assembly : 0Harmony.dll
Syntax
public enum MethodType

Fields

NameDescription
Constructor

This is a constructor

| | Enumerator |

This targets the MoveNext method of the enumerator result, that actually contains the method's implementation

| | EventAdd |

This is a add event method

| | EventRemove |

This is a remove event method

| | Finalizer |

Finalize

| | Getter |

This is a getter

| | Normal |

This is a normal method

| | OperatorAddition |

This is a op_Addition

| | OperatorBitwiseAnd |

This is a op_BitwiseAnd

| | OperatorBitwiseOr |

This is a op_BitwiseOr

| | OperatorComma |

This is a op_Comma

| | OperatorDecrement |

This is a op_Decrement

| | OperatorDivision |

This is a op_Division

| | OperatorEquality |

This is a op_Equality

| | OperatorExclusiveOr |

This is a op_ExclusiveOr

| | OperatorExplicit |

This is a op_Explicit

| | OperatorFalse |

This is a op_False

| | OperatorGreaterThan |

This is a op_GreaterThan

| | OperatorGreaterThanOrEqual |

This is a op_GreaterThanOrEqual

| | OperatorImplicit |

This is a op_Implicit

| | OperatorIncrement |

This is a op_Increment

| | OperatorInequality |

This is a op_Inequality

| | OperatorLeftShift |

This is a op_LeftShift

| | OperatorLessThan |

This is a op_LessThan

| | OperatorLessThanOrEqual |

This is a op_LessThanOrEqual

| | OperatorLogicalNot |

This is a op_LogicalNot

| | OperatorModulus |

This is a op_Modulus

| | OperatorMultiply |

This is a op_Multiply

| | OperatorOnesComplement |

This is a op_OnesComplement

| | OperatorRightShift |

This is a op_RightShift

| | OperatorSubtraction |

This is a op_Subtraction

| | OperatorTrue |

This is a op_True

| | OperatorUnaryNegation |

This is a op_UnaryNegation

| | OperatorUnaryPlus |

This is a op_UnaryPlus

| | Setter |

This is a setter

| | StaticConstructor |

This is a static constructor

|