# C1.Util.DX.WIC.ComponentInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_WIC_ComponentInfo" data-uid="C1.Util.DX.WIC.ComponentInfo" class="text-break">ComponentInfo Class
</h1>
  <div class="markdown level0 summary"><p>IWICComponentInfo</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"><a class="xref" href="C1.Util.DX.DisposeBase.html">DisposeBase</a></div>
    <div class="level2"><a class="xref" href="C1.Util.DX.CppObject.html">CppObject</a></div>
    <div class="level3"><a class="xref" href="C1.Util.DX.ComObject.html">ComObject</a></div>
    <div class="level4"><span class="xref">ComponentInfo</span></div>
      <div class="level5"><a class="xref" href="C1.Util.DX.WIC.BitmapCodecInfo.html">BitmapCodecInfo</a></div>
      <div class="level5"><a class="xref" href="C1.Util.DX.WIC.FormatConverterInfo.html">FormatConverterInfo</a></div>
      <div class="level5"><a class="xref" href="C1.Util.DX.WIC.PixelFormatInfo.html">PixelFormatInfo</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="C1.Util.DX.IUnknown.html">IUnknown</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.WIC.html">C1.Util.DX.WIC</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.DX.4.6.2.dll</h6>
  <h5 id="C1_Util_DX_WIC_ComponentInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Guid(&quot;23BC3F0A-698B-4357-886B-F24D50671334&quot;)]
public class ComponentInfo : ComObject, IDisposable, IUnknown</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Guid(&quot;23BC3F0A-698B-4357-886B-F24D50671334&quot;)&gt;
Public Class ComponentInfo
    Inherits ComObject
    Implements IDisposable, IUnknown</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_Util_DX_WIC_ComponentInfo__ctor_System_IntPtr_" data-uid="C1.Util.DX.WIC.ComponentInfo.#ctor(System.IntPtr)">
          <a class="xref" href="C1.Util.DX.WIC.ComponentInfo.-ctor.html#C1_Util_DX_WIC_ComponentInfo__ctor_System_IntPtr_">ComponentInfo(IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.WIC.ComponentInfo.html">ComponentInfo</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_WIC_ComponentInfo_Author" data-uid="C1.Util.DX.WIC.ComponentInfo.Author">
          <a class="xref" href="C1.Util.DX.WIC.ComponentInfo.Author.html#C1_Util_DX_WIC_ComponentInfo_Author">Author</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the author.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_ComponentInfo_FriendlyName" data-uid="C1.Util.DX.WIC.ComponentInfo.FriendlyName">
          <a class="xref" href="C1.Util.DX.WIC.ComponentInfo.FriendlyName.html#C1_Util_DX_WIC_ComponentInfo_FriendlyName">FriendlyName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the friendly name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_ComponentInfo_SpecVersion" data-uid="C1.Util.DX.WIC.ComponentInfo.SpecVersion">
          <a class="xref" href="C1.Util.DX.WIC.ComponentInfo.SpecVersion.html#C1_Util_DX_WIC_ComponentInfo_SpecVersion">SpecVersion</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the spec version.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_ComponentInfo_Version" data-uid="C1.Util.DX.WIC.ComponentInfo.Version">
          <a class="xref" href="C1.Util.DX.WIC.ComponentInfo.Version.html#C1_Util_DX_WIC_ComponentInfo_Version">Version</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the version.</p>
</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_Util_DX_WIC_ComponentInfo_Create_C1_Util_DX_WIC_ImagingFactory_System_Guid_" data-uid="C1.Util.DX.WIC.ComponentInfo.Create(C1.Util.DX.WIC.ImagingFactory,System.Guid)">
          <a class="xref" href="C1.Util.DX.WIC.ComponentInfo.Create.html#C1_Util_DX_WIC_ComponentInfo_Create_C1_Util_DX_WIC_ImagingFactory_System_Guid_">Create(ImagingFactory, Guid)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Util.DX.WIC.ComponentInfo.html">ComponentInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_ComponentInfo_GetAuthor_System_Int32_System_IntPtr_" data-uid="C1.Util.DX.WIC.ComponentInfo.GetAuthor(System.Int32,System.IntPtr)">
          <a class="xref" href="C1.Util.DX.WIC.ComponentInfo.GetAuthor.html#C1_Util_DX_WIC_ComponentInfo_GetAuthor_System_Int32_System_IntPtr_">GetAuthor(int, IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICComponentInfo::GetAuthor([In] unsigned int cchAuthor,[In] void* wzAuthor,[Out] unsigned int* pcchActual)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_ComponentInfo_GetCLSID" data-uid="C1.Util.DX.WIC.ComponentInfo.GetCLSID">
          <a class="xref" href="C1.Util.DX.WIC.ComponentInfo.GetCLSID.html#C1_Util_DX_WIC_ComponentInfo_GetCLSID">GetCLSID()</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICComponentInfo::GetCLSID([Out] GUID* pclsid)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_ComponentInfo_GetComponentType" data-uid="C1.Util.DX.WIC.ComponentInfo.GetComponentType">
          <a class="xref" href="C1.Util.DX.WIC.ComponentInfo.GetComponentType.html#C1_Util_DX_WIC_ComponentInfo_GetComponentType">GetComponentType()</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICComponentInfo::GetComponentType([Out] WICComponentType* pType)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_ComponentInfo_GetFriendlyName_System_Int32_System_IntPtr_" data-uid="C1.Util.DX.WIC.ComponentInfo.GetFriendlyName(System.Int32,System.IntPtr)">
          <a class="xref" href="C1.Util.DX.WIC.ComponentInfo.GetFriendlyName.html#C1_Util_DX_WIC_ComponentInfo_GetFriendlyName_System_Int32_System_IntPtr_">GetFriendlyName(int, IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICComponentInfo::GetFriendlyName([In] unsigned int cchFriendlyName,[In] void* wzFriendlyName,[Out] unsigned int* pcchActual)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_ComponentInfo_GetSigningStatus" data-uid="C1.Util.DX.WIC.ComponentInfo.GetSigningStatus">
          <a class="xref" href="C1.Util.DX.WIC.ComponentInfo.GetSigningStatus.html#C1_Util_DX_WIC_ComponentInfo_GetSigningStatus">GetSigningStatus()</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICComponentInfo::GetSigningStatus([Out] unsigned int* pStatus)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_ComponentInfo_GetSpecVersion_System_Int32_System_IntPtr_" data-uid="C1.Util.DX.WIC.ComponentInfo.GetSpecVersion(System.Int32,System.IntPtr)">
          <a class="xref" href="C1.Util.DX.WIC.ComponentInfo.GetSpecVersion.html#C1_Util_DX_WIC_ComponentInfo_GetSpecVersion_System_Int32_System_IntPtr_">GetSpecVersion(int, IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICComponentInfo::GetSpecVersion([In] unsigned int cchSpecVersion,[In] void* wzSpecVersion,[Out] unsigned int* pcchActual)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_ComponentInfo_GetVendorGUID" data-uid="C1.Util.DX.WIC.ComponentInfo.GetVendorGUID">
          <a class="xref" href="C1.Util.DX.WIC.ComponentInfo.GetVendorGUID.html#C1_Util_DX_WIC_ComponentInfo_GetVendorGUID">GetVendorGUID()</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICComponentInfo::GetVendorGUID([Out] GUID* pguidVendor)</p>
</td>
      </tr>
      <tr>
        <td id="C1_Util_DX_WIC_ComponentInfo_GetVersion_System_Int32_System_IntPtr_" data-uid="C1.Util.DX.WIC.ComponentInfo.GetVersion(System.Int32,System.IntPtr)">
          <a class="xref" href="C1.Util.DX.WIC.ComponentInfo.GetVersion.html#C1_Util_DX_WIC_ComponentInfo_GetVersion_System_Int32_System_IntPtr_">GetVersion(int, IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>HRESULT IWICComponentInfo::GetVersion([In] unsigned int cchVersion,[In] void* wzVersion,[Out] unsigned int* pcchActual)</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_WIC_ComponentInfo_op_Explicit_System_IntPtr__C1_Util_DX_WIC_ComponentInfo" data-uid="C1.Util.DX.WIC.ComponentInfo.op_Explicit(System.IntPtr)~C1.Util.DX.WIC.ComponentInfo">
          <a class="xref" href="C1.Util.DX.WIC.ComponentInfo.op_Explicit.html#C1_Util_DX_WIC_ComponentInfo_op_Explicit_System_IntPtr__C1_Util_DX_WIC_ComponentInfo">explicit operator ComponentInfo(IntPtr)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs an explicit conversion from <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.intptr">IntPtr</a> to <a class="xref" href="C1.Util.DX.WIC.ComponentInfo.html">ComponentInfo</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
