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

ISolutionTypesProvider.GetProjectTypes(String) Method

Obtains project types available in the specified assembly.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

IProjectTypes GetProjectTypes(
    string assemblyFullName
)

Parameters

Name Type Description
assemblyFullName String

A String specifying the name of an assembly.

Returns

Type Description
IProjectTypes

An IProjectTypes object providing access to project types.

See Also