C# 클래스 OpenRA.Scripting.ScriptObjectWrapper

상속: IScriptBindable, ILuaTableBinding
파일 보기 프로젝트 열기: pchote/OpenRA

보호된 프로퍼티들

프로퍼티 타입 설명
Context OpenRA.Scripting.ScriptContext

공개 메소드들

메소드 설명
ContainsKey ( string key ) : bool
ScriptObjectWrapper ( OpenRA.Scripting.ScriptContext context ) : System.Collections.Generic
this ( LuaRuntime runtime, LuaValue keyValue ) : LuaValue

보호된 메소드들

메소드 설명
Bind ( IEnumerable clrObjects ) : void
DuplicateKeyError ( string memberName ) : string
MemberNotFoundError ( string memberName ) : string

메소드 상세

Bind() 보호된 메소드

protected Bind ( IEnumerable clrObjects ) : void
clrObjects IEnumerable
리턴 void

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

DuplicateKeyError() 보호된 추상적인 메소드

protected abstract DuplicateKeyError ( string memberName ) : string
memberName string
리턴 string

MemberNotFoundError() 보호된 추상적인 메소드

protected abstract MemberNotFoundError ( string memberName ) : string
memberName string
리턴 string

ScriptObjectWrapper() 공개 메소드

public ScriptObjectWrapper ( OpenRA.Scripting.ScriptContext context ) : System.Collections.Generic
context OpenRA.Scripting.ScriptContext
리턴 System.Collections.Generic

this() 공개 메소드

public this ( LuaRuntime runtime, LuaValue keyValue ) : LuaValue
runtime LuaRuntime
keyValue LuaValue
리턴 LuaValue

프로퍼티 상세

Context 보호되어 있는 프로퍼티

protected ScriptContext,OpenRA.Scripting Context
리턴 OpenRA.Scripting.ScriptContext