Interface IContainer
  
  
  
  
  Assembly: EPiServer.Shell.dll
  Version: 11.20.7
  Syntax
  
    [Obsolete("Use EPiServer.ServiceLocation.ServiceLocator instead")]
public interface IContainer
   
  Methods
  
  
  
  
  AddAssemblyToCatalog(Assembly)
  
  
  Declaration
  
    [Obsolete("Use EPiServer.ServiceLocation.ServiceLocator instead")]
void AddAssemblyToCatalog(Assembly assemblyToAdd)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Reflection.Assembly | assemblyToAdd |  | 
    
  
  
  
  
  ExcludePart(Type)
  
  
  Declaration
  
    [Obsolete("Use EPiServer.ServiceLocation.ServiceLocator instead")]
void ExcludePart(Type typeToExclude)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Type | typeToExclude |  | 
    
  
  
  
  
  GetExportedValue<T>()
  
  
  Declaration
  
    [Obsolete("Use EPiServer.ServiceLocation.ServiceLocator instead")]
T GetExportedValue<T>()
   
  Returns
  
  Type Parameters
  
  
  
  
  SatisfyImportsOnce(Object)
  
  
  Declaration
  
    [Obsolete("Use EPiServer.ServiceLocation.ServiceLocator instead")]
void SatisfyImportsOnce(object attributedPart)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | attributedPart |  | 
    
  
  Extension Methods