C# Class CSI.CodeChunk

Inheritance: Utils
Show file Open project: keyword/CSharp-Interpreter-for-Unity-3D Class Usage Examples

Public Properties

Property Type Description
DumpingValue bool

Public Methods

Method Description
Go ( Hashtable V ) : void
Instantiate ( Assembly a, Interpreter interp ) : void

Method Details

Go() public method

public Go ( Hashtable V ) : void
V System.Collections.Hashtable
return void

Instantiate() public static method

public static Instantiate ( Assembly a, Interpreter interp ) : void
a System.Reflection.Assembly
interp Interpreter
return void

Property Details

DumpingValue public static property

public static bool DumpingValue
return bool