Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the IsKnownType(Type) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also