C# 클래스 LuaSharp.RemoteFunction

Represents a function that allows one Lua state to call another.
상속: ClrFunction
파일 보기 프로젝트 열기: jsimmons/LuaSharp

공개 프로퍼티들

프로퍼티 타입 설명
Instance RemoteFunction
LookupFunction Lua>.Func

공개 메소드들

메소드 설명
RemoteFunction ( ) : System

Initializes a new instance of the LuaSharp.RemoteFunction class.

보호된 메소드들

메소드 설명
OnInvoke ( Lua state, object args ) : object[]

비공개 메소드들

메소드 설명
Invoke ( IntPtr s ) : int

메소드 상세

OnInvoke() 보호된 메소드

protected OnInvoke ( Lua state, object args ) : object[]
state Lua
args object
리턴 object[]

RemoteFunction() 공개 메소드

Initializes a new instance of the LuaSharp.RemoteFunction class.
public RemoteFunction ( ) : System
리턴 System

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

The function instance.
public static RemoteFunction,LuaSharp Instance
리턴 RemoteFunction

LookupFunction 공개적으로 정적으로 프로퍼티

Performs a lookup
public static Func LookupFunction
리턴 Lua>.Func