Craig's Utility Library  4.0 Beta
Utilities.IoC.Manager Class Reference

IoC manager class More...

Inheritance diagram for Utilities.IoC.Manager:

Public Member Functions

void Dispose ()
 Disposes of the object More...
 
override string ToString ()
 Displays information about the IoC container in string form More...
 

Protected Member Functions

 Manager ()
 Constructor More...
 
virtual void Dispose (bool Managed)
 Disposes of the object More...
 

Properties

static IBootstrapper Bootstrapper [get]
 Gets the instance of the manager More...
 
IBootstrapper InternalBootstrapper [get]
 Bootstrapper object More...
 

Detailed Description

IoC manager class

Definition at line 37 of file Manager.cs.

Constructor & Destructor Documentation

Utilities.IoC.Manager.Manager ( )
protected

Constructor

Definition at line 42 of file Manager.cs.

Member Function Documentation

void Utilities.IoC.Manager.Dispose ( )

Disposes of the object

Definition at line 97 of file Manager.cs.

virtual void Utilities.IoC.Manager.Dispose ( bool  Managed)
protectedvirtual

Disposes of the object

Parameters
ManagedDetermines if all objects should be disposed or just managed objects

Definition at line 118 of file Manager.cs.

override string Utilities.IoC.Manager.ToString ( )

Displays information about the IoC container in string form

Returns
Information about the IoC container

Definition at line 107 of file Manager.cs.

Property Documentation

IBootstrapper Utilities.IoC.Manager.Bootstrapper
staticget

Gets the instance of the manager

Definition at line 68 of file Manager.cs.

IBootstrapper Utilities.IoC.Manager.InternalBootstrapper
getprotected

Bootstrapper object

Definition at line 88 of file Manager.cs.


The documentation for this class was generated from the following file: