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

IObjectSpace.GetObjects(Type) Method

Retrieves objects of the specified type from the current Object Space. Returns an IList collection.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

IList GetObjects(
    Type type
)

Parameters

Name Type Description
type Type

The type of objects that are retrieved.

Returns

Type Description
IList

A IList collection that contains the persistent objects of the specified type.

Remarks

Use the FindObject overload with a criteria parameter instead of this overload.

See Also