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

BaseObjectSpace.IsKnownType(Type) Method

Returns the boolean value indicating whether or not the specified type is known by the BaseObjectSpace.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public bool IsKnownType(
    Type objectType
)

Parameters

Name Type Description
objectType Type

A Type object.

Returns

Type Description
Boolean

true, if the type is known; otherwise, false.

Implements

See Also