Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPObjectSpace.CanInstantiate(Type) Method

Indicates whether instances of a particular type can be created.

Namespace: DevExpress.ExpressApp.Xpo

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

Declaration

public override bool CanInstantiate(
    Type type
)

Parameters

Name Type Description
type Type

An object type for which it must be determined whether its instances can be created.

Returns

Type Description
Boolean

true, if instances of the specified type can be created; otherwise, false.

See Also