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

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Design_DataBindingWizard_ViewModels_IObjectDataSourceProvider_GetClasses_" data-uid="GrapeCity.ActiveReports.Design.DataBindingWizard.ViewModels.IObjectDataSourceProvider.GetClasses*">GetClasses Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_DataBindingWizard_ViewModels_IObjectDataSourceProvider_GetClasses_" data-uid="GrapeCity.ActiveReports.Design.DataBindingWizard.ViewModels.IObjectDataSourceProvider.GetClasses*"></a>
<h4 id="GrapeCity_ActiveReports_Design_DataBindingWizard_ViewModels_IObjectDataSourceProvider_GetClasses_System_String_" data-uid="GrapeCity.ActiveReports.Design.DataBindingWizard.ViewModels.IObjectDataSourceProvider.GetClasses(System.String)">GetClasses(string)</h4>
<div class="markdown level1 summary"><p>Retrieves a collection of class names available in the specified assembly.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">IReadOnlyCollection&lt;string&gt; GetClasses(string assemblyPath)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">assemblyPath</span></td>
      <td><p>The full path to the assembly file.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</td>
      <td><p>A read-only collection of fully qualified class names found in the specified assembly.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_DataBindingWizard_ViewModels_IObjectDataSourceProvider_GetClasses_System_String__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method is used to enumerate all public classes available in a referenced assembly for selection during data source configuration.</p>
</div>
</div>
