C# Class WrenLibrary.Io

ファイルを表示 Open project: robotii/Wren.NET Class Usage Examples

Public Methods

Method Description
LoadLibrary ( WrenVM vm ) : void

Private Methods

Method Description
Close ( WrenVM vm, Wren.Core.Objects.Obj args, int stackStart ) : bool
Descriptor ( WrenVM vm, Wren.Core.Objects.Obj args, int stackStart ) : bool
Open ( WrenVM vm, Wren.Core.Objects.Obj args, int stackStart ) : bool
ReadBytes ( WrenVM vm, Wren.Core.Objects.Obj args, int stackStart ) : bool
Size ( WrenVM vm, Wren.Core.Objects.Obj args, int stackStart ) : bool
SizePath ( WrenVM vm, Wren.Core.Objects.Obj args, int stackStart ) : bool

Method Details

LoadLibrary() public static method

public static LoadLibrary ( WrenVM vm ) : void
vm Wren.Core.VM.WrenVM
return void