Method | Description | |
---|---|---|
FileInstance ( ScriptEngine parent, string filename ) : System |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Flush ( ) : void | ||
GetKeyAt ( int index ) : string | ||
GetNumKeys ( ) : int | ||
Read ( string key, object o ) : object | ||
ToString ( ) : string | ||
Write ( string key, object value ) : void |
public FileInstance ( ScriptEngine parent, string filename ) : System | ||
parent | ScriptEngine | |
filename | string | |
return | System |