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

Reads method body and returns instructions More...

Classes

class  IlInstruction
 

Public Member Functions

 IlReader ()
 
List< IlInstructionReadInstructions (MethodBase method)
 

Properties

IList< LocalVariableInfo > Locals [get]
 

Detailed Description

Reads method body and returns instructions

Definition at line 24 of file IlReader.cs.

Constructor & Destructor Documentation

VRage.Compiler.IlReader.IlReader ( )
inline

Definition at line 81 of file IlReader.cs.

Member Function Documentation

List<IlInstruction> VRage.Compiler.IlReader.ReadInstructions ( MethodBase  method)
inline

Definition at line 107 of file IlReader.cs.

Property Documentation

IList<LocalVariableInfo> VRage.Compiler.IlReader.Locals
get

Definition at line 264 of file IlReader.cs.


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