# GrapeCity.Enterprise.Data.Expressions.Evaluation.DynamicDispatch

## Content

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



  <h1 id="GrapeCity_Enterprise_Data_Expressions_Evaluation_DynamicDispatch" data-uid="GrapeCity.Enterprise.Data.Expressions.Evaluation.DynamicDispatch" class="text-break">DynamicDispatch Class
</h1>
  <div class="markdown level0 summary"><p>Module containing implementation of simple dynamic dispatch.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">DynamicDispatch</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Enterprise.Data.Expressions.Evaluation.html">GrapeCity.Enterprise.Data.Expressions.Evaluation</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Data.ExpressionInfo.dll</h6>
  <h5 id="GrapeCity_Enterprise_Data_Expressions_Evaluation_DynamicDispatch_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class DynamicDispatch</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Enterprise_Data_Expressions_Evaluation_DynamicDispatch_Invoke_System_String_System_Object_System_Object___" data-uid="GrapeCity.Enterprise.Data.Expressions.Evaluation.DynamicDispatch.Invoke(System.String,System.Object,System.Object[])">
          <a class="xref" href="GrapeCity.Enterprise.Data.Expressions.Evaluation.DynamicDispatch.Invoke.html#GrapeCity_Enterprise_Data_Expressions_Evaluation_DynamicDispatch_Invoke_System_String_System_Object_System_Object___">Invoke(string, object, object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Invokes an instance method on a given object using dynamic dispatch.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Enterprise_Data_Expressions_Evaluation_DynamicDispatch_InvokeStatic_System_String_System_Type_System_Object___" data-uid="GrapeCity.Enterprise.Data.Expressions.Evaluation.DynamicDispatch.InvokeStatic(System.String,System.Type,System.Object[])">
          <a class="xref" href="GrapeCity.Enterprise.Data.Expressions.Evaluation.DynamicDispatch.InvokeStatic.html#GrapeCity_Enterprise_Data_Expressions_Evaluation_DynamicDispatch_InvokeStatic_System_String_System_Type_System_Object___">InvokeStatic(string, Type, object[])</a>
        </td>
        <td class="markdown level1 summary"><p>Invokes static method.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Enterprise_Data_Expressions_Evaluation_DynamicDispatch_IsPrimitive_System_Type_" data-uid="GrapeCity.Enterprise.Data.Expressions.Evaluation.DynamicDispatch.IsPrimitive(System.Type)">
          <a class="xref" href="GrapeCity.Enterprise.Data.Expressions.Evaluation.DynamicDispatch.IsPrimitive.html#GrapeCity_Enterprise_Data_Expressions_Evaluation_DynamicDispatch_IsPrimitive_System_Type_">IsPrimitive(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks if a given type is a primitive type</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
