Space Engineers
Public Member Functions | Public Attributes | List of all members
VRage.Compiler.IlReader.IlInstruction Class Reference

Public Member Functions

string FormatOperand ()
 
override string ToString ()
 

Public Attributes

OpCode OpCode
 
object Operand
 
long Offset
 
long LocalVariableIndex
 

Detailed Description

Definition at line 26 of file IlReader.cs.

Member Function Documentation

string VRage.Compiler.IlReader.IlInstruction.FormatOperand ( )
inline

Definition at line 32 of file IlReader.cs.

override string VRage.Compiler.IlReader.IlInstruction.ToString ( )
inline

Definition at line 64 of file IlReader.cs.

Member Data Documentation

long VRage.Compiler.IlReader.IlInstruction.LocalVariableIndex

Definition at line 31 of file IlReader.cs.

long VRage.Compiler.IlReader.IlInstruction.Offset

Definition at line 30 of file IlReader.cs.

OpCode VRage.Compiler.IlReader.IlInstruction.OpCode

Definition at line 28 of file IlReader.cs.

object VRage.Compiler.IlReader.IlInstruction.Operand

Definition at line 29 of file IlReader.cs.


The documentation for this class was generated from the following file: