Skip to main content
All docs
V25.1
  • .NET 8.0+

    CompositeObjectSpace.CanInstantiate(Type) Method

    Indicates whether instances of a particular type can be created.

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public override bool CanInstantiate(
        Type objectType
    )

    Parameters

    Name Type Description
    objectType 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