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

IObjectSpace.IsKnownType(Type) Method

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

bool IsKnownType(
    Type type
)

Parameters

Name Type Description
type Type

A Type object.

Returns

Type Description
Boolean

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

See Also