Share via


IContainer Interface

Allows you to access the features associated with this container

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As IContainer

Syntax

'Declaration
Public Interface IContainer
    Inherits IInitializable, IDisposable
public interface IContainer : IInitializable, IDisposable
public interface class IContainer : IInitializable, IDisposable
public interface IContainer extends IInitializable, IDisposable
public interface IContainer extends IInitializable, IDisposable

Remarks

This is an Inversion of Control (IoC) interface that you can use to load services in the SDK client. All the strongly typed properties of the EnterpriseManagementGroup (such as EntityObjects) are actually internally loaded by means of an IoC architecture.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

IContainer Members
Microsoft.EnterpriseManagement Namespace