fix SoftNcRunner GM code normalization.
This commit is contained in:
@@ -214,8 +214,8 @@ Class SimpleSessionCommand
|
||||
|
||||
<a id="Hi_ShellCommands_SimpleSessionCommand__ctor_" data-uid="Hi.ShellCommands.SimpleSessionCommand.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_ShellCommands_SimpleSessionCommand__ctor_System_Xml_Linq_XElement_System_String_System_String_System_Object___" data-uid="Hi.ShellCommands.SimpleSessionCommand.#ctor(System.Xml.Linq.XElement,System.String,System.String,System.Object[])">
|
||||
SimpleSessionCommand(XElement, string, string, params object[])
|
||||
<h3 id="Hi_ShellCommands_SimpleSessionCommand__ctor_System_Xml_Linq_XElement_System_String_System_String_System_IProgress_System_Object__System_Object___" data-uid="Hi.ShellCommands.SimpleSessionCommand.#ctor(System.Xml.Linq.XElement,System.String,System.String,System.IProgress{System.Object},System.Object[])">
|
||||
SimpleSessionCommand(XElement, string, string, IProgress<object>, object[])
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -224,7 +224,7 @@ Class SimpleSessionCommand
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public SimpleSessionCommand(XElement src, string baseDirectory, string relFile, params object[] res)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public SimpleSessionCommand(XElement src, string baseDirectory, string relFile, IProgress<object> progress, object[] res)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
@@ -237,6 +237,9 @@ Class SimpleSessionCommand
|
||||
</dd>
|
||||
<dt><code>relFile</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>Relative file path</p>
|
||||
</dd>
|
||||
<dt><code>progress</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iprogress-1">IProgress</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>></dt>
|
||||
<dd><p>Optional progress reporter.</p>
|
||||
</dd>
|
||||
<dt><code>res</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>[]</dt>
|
||||
<dd><p>Additional resources</p>
|
||||
|
||||
Reference in New Issue
Block a user