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
m_opCode
protected OpCode m_opCode
Field Value
Properties
Offset
public int Offset { get; }
Property Value
OpCode
public OpCode OpCode { get; }
Property Value
Methods
Accept(ILInstructionVisitor)
public abstract void Accept(ILInstructionVisitor vistor)
Parameters
vistor
ILInstructionVisitor