C# 클래스 System.Web.HttpApplicationFactory

파일 보기 프로젝트 열기: vargaz/mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddEvent void
AddHandler void
AttachEvents void
CreateWatcher System.IO.FileSystemWatcher
DisableWatcher void
DisableWatchers void
EnableWatcher void
EnableWatcherEvents void
EnableWatchers void
FireEvent bool
FireOnAppEnd void
FireOnAppStart System.Web.HttpApplication
GetApplication System.Web.HttpApplication
GetApplicationForSessionEnd System.Web.HttpApplication
GetApplicationTypeEvents System.Collections.Hashtable
GetApplicationTypeEvents System.Collections.Hashtable
GetMethodsDeep System.Collections.ArrayList
InitType void
InvokeSessionEnd void
InvokeSessionEnd void
IsEventHandler bool
MakeStaticCollection System.Web.HttpStaticObjectsCollection
OnFileChanged void
OnFileRenamed void
Recycle void
RecycleForSessionEnd void
WatchLocationForRestart bool
WatchLocationForRestart bool
WatchLocationForRestart bool

공개 메소드들

메소드 설명
Dispose ( ) : void

비공개 메소드들

메소드 설명
AddEvent ( MethodInfo method, Hashtable appTypeEventHandlers ) : void
AddHandler ( EventInfo evt, object target, System.Web.HttpApplication app, MethodInfo method ) : void
AttachEvents ( System.Web.HttpApplication app ) : void
CreateWatcher ( string file, FileSystemEventHandler hnd, RenamedEventHandler reh ) : FileSystemWatcher
DisableWatcher ( string virtualPath, string filter ) : void
DisableWatchers ( ) : void
EnableWatcher ( string virtualPath, string filter ) : void
EnableWatcherEvents ( string virtualPath, string filter, bool enable ) : void
EnableWatchers ( ) : void
FireEvent ( string method_name, object target, object args ) : bool
FireOnAppEnd ( ) : void
FireOnAppStart ( HttpContext context ) : System.Web.HttpApplication
GetApplication ( HttpContext context ) : System.Web.HttpApplication
GetApplicationForSessionEnd ( ) : System.Web.HttpApplication
GetApplicationTypeEvents ( System.Web.HttpApplication app ) : Hashtable
GetApplicationTypeEvents ( Type type ) : Hashtable
GetMethodsDeep ( Type type ) : ArrayList
InitType ( HttpContext context ) : void
InvokeSessionEnd ( object state ) : void
InvokeSessionEnd ( object state, object source, EventArgs e ) : void
IsEventHandler ( MethodInfo m ) : bool
MakeStaticCollection ( ArrayList list ) : System.Web.HttpStaticObjectsCollection
OnFileChanged ( object sender, FileSystemEventArgs args ) : void
OnFileRenamed ( object sender, RenamedEventArgs args ) : void
Recycle ( System.Web.HttpApplication app ) : void
RecycleForSessionEnd ( System.Web.HttpApplication app ) : void
WatchLocationForRestart ( string filter ) : bool
WatchLocationForRestart ( string virtualPath, string filter ) : bool
WatchLocationForRestart ( string virtualPath, string filter, bool watchSubdirs ) : bool

메소드 상세

Dispose() 공개 정적인 메소드

public static Dispose ( ) : void
리턴 void