Click or drag to resize
DigitalRuneServiceContainerDispose Method (Boolean)
Releases the unmanaged resources used by an instance of the ServiceContainer class and optionally releases the managed resources.

Namespace: DigitalRune.ServiceLocation
Assembly: DigitalRune.ServiceLocation (in DigitalRune.ServiceLocation.dll) Version: 1.3.0.0 (1.3.0.13596)
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
to release both managed and unmanaged resources; to release only unmanaged resources.
See Also