[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.DataBindingWizard.ViewModels.IObjectDataSourceProvider.GetClasses

GetClasses Method

GetClasses(string)

Retrieves a collection of class names available in the specified assembly.

Declaration
IReadOnlyCollection<string> GetClasses(string assemblyPath)
Parameters
Type Name Description
string assemblyPath

The full path to the assembly file.

Returns
Type Description
IReadOnlyCollection<string>

A read-only collection of fully qualified class names found in the specified assembly.

Remarks

This method is used to enumerate all public classes available in a referenced assembly for selection during data source configuration.