This commit is contained in:
2025-07-25 16:27:29 +08:00
parent 38b27cd481
commit b5cad3c171
1114 changed files with 68009 additions and 23981 deletions
+11 -12
View File
@@ -160,11 +160,6 @@ If the execution time is over the <a class="xref" href="Hi.Common.BlockingTimer.
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.ExceptionUtil.html">ExceptionUtil</a></dt>
<dd><p>Provides utility methods for handling exceptions.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.HiLog.html">HiLog</a></dt>
<dd><p>Logging utility class that provides logging functionality with timestamp.</p>
</dd>
</dl>
<dl class="jumplist">
@@ -194,10 +189,14 @@ Used to indicate programming errors or unexpected states that require developer
<dd><p>Utility class for method invocation operations.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.JsonUtil.html">JsonUtil</a></dt>
<dd></dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.LooseRunner.html">LooseRunner</a></dt>
<dd><p>Provides a mechanism for running actions asynchronously in a loose manner,
where only the most recent action is executed and previous pending actions are discarded.</p>
<dd><p>Provides a mechanism for running actions asynchronously in a loose manner.
Only the most recent action is executed and previous pending actions are discarded.</p>
</dd>
</dl>
<dl class="jumplist">
@@ -263,11 +262,6 @@ Used to track sequential state changes of a value.</p>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.ServerFileExplorerConfig.html">ServerFileExplorerConfig</a></dt>
<dd><p>Configuration for server file explorer functionality.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.SessionLogger.html">SessionLogger</a></dt>
<dd><p>Provides logging functionality for sessions with file output capabilities.</p>
</dd>
</dl>
<dl class="jumplist">
@@ -329,6 +323,11 @@ Extends <a class="xref" href="Hi.Common.IWriteBin.html">IWriteBin</a> to provide
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.IGetSelectionName.html">IGetSelectionName</a></dt>
<dd><p>Interface for objects that can provide a name for selection purposes.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="Hi.Common.INameNote.html">INameNote</a></dt>
<dd><p>Interface for objects that have a name and note property.</p>
</dd>
</dl>
<dl class="jumplist">