C# 클래스 _04_GuessTheNumberTurnTheTables.MainClass

파일 보기 프로젝트 열기: mbrezu/Shovel

공개 메소드들

메소드 설명
Main ( string args ) : void

비공개 메소드들

메소드 설명
CompileProgram ( HttpListenerContext ctx, FileSystemDatabase fsd ) : void
FreshSession ( FileSystemDatabase fsd, Shovel bytecode, string program ) : Session
ParsePostData ( string postData ) : string>.Dictionary
ProgramBytecode ( string sources ) : Shovel.Instruction[]
ProgramSources ( string program ) : List
ServeError ( HttpListenerContext ctx, Session session, string error ) : void
ServeRequest ( HttpListenerContext ctx, FileSystemDatabase fsd ) : void
ServeSession ( HttpListenerContext ctx, FileSystemDatabase fsd, Session session, string userInput ) : void
ServeTheTextArea ( HttpListenerContext ctx, string programSource = null, string error = null ) : void
Udps ( Session session, string userInput ) : IEnumerable

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void