Skip to main content
A newer version of this page is available. .

XPObjectSpace.Dispose() Method

Releases all resources used by an XPObjectSpace object.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v18.2.dll

Declaration

public override void Dispose()

Remarks

The Dispose method releases all resources allocated by the current XPObjectSpace, and speeds up system performance. Usually, you do not need to use this method, because ObjectSpace objects are disposed of together with disposing container Views.

See Also