ISolutionTypesProvider.GetProjectTypes(String) Method
Obtains project types available in the specified assembly.
Namespace: DevExpress.Entity.ProjectModel
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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