Enum ReflectionSpecialNameType
- Namespace
- MoonSharp.Interpreter.Interop
- Assembly
- Assembly-CSharp.dll
public enum ReflectionSpecialNameType
- Extension Methods
Fields
AddEvent = 8ExplicitCast = 3ImplicitCast = 2IndexGetter = 0IndexSetter = 1OperatorAdd = 10OperatorAnd = 11OperatorCompl = 26OperatorDec = 13OperatorDiv = 14OperatorEq = 15OperatorFalse = 5OperatorGt = 17OperatorGte = 18OperatorInc = 19OperatorLt = 21OperatorLte = 22OperatorMod = 24OperatorMul = 25OperatorNeg = 28OperatorNeq = 20OperatorNot = 23OperatorOr = 12OperatorSub = 27OperatorTrue = 4OperatorUnaryPlus = 29OperatorXor = 16PropertyGetter = 6PropertySetter = 7RemoveEvent = 9