Methods
-
Get
All Instances(Type) -
Get
All Gets all configured instances of type T using explicitly configured argumentsInstances``1() -
Get
Instance(Type) Gets the default instance of the pluginType using the explicitly configured arguments from the "args" -
Get
Instance(Type, Gets the default instance of the pluginType using the explicitly configured arguments from the "args"String) -
Get
Instance``1() Gets the default instance of type T using the explicitly configured arguments from the "args" -
Get
Instance``1(String) Gets a named instance of type T using the explicitly configured arguments from teh "args" -
Try
Get Gets the default instance of pluginType using the explicitly configured arguments. Returns null if the named instance is not known to the container.Instance(Type) -
Try
Get Gets the named instance of pluginType using the explicitly configured arguments. Returns null if the named instance is not known to the container.Instance(Type, String) -
Try
Get Gets the default instance of T using explicitly configured arguments. Returns the default value of T if it is not known to the container.Instance``1() -
Try
Get Gets the named instance of T using the explicitly configured arguments. Returns the default value of T if it is not known to the container.Instance``1(String) - With(String) sealed Pass in additional arguments by name
-
With(Type,
Object) sealed Pass in additional arguments by type - With``1(``0) sealed Pass in additional arguments by type T