mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
docs: regenerate
This commit is contained in:
parent
ebe997089e
commit
cc362d5fd7
896 changed files with 28457 additions and 29442 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class Util
|
||||
">
|
||||
<meta name="generator" content="docfx 2.58.4.0">
|
||||
<meta name="generator" content="docfx 2.58.9.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Utility_Util_AssemblyVersion.md&value=---%0Auid%3A%20Dalamud.Utility.Util.AssemblyVersion%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L28">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L37">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Utility_Util_AssemblyVersion_" data-uid="Dalamud.Utility.Util.AssemblyVersion*"></a>
|
||||
<h4 id="Dalamud_Utility_Util_AssemblyVersion" data-uid="Dalamud.Utility.Util.AssemblyVersion">AssemblyVersion</h4>
|
||||
|
|
@ -144,6 +144,38 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Utility_Util_HttpClient.md&value=---%0Auid%3A%20Dalamud.Utility.Util.HttpClient%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L32">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Utility_Util_HttpClient_" data-uid="Dalamud.Utility.Util.HttpClient*"></a>
|
||||
<h4 id="Dalamud_Utility_Util_HttpClient" data-uid="Dalamud.Utility.Util.HttpClient">HttpClient</h4>
|
||||
<div class="markdown level1 summary"><p>Gets an httpclient for usage.
|
||||
Do NOT await this.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static HttpClient HttpClient { get; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Net.Http.HttpClient</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="methods">Methods
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
|
|
@ -151,7 +183,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Utility_Util_ByteArrayToHex_System_Byte___System_Int32_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Utility.Util.ByteArrayToHex(System.Byte%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L73">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L100">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Utility_Util_ByteArrayToHex_" data-uid="Dalamud.Utility.Util.ByteArrayToHex*"></a>
|
||||
<h4 id="Dalamud_Utility_Util_ByteArrayToHex_System_Byte___System_Int32_System_Int32_" data-uid="Dalamud.Utility.Util.ByteArrayToHex(System.Byte[],System.Int32,System.Int32)">ByteArrayToHex(Byte[], Int32, Int32)</h4>
|
||||
|
|
@ -213,7 +245,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Utility_Util_CompressString_System_String_.md&value=---%0Auid%3A%20Dalamud.Utility.Util.CompressString(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L215">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L247">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Utility_Util_CompressString_" data-uid="Dalamud.Utility.Util.CompressString*"></a>
|
||||
<h4 id="Dalamud_Utility_Util_CompressString_System_String_" data-uid="Dalamud.Utility.Util.CompressString(System.String)">CompressString(String)</h4>
|
||||
|
|
@ -263,7 +295,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Utility_Util_CopyTo_System_IO_Stream_System_IO_Stream_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Utility.Util.CopyTo(System.IO.Stream%2CSystem.IO.Stream%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L256">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L282">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Utility_Util_CopyTo_" data-uid="Dalamud.Utility.Util.CopyTo*"></a>
|
||||
<h4 id="Dalamud_Utility_Util_CopyTo_System_IO_Stream_System_IO_Stream_System_Int32_" data-uid="Dalamud.Utility.Util.CopyTo(System.IO.Stream,System.IO.Stream,System.Int32)">CopyTo(Stream, Stream, Int32)</h4>
|
||||
|
|
@ -309,7 +341,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Utility_Util_DecompressString_System_Byte___.md&value=---%0Auid%3A%20Dalamud.Utility.Util.DecompressString(System.Byte%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L236">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L265">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Utility_Util_DecompressString_" data-uid="Dalamud.Utility.Util.DecompressString*"></a>
|
||||
<h4 id="Dalamud_Utility_Util_DecompressString_System_Byte___" data-uid="Dalamud.Utility.Util.DecompressString(System.Byte[])">DecompressString(Byte[])</h4>
|
||||
|
|
@ -359,7 +391,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Utility_Util_DumpMemory_System_IntPtr_System_Int32_.md&value=---%0Auid%3A%20Dalamud.Utility.Util.DumpMemory(System.IntPtr%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L53">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L80">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Utility_Util_DumpMemory_" data-uid="Dalamud.Utility.Util.DumpMemory*"></a>
|
||||
<h4 id="Dalamud_Utility_Util_DumpMemory_System_IntPtr_System_Int32_" data-uid="Dalamud.Utility.Util.DumpMemory(System.IntPtr,System.Int32)">DumpMemory(IntPtr, Int32)</h4>
|
||||
|
|
@ -399,7 +431,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Utility_Util_Fatal_System_String_System_String_.md&value=---%0Auid%3A%20Dalamud.Utility.Util.Fatal(System.String%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L174">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L206">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Utility_Util_Fatal_" data-uid="Dalamud.Utility.Util.Fatal*"></a>
|
||||
<h4 id="Dalamud_Utility_Util_Fatal_System_String_System_String_" data-uid="Dalamud.Utility.Util.Fatal(System.String,System.String)">Fatal(String, String)</h4>
|
||||
|
|
@ -439,7 +471,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Utility_Util_GetGitHash.md&value=---%0Auid%3A%20Dalamud.Utility.Util.GetGitHash%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L35">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L44">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Utility_Util_GetGitHash_" data-uid="Dalamud.Utility.Util.GetGitHash*"></a>
|
||||
<h4 id="Dalamud_Utility_Util_GetGitHash" data-uid="Dalamud.Utility.Util.GetGitHash">GetGitHash()</h4>
|
||||
|
|
@ -463,6 +495,39 @@ or null if it cannot be found.</p>
|
|||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><p>The git hash of the assembly.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Utility_Util_GetGitHashClientStructs.md&value=---%0Auid%3A%20Dalamud.Utility.Util.GetGitHashClientStructs%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L62">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Utility_Util_GetGitHashClientStructs_" data-uid="Dalamud.Utility.Util.GetGitHashClientStructs*"></a>
|
||||
<h4 id="Dalamud_Utility_Util_GetGitHashClientStructs" data-uid="Dalamud.Utility.Util.GetGitHashClientStructs">GetGitHashClientStructs()</h4>
|
||||
<div class="markdown level1 summary"><p>Gets the git hash value from the assembly
|
||||
or null if it cannot be found.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static string GetGitHashClientStructs()</code></pre>
|
||||
</div>
|
||||
<h5 class="returns">Returns</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><p>The git hash of the assembly.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -472,7 +537,7 @@ or null if it cannot be found.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Utility_Util_GetUTF8String_System_Byte___.md&value=---%0Auid%3A%20Dalamud.Utility.Util.GetUTF8String(System.Byte%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L187">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L219">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Utility_Util_GetUTF8String_" data-uid="Dalamud.Utility.Util.GetUTF8String*"></a>
|
||||
<h4 id="Dalamud_Utility_Util_GetUTF8String_System_Byte___" data-uid="Dalamud.Utility.Util.GetUTF8String(System.Byte[])">GetUTF8String(Byte[])</h4>
|
||||
|
|
@ -513,6 +578,38 @@ or null if it cannot be found.</p>
|
|||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><p>A UTF8 encoded string.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Utility_Util_IsLinux.md&value=---%0Auid%3A%20Dalamud.Utility.Util.IsLinux%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L294">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Utility_Util_IsLinux_" data-uid="Dalamud.Utility.Util.IsLinux*"></a>
|
||||
<h4 id="Dalamud_Utility_Util_IsLinux" data-uid="Dalamud.Utility.Util.IsLinux">IsLinux()</h4>
|
||||
<div class="markdown level1 summary"><p>Heuristically determine if Dalamud is running on Linux/WINE.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static bool IsLinux()</code></pre>
|
||||
</div>
|
||||
<h5 class="returns">Returns</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Boolean</span></td>
|
||||
<td><p>Whether or not Dalamud is running on Linux/WINE.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -522,7 +619,7 @@ or null if it cannot be found.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Utility_Util_ShowObject_System_Object_.md&value=---%0Auid%3A%20Dalamud.Utility.Util.ShowObject(System.Object)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
|
||||
</span>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L136">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L163">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_Utility_Util_ShowObject_" data-uid="Dalamud.Utility.Util.ShowObject*"></a>
|
||||
<h4 id="Dalamud_Utility_Util_ShowObject_System_Object_" data-uid="Dalamud.Utility.Util.ShowObject(System.Object)">ShowObject(Object)</h4>
|
||||
|
|
@ -562,7 +659,7 @@ or null if it cannot be found.</p>
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Utility_Util.md&value=---%0Auid%3A%20Dalamud.Utility.Util%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L21" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Utility/Util.cs/#L23" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue