C# Class System.Web.HttpApplicationFactory

Show file Open project: vargaz/mono Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
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

Method Details

Dispose() public static method

public static Dispose ( ) : void
return void