Method | Description | |
---|---|---|
GetInstance ( Class type ) : Instance |
This will create an
|
|
GetInstance ( Value value ) : Instance |
This will create an
|
|
GetObject ( Class type ) : Object |
This method will instantiate an object of the provided type. If the object or constructor does not have public access then this will ensure the constructor is accessible and can be used.
|
|
Instantiator ( ) : SimpleFramework.Xml.Strategy |
Constructor for the
|
public GetInstance ( Class type ) : Instance | ||
type | Class | /// this is the type that is to be instantiated /// |
return | Instance |
public GetInstance ( Value value ) : Instance | ||
value | Value | /// this contains information on the object instance /// |
return | Instance |
public GetObject ( Class type ) : Object | ||
type | Class | /// this is used to ensure the object is accessible /// |
return | Object |
public Instantiator ( ) : SimpleFramework.Xml.Strategy | ||
return | SimpleFramework.Xml.Strategy |