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

Declaration Syntax
Function Resolve(Of T) ( _
name As String _
) As T
generic<typename T>
T Resolve(
String^ name
)

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)