Skip to main content
A newer version of this page is available. .

ITypesInfo.FindTypeInfo(String) Method

Supplies metadata on a specific type.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

ITypeInfo FindTypeInfo(
    string typeName
)

Parameters

Name Type Description
typeName String

A string that holds the fully qualified name of the type whose metadata will be retrieved.

Returns

Type Description
ITypeInfo

An ITypeInfo object that supplies metadata on the specified type.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the FindTypeInfo(String) 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