# C1.WPF.Schedule.ResourceLoader

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Schedule_ResourceLoader" data-uid="C1.WPF.Schedule.ResourceLoader" class="text-break">ResourceLoader Class
</h1>
  <div class="markdown level0 summary"><p>Class with static methods used for enumerating and retrieving application
resources.</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">ResourceLoader</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Schedule.html">C1.WPF.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Schedule.4.6.2.dll</h6>
  <h5 id="C1_WPF_Schedule_ResourceLoader_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ResourceLoader</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ResourceLoader</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Schedule_ResourceLoader__ctor" data-uid="C1.WPF.Schedule.ResourceLoader.#ctor">
          <a class="xref" href="C1.WPF.Schedule.ResourceLoader.-ctor.html#C1_WPF_Schedule_ResourceLoader__ctor">ResourceLoader()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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="C1_WPF_Schedule_ResourceLoader_GetStream_System_Reflection_Assembly_System_String_" data-uid="C1.WPF.Schedule.ResourceLoader.GetStream(System.Reflection.Assembly,System.String)">
          <a class="xref" href="C1.WPF.Schedule.ResourceLoader.GetStream.html#C1_WPF_Schedule_ResourceLoader_GetStream_System_Reflection_Assembly_System_String_">GetStream(Assembly, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the specified manifest resource from the specified assembly.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Schedule_ResourceLoader_GetStream_System_String_" data-uid="C1.WPF.Schedule.ResourceLoader.GetStream(System.String)">
          <a class="xref" href="C1.WPF.Schedule.ResourceLoader.GetStream.html#C1_WPF_Schedule_ResourceLoader_GetStream_System_String_">GetStream(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the specified manifest resource from the entry assembly.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
