C# 클래스 GameCreator.Framework.Action

상속: IGml
파일 보기 프로젝트 열기: joshwyant/game-creator

공개 메소드들

메소드 설명
Action ( GameCreator.Framework.ResourceContext context, int libid, int id, string args, int appliesto, bool relative, bool not ) : System.IO
GetCodeReader ( ) : TextReader

메소드 상세

Action() 공개 메소드

public Action ( GameCreator.Framework.ResourceContext context, int libid, int id, string args, int appliesto, bool relative, bool not ) : System.IO
context GameCreator.Framework.ResourceContext
libid int
id int
args string
appliesto int
relative bool
not bool
리턴 System.IO

GetCodeReader() 공개 메소드

public GetCodeReader ( ) : TextReader
리턴 System.IO.TextReader