Resolve an instance of the default requested type from the container.

Declaration Syntax
public T Resolve<T>(
string name
)
Public Function Resolve(Of T) ( _
name As String _
) As T
public:
generic<typename T>
virtual T Resolve(
String^ name
) sealed

Generic Template Parameters
- T
-
Type of object to get from the container.

Parameters

Return Value
The retrieved object.
Assembly:
Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)