Skip to main content

ISolutionTypesProvider.GetProjectTypes(String) Method

Obtains project types available in the specified assembly.

Namespace: DevExpress.Entity.ProjectModel

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.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