| | Name | Description |
|---|
  | Addition(Object, OperatableObject) |
Applies the binary addition operator with operands in reversed order.
|
  | Addition(OperatableObject, Object) |
Applies the binary addition operator.
|
  | BitwiseAnd(OperatableObject, Object) |
Applies the binary AND operator.
|
  | BitwiseOr(OperatableObject, Object) |
Applies the binary OR operator.
|
  | Decrement(OperatableObject) |
Applies decrement.
|
  | Division(OperatableObject, Object) |
Applies the binary division operator.
|
  | Equality(OperatableObject, Object) |
Applies the equality operator.
|
  | ExclusiveOr(OperatableObject, Object) |
Applies the binary XOR operator.
|
  | False(OperatableObject) |
Evaluates the instance for boolean false.
|
  | GreaterThan(OperatableObject, Object) |
Applies the greater-than operator.
|
  | GreaterThanOrEqual(OperatableObject, Object) |
Applies the greater-than-or-equal operator.
|
  | Increment(OperatableObject) |
Applies increment.
|
  | Inequality(OperatableObject, Object) |
Applies the inequality operator.
|
  | LeftShift(OperatableObject, Int32) |
Applies the left-shift operator.
|
  | LessThan(OperatableObject, Object) |
Applies the less-than operator.
|
  | LessThanOrEqual(OperatableObject, Object) |
Applies the less-than-or-equal operator.
|
  | LogicalNot(OperatableObject) |
Applies logical negation.
|
  | Modulus(OperatableObject, Object) |
Applies the binary modulo operator.
|
  | Multiply(OperatableObject, Object) |
Applies the binary multiplication operator.
|
  | OnesComplement(OperatableObject) |
Applies bitwise complement.
|
  | RightShift(OperatableObject, Int32) |
Applies the right-shift operator.
|
  | Subtraction(OperatableObject, Object) |
Applies the binary subtraction operator.
|
  | True(OperatableObject) |
Evaluates the instance for boolean true.
|
  | UnaryNegation(OperatableObject) |
Applies unary minus.
|
  | UnaryPlus(OperatableObject) |
Applies unary plus.
|