C# 클래스 Engine.Objects.FileInstance

상속: Jurassic.Library.ObjectInstance
파일 보기 프로젝트 열기: Radnen/sphere-sfml

공개 메소드들

메소드 설명
FileInstance ( ScriptEngine parent, string filename ) : System

비공개 메소드들

메소드 설명
Close ( ) : void
Flush ( ) : void
GetKeyAt ( int index ) : string
GetNumKeys ( ) : int
Read ( string key, object o ) : object
ToString ( ) : string
Write ( string key, object value ) : void

메소드 상세

FileInstance() 공개 메소드

public FileInstance ( ScriptEngine parent, string filename ) : System
parent ScriptEngine
filename string
리턴 System