Click or drag to resize

IContainerStrategyTryResolve Method

Attempts to resolve an instance of the specified type.

Namespace:  Ditto.AsyncInit.Services
Assembly:  Ditto.AsyncInit.Services (in Ditto.AsyncInit.Services.dll) Version: 1.5.0.2468
Syntax
bool TryResolve(
	Type type,
	out Object value
)

Parameters

type
Type: SystemType
The type of object to resolve.
value
Type: SystemObject
Resolved value (or null if unsuccessful).

Return Value

Type: Boolean
true if successful or false otherwise.
See Also