# 图标查看导出工具

{% code title="ExtractIcons.sln" %}

```csharp
Software software = new Software();
software.Name = "图标查看导出工具";
software.ProjectID = "ExtractIcons";
software.Release = "https://nullcraft.org/d/96";
software.ReleaseDate = DateTime.Parse("2024,08,28").ToString();
software.Language = new string[] { "简体中文" };
software.Program = "C#";
software.Framework = ".NET8";

NullCraftSoftwareList.add(software);

Trace.WriteLine(NullCraftSoftwareList.Items.Conut());

>>> 21
```

{% endcode %}

## 关于《图标查看导出工具》 <a href="#guan-yu-mo-zu-jia-zai-qi-zhong-xin" id="guan-yu-mo-zu-jia-zai-qi-zhong-xin"></a>

### 下载《图标查看导出工具》 <a href="#xia-zai-mo-zu-jia-zai-qi-zhong-xin" id="xia-zai-mo-zu-jia-zai-qi-zhong-xin"></a>

{% embed url="<https://nullcraft.org/d/96>" %}

### 介绍与使用 <a href="#jie-shao-yu-shi-yong" id="jie-shao-yu-shi-yong"></a>

通过点击 `打开...` 按钮选择要提取图标的文件，然后单击 `查看图标` 按钮进行预览图标，点击 `保存全部图标` 按钮可以导出图标文件。

<figure><img src="/files/2Ya8IVcfTM1PHXn5CUtM" alt=""><figcaption></figcaption></figure>

### 更新日志 <a href="#geng-xin-ri-zhi" id="geng-xin-ri-zhi"></a>

{% content-ref url="/pages/eul3HCELk11HKKQ8ctRL" %}
[更新日志](/software/extracticons/update.md)
{% endcontent-ref %}

### 软件图片 <a href="#ruan-jian-tu-pian" id="ruan-jian-tu-pian"></a>

<figure><img src="/files/2Ya8IVcfTM1PHXn5CUtM" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nullcraft.org/software/extracticons.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
