IManagementHost Interface

Definition

Identifies the host of the management unit.

public interface class IManagementHost
public interface IManagementHost
type IManagementHost = interface
Public Interface IManagementHost

Remarks

This is the primary interface that identifies the host of the management unit. Each host will have a different implementation of this interface.

Properties

ApplicationName

Gets the unique name of the application that contains the host instance.

Name

Gets the unique name of the host.

Title

Gets the host name that will be displayed to the user.

UserData

Gets the IDictionary interface in which to store global settings.

UserInterfaceTechnologyType

Gets the type that implements the IModulePage interface and is used as the base class for a page in the user interface.

Version

Gets the host version information.

Methods

CreateBuilder(Type)

Returns the requested object that was created by the class factory and has the specified type.

CreateHostModule()

Returns the host module.

CreateManagementContext()

Returns the IManagementContext interface.

Applies to