C# 클래스 System.Web.Mvc.IronRuby.Core.RubyMvcApplication

상속: HttpApplication
파일 보기 프로젝트 열기: jschementi/ironrubymvc

보호된 메소드들

메소드 설명
Application_Start ( object sender, EventArgs e ) : void
OnStart ( ) : void

Called when the application is starting and the engine has been initialized.

메소드 상세

Application_Start() 보호된 메소드

protected Application_Start ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

OnStart() 보호된 메소드

Called when the application is starting and the engine has been initialized.
protected OnStart ( ) : void
리턴 void