|
Craig's Utility Library
4.0 Beta
|
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... | |
IoC manager class
Definition at line 37 of file Manager.cs.
|
protected |
Constructor
Definition at line 42 of file Manager.cs.
| void Utilities.IoC.Manager.Dispose | ( | ) |
Disposes of the object
Definition at line 97 of file Manager.cs.
|
protectedvirtual |
Disposes of the object
| Managed | Determines 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
Definition at line 107 of file Manager.cs.
|
staticget |
Gets the instance of the manager
Definition at line 68 of file Manager.cs.
|
getprotected |
Bootstrapper object
Definition at line 88 of file Manager.cs.