Configuration for a runtime dependency injector.
Initializes a new instance of RuntimeInjectorConfiguration.
public Void RuntimeInjectorConfiguration(objectName)
Name | Type | Summary |
---|---|---|
objectName | String | Name of an application context object. |
Type | Summary |
---|---|
ArgumentNullOrEmptyException | Thrown when objectName is null or empty. |
The dictionary of arguments from the application context.
public IDictionary<String, String> Arguments { get; }
Name of an application context object.
public String Name { get; set; }
Returns a textual representation of the runtime injector configuration.
public String ToString()
In this document