C# Class CsiFunctionContext

Inheritance: Utils
ファイルを表示 Open project: oleg-shilo/cs-script Class Usage Examples

Public Properties

Property Type Description
V 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 Assembly
table Hashtable
className string
funName string
return void

Property Details

V public_oe property

public Hashtable V
return Hashtable