Méthode | Description | |
---|---|---|
Instantiate ( Spring.Objects.Factory.Support.RootObjectDefinition definition, string name, IObjectFactory factory ) : object |
Instantiate an instance of the object described by the supplied definition from the supplied factory.
|
|
WebInstantiationStrategy ( ) : System |
Creates a new instance of the Spring.Objects.Factory.Support.WebInstantiationStrategy class.
|
public Instantiate ( Spring.Objects.Factory.Support.RootObjectDefinition definition, string name, IObjectFactory factory ) : object | ||
definition | Spring.Objects.Factory.Support.RootObjectDefinition | /// The definition of the object that is to be instantiated. /// |
name | string |
/// The name associated with the object definition. The name can be the null
/// or zero length string if we're autowiring an object that doesn't belong
/// to the supplied |
factory | IObjectFactory |
/// The owning |
Résultat | object |
public WebInstantiationStrategy ( ) : System | ||
Résultat | System |