Table of Contents

Class ILInstruction

Namespace
ClrTest.Reflection
Assembly
MASES.JCOReflectorEngine.dll
public abstract class ILInstruction
Inheritance
ILInstruction
Derived
Inherited Members

Fields

m_offset

protected int m_offset

Field Value

int

m_opCode

protected OpCode m_opCode

Field Value

OpCode

Properties

Offset

public int Offset { get; }

Property Value

int

OpCode

public OpCode OpCode { get; }

Property Value

OpCode

Methods

Accept(ILInstructionVisitor)

public abstract void Accept(ILInstructionVisitor vistor)

Parameters

vistor ILInstructionVisitor