System.Reflection.Emit.OpCodes.Not Field

Computes the bitwise complement of the integer value on top of the stack and pushes the result onto the evaluation stack as the same type.

Syntax

public static readonly OpCode Not

Remarks

The following table lists the instruction's hexadecimal and Microsoft Intermediate Language (MSIL) assembly format, along with a brief reference summary:

66

not

Computes the bitwise complement of a value.

The stack transitional behavior, in sequential order, is:

[The 'ordered' type of list has not been implemented in the ECMA stylesheet.]

The not instruction computes the bitwise complement of an integer value and pushes the result onto the stack. The return type is the same as the operand type.

The following ILGenerator.Emit(OpCode) method overload can use the not opcode:

  • ILGenerator.Emit(OpCode)

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0