Click or drag to resize
DigitalRuneServiceContainerCreateInstance Method
Creates an instance the given type and satisfies the constructor dependencies.

Namespace: DigitalRune.ServiceLocation
Assembly: DigitalRune.ServiceLocation (in DigitalRune.ServiceLocation.dll) Version: 1.3.0.0 (1.3.0.13596)
Syntax
public Object CreateInstance(
	Type type
)

Parameters

type
Type: SystemType
The type to instantiate.

Return Value

Type: Object
A new instance of the requested type.
See Also