C# Class CSI.CsiFunctionContext

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

Public Properties

Property Type Description
V System.Collections.Hashtable

Public Methods

Method Description
Instantiate ( Assembly a, Hashtable table, string className, string funName ) : void

Method Details

Instantiate() public static method

public static Instantiate ( Assembly a, Hashtable table, string className, string funName ) : void
a System.Reflection.Assembly
table System.Collections.Hashtable
className string
funName string
return void

Property Details

V public_oe property

public Hashtable,System.Collections V
return System.Collections.Hashtable