C# Класс SLua.DebugInterface

Наследование: LuaObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DebugInterface ( LuaState L ) : System
close ( ) : void
echo ( string str ) : void
init ( ) : void
md5 ( string f ) : string
onBreak ( string f, int line, string md5 ) : void
require ( string f, byte bytes ) : void
send ( string str ) : void
update ( ) : void

Приватные методы

Метод Описание
cmdb ( string tail ) : bool
cmdb5 ( string tail ) : bool
cmdbt ( string bt ) : bool
cmdc ( string tail ) : bool
cmdclear ( string tail ) : bool
cmddel ( string tail ) : bool
cmddelete ( string tail ) : bool
cmdfs ( string tail ) : bool
cmdhelp ( string tail ) : bool
cmdlist ( string tail ) : bool
cmdn ( string tail ) : bool
cmdp ( string r ) : bool
cmdquit ( string tail ) : bool
cmds ( string tail ) : bool
cmdstart ( string tail ) : bool
cmdwatch ( string bt ) : bool
deletebp ( string tail ) : bool
doCommand ( string str ) : bool
error ( string err ) : void
fetchLuaSource ( string fileName, int line = -1, int range = 3 ) : string
md5 ( IntPtr l ) : int
ok ( string str ) : void
onBreak ( IntPtr l ) : int
onClientConnect ( IAsyncResult target ) : void
onClientDisconnect ( ) : void
output ( IntPtr l ) : int
process ( ) : void
recvCmd ( byte bytes, int &len ) : bool

Описание методов

DebugInterface() публичный Метод

public DebugInterface ( LuaState L ) : System
L LuaInterface.LuaState
Результат System

close() публичный Метод

public close ( ) : void
Результат void

echo() публичный Метод

public echo ( string str ) : void
str string
Результат void

init() публичный Метод

public init ( ) : void
Результат void

md5() публичный Метод

public md5 ( string f ) : string
f string
Результат string

onBreak() публичный Метод

public onBreak ( string f, int line, string md5 ) : void
f string
line int
md5 string
Результат void

require() публичный статический Метод

public static require ( string f, byte bytes ) : void
f string
bytes byte
Результат void

send() публичный Метод

public send ( string str ) : void
str string
Результат void

update() публичный Метод

public update ( ) : void
Результат void