| Miner.Responder.TroubleMaker Assembly > TinyIoC Namespace > TinyIoCContainer Class : Register Method |
| Overload | Description |
|---|---|
| Register(Type) | Creates/replaces a container class registration with default options. |
| Register(Type,String) | Creates/replaces a named container class registration with default options. |
| Register(Type,Type) | Creates/replaces a container class registration with a given implementation and default options. |
| Register(Type,Type,String) | Creates/replaces a named container class registration with a given implementation and default options. |
| Register(Type,Object) | Creates/replaces a container class registration with a specific, strong referenced, instance. |
| Register(Type,Object,String) | Creates/replaces a named container class registration with a specific, strong referenced, instance. |
| Register(Type,Type,Object) | Creates/replaces a container class registration with a specific, strong referenced, instance. |
| Register(Type,Type,Object,String) | Creates/replaces a named container class registration with a specific, strong referenced, instance. |
| Register(Type,Func<TinyIoCContainer,NamedParameterOverloads,Object>) | Creates/replaces a container class registration with a user specified factory |
| Register(Type,Func<TinyIoCContainer,NamedParameterOverloads,Object>,String) | Creates/replaces a container class registration with a user specified factory |
| Register<RegisterType>() | Creates/replaces a container class registration with default options. |
| Register<RegisterType>(String) | Creates/replaces a named container class registration with default options. |
| Register<RegisterType,RegisterImplementation>() | Creates/replaces a container class registration with a given implementation and default options. |
| Register<RegisterType,RegisterImplementation>(String) | Creates/replaces a named container class registration with a given implementation and default options. |
| Register<RegisterType>(RegisterType) | Creates/replaces a container class registration with a specific, strong referenced, instance. |
| Register<RegisterType>(RegisterType,String) | Creates/replaces a named container class registration with a specific, strong referenced, instance. |
| Register<RegisterType,RegisterImplementation>(RegisterImplementation) | Creates/replaces a container class registration with a specific, strong referenced, instance. |
| Register<RegisterType,RegisterImplementation>(RegisterImplementation,String) | Creates/replaces a named container class registration with a specific, strong referenced, instance. |
| Register<RegisterType>(Func<TinyIoCContainer,NamedParameterOverloads,RegisterType>) | Creates/replaces a container class registration with a user specified factory |
| Register<RegisterType>(Func<TinyIoCContainer,NamedParameterOverloads,RegisterType>,String) | Creates/replaces a named container class registration with a user specified factory |
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.