# C1.Framework.ResourceLoader

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_ResourceLoader" data-uid="C1.Framework.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.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_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_Framework_ResourceLoader__ctor" data-uid="C1.Framework.ResourceLoader.#ctor">
          <a class="xref" href="C1.Framework.ResourceLoader.-ctor.html#C1_Framework_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_Framework_ResourceLoader_DecodeImage_System_String_" data-uid="C1.Framework.ResourceLoader.DecodeImage(System.String)">
          <a class="xref" href="C1.Framework.ResourceLoader.DecodeImage.html#C1_Framework_ResourceLoader_DecodeImage_System_String_">DecodeImage(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Decodes an image from a base-64-encoded string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ResourceLoader_GetImage_System_Reflection_Assembly_System_String_" data-uid="C1.Framework.ResourceLoader.GetImage(System.Reflection.Assembly,System.String)">
          <a class="xref" href="C1.Framework.ResourceLoader.GetImage.html#C1_Framework_ResourceLoader_GetImage_System_Reflection_Assembly_System_String_">GetImage(Assembly, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads an image from the specified assembly.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ResourceLoader_GetImage_System_String_" data-uid="C1.Framework.ResourceLoader.GetImage(System.String)">
          <a class="xref" href="C1.Framework.ResourceLoader.GetImage.html#C1_Framework_ResourceLoader_GetImage_System_String_">GetImage(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads an image from the entry assembly.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ResourceLoader_GetImages" data-uid="C1.Framework.ResourceLoader.GetImages">
          <a class="xref" href="C1.Framework.ResourceLoader.GetImages.html#C1_Framework_ResourceLoader_GetImages">GetImages()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns all images from the entry assembly.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ResourceLoader_GetImages_System_Reflection_Assembly_" data-uid="C1.Framework.ResourceLoader.GetImages(System.Reflection.Assembly)">
          <a class="xref" href="C1.Framework.ResourceLoader.GetImages.html#C1_Framework_ResourceLoader_GetImages_System_Reflection_Assembly_">GetImages(Assembly)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns all images from the specified assembly.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_ResourceLoader_GetStream_System_Reflection_Assembly_System_String_" data-uid="C1.Framework.ResourceLoader.GetStream(System.Reflection.Assembly,System.String)">
          <a class="xref" href="C1.Framework.ResourceLoader.GetStream.html#C1_Framework_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_Framework_ResourceLoader_GetStream_System_String_" data-uid="C1.Framework.ResourceLoader.GetStream(System.String)">
          <a class="xref" href="C1.Framework.ResourceLoader.GetStream.html#C1_Framework_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>
