C# Class Engine.Objects.FileInstance

Inheritance: Jurassic.Library.ObjectInstance
Mostra file Open project: Radnen/sphere-sfml

Public Methods

Method Description
FileInstance ( ScriptEngine parent, string filename ) : System

Private Methods

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

Method Details

FileInstance() public method

public FileInstance ( ScriptEngine parent, string filename ) : System
parent ScriptEngine
filename string
return System