Table of Contents

Enum ReflectionSpecialNameType

Namespace
MoonSharp.Interpreter.Interop
Assembly
Assembly-CSharp.dll
public enum ReflectionSpecialNameType
Extension Methods

Fields

AddEvent = 8
ExplicitCast = 3
ImplicitCast = 2
IndexGetter = 0
IndexSetter = 1
OperatorAdd = 10
OperatorAnd = 11
OperatorCompl = 26
OperatorDec = 13
OperatorDiv = 14
OperatorEq = 15
OperatorFalse = 5
OperatorGt = 17
OperatorGte = 18
OperatorInc = 19
OperatorLt = 21
OperatorLte = 22
OperatorMod = 24
OperatorMul = 25
OperatorNeg = 28
OperatorNeq = 20
OperatorNot = 23
OperatorOr = 12
OperatorSub = 27
OperatorTrue = 4
OperatorUnaryPlus = 29
OperatorXor = 16
PropertyGetter = 6
PropertySetter = 7
RemoveEvent = 9