C# 클래스 LuaSharp.Tests.LuaScripts

Represents helpers for getting the Lua scripts.
파일 보기 프로젝트 열기: jsimmons/LuaSharp 1 사용 예제들

공개 메소드들

메소드 설명
GetScriptStream ( string name ) : Stream

Gets a script from the assembly.

GetScriptString ( string name ) : String

Gets a script from the assembly.

메소드 상세

GetScriptStream() 공개 정적인 메소드

Gets a script from the assembly.
public static GetScriptStream ( string name ) : Stream
name string /// The name of the script. ///
리턴 Stream

GetScriptString() 공개 정적인 메소드

Gets a script from the assembly.
public static GetScriptString ( string name ) : String
name string /// The name of the script. ///
리턴 String