C# 클래스 Pluton.LUAPlugin

Lua plugin.
상속: BasePlugin
파일 보기 프로젝트 열기: Notulp/Pluton

공개 프로퍼티들

프로퍼티 타입 설명
Tables Table
script Script

공개 메소드들

메소드 설명
FormatException ( Exception ex ) : string
Invoke ( string func ) : object

Invoke the specified method and args.

LUAPlugin ( string name, string code, DirectoryInfo rootdir ) : System

Initializes a new instance of the Pluton.LUAPlugin class.

Load ( string code = "" ) : void

메소드 상세

FormatException() 공개 메소드

public FormatException ( Exception ex ) : string
ex System.Exception
리턴 string

Invoke() 공개 메소드

Invoke the specified method and args.
public Invoke ( string func ) : object
func string Func.
리턴 object

LUAPlugin() 공개 메소드

Initializes a new instance of the Pluton.LUAPlugin class.
public LUAPlugin ( string name, string code, DirectoryInfo rootdir ) : System
name string Name.
code string Code.
rootdir System.IO.DirectoryInfo Rootdir.
리턴 System

Load() 공개 메소드

public Load ( string code = "" ) : void
code string
리턴 void

프로퍼티 상세

Tables 공개적으로 프로퍼티

LUA Tables
public Table Tables
리턴 Table

script 공개적으로 프로퍼티

public Script script
리턴 Script