SaaS CMS has officially launched! Learn more now.

Interface IContainer

Namespace: EPiServer.Shell.Composition
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 Description
T
Type Parameters
Name Description
T

SatisfyImportsOnce(Object)

Declaration
[Obsolete("Use EPiServer.ServiceLocation.ServiceLocator instead")]
void SatisfyImportsOnce(object attributedPart)
Parameters
Type Name Description
System.Object attributedPart

Extension Methods