Class ShellContext

Interprets the configuration and provides access to site center services.

Inheritance
System.Object
ShellContext
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.Shell
Assembly: EPiServer.Shell.dll
Version: 8.11.0
Syntax
public class ShellContext

Constructors

ShellContext()

Declaration
public ShellContext()

Properties

Container

Gets an object providing inversion of control container capabilities.

Declaration
[Obsolete("Use EPiServer.ServiceLocation.ServiceLocator.Current in EPiServer.Framework")]
public IContainer Container { get; }
Property Value
Type Description
IContainer

The container.

Instance

The singleton instance of the ApplicationContainer class.

Declaration
public static ShellContext Instance { get; set; }
Property Value
Type Description
ShellContext