Class InitializationModule
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Inheritance
System.Object
    InitializationModule
  Implements
System.Web.IHttpModule
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.Framework.Initialization
Assembly: EPiServer.Framework.dll
Version: 10.10.4Syntax
public class InitializationModule : IHttpModuleConstructors
InitializationModule()
Declaration
public InitializationModule()Properties
Assemblies
Declaration
public static AssemblyList Assemblies { get; set; }Property Value
| Type | Description | 
|---|---|
| AssemblyList | 
Methods
Dispose()
Declaration
public void Dispose()FrameworkInitialization(HostType)
Called to initialize the application.
Declaration
public static void FrameworkInitialization(HostType hostType)Parameters
| Type | Name | Description | 
|---|---|---|
| HostType | hostType | The type of host for the application | 
FrameworkUninitialize()
Declaration
public static void FrameworkUninitialize()Init(HttpApplication)
Declaration
public void Init(HttpApplication context)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Web.HttpApplication | context | 
Implements
      System.Web.IHttpModule
  
  