OpCode Struct

Definition

Describes an intermediate language (IL) instruction.

public value class OpCode
public value class OpCode : IEquatable<System::Reflection::Emit::OpCode>
public struct OpCode
public readonly struct OpCode : IEquatable<System.Reflection.Emit.OpCode>
[System.Runtime.InteropServices.ComVisible(true)]
public struct OpCode
type OpCode = struct
[<System.Runtime.InteropServices.ComVisible(true)>]
type OpCode = struct
Public Structure OpCode
Public Structure OpCode
Implements IEquatable(Of OpCode)
Inheritance
OpCode
Attributes
Implements

Properties

EvaluationStackDelta
FlowControl

The flow control characteristics of the intermediate language (IL) instruction.

Name

The name of the intermediate language (IL) instruction.

OpCodeType

The type of intermediate language (IL) instruction.

OperandType

The operand type of an intermediate language (IL) instruction.

Size

The size of the intermediate language (IL) instruction.

StackBehaviourPop

How the intermediate language (IL) instruction pops the stack.

StackBehaviourPush

How the intermediate language (IL) instruction pushes operand onto the stack.

Value

Gets the numeric value of the intermediate language (IL) instruction.

Methods

Equals(Object)

Tests whether the given object is equal to this Opcode.

Equals(OpCode)

Indicates whether the current instance is equal to the specified OpCode.

GetHashCode()

Returns the generated hash code for this Opcode.

ToString()

Returns this Opcode as a String.

Operators

Equality(OpCode, OpCode)

Indicates whether two OpCode structures are equal.

Inequality(OpCode, OpCode)

Indicates whether two OpCode structures are not equal.

Applies to