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
02f90899a3
commit
6fd636c26c
1239 changed files with 214126 additions and 66229 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class EntryPoint
|
||||
">
|
||||
<meta name="generator" content="docfx 2.59.1.0">
|
||||
<meta name="generator" content="docfx 2.59.4.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -111,23 +111,55 @@
|
|||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public sealed class EntryPoint</code></pre>
|
||||
</div>
|
||||
<h3 id="fields">Fields
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_EntryPoint_LogLevelSwitch.md&value=---%0Auid%3A%20Dalamud.EntryPoint.LogLevelSwitch%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/EntryPoint.cs/#L31">View Source</a>
|
||||
</span>
|
||||
<h4 id="Dalamud_EntryPoint_LogLevelSwitch" data-uid="Dalamud.EntryPoint.LogLevelSwitch">LogLevelSwitch</h4>
|
||||
<div class="markdown level1 summary"><p>Log level switch for runtime log level change.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static readonly LoggingLevelSwitch LogLevelSwitch</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field 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">Serilog.Core.LoggingLevelSwitch</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="methods">Methods
|
||||
</h3>
|
||||
<span class="small pull-right mobile-hide">
|
||||
<span class="divider">|</span>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_EntryPoint_Initialize_System_IntPtr_.md&value=---%0Auid%3A%20Dalamud.EntryPoint.Initialize(System.IntPtr)%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>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_EntryPoint_Initialize_System_IntPtr_System_IntPtr_.md&value=---%0Auid%3A%20Dalamud.EntryPoint.Initialize(System.IntPtr%2CSystem.IntPtr)%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/EntryPoint.cs/#L49">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/EntryPoint.cs/#L51">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_EntryPoint_Initialize_" data-uid="Dalamud.EntryPoint.Initialize*"></a>
|
||||
<h4 id="Dalamud_EntryPoint_Initialize_System_IntPtr_" data-uid="Dalamud.EntryPoint.Initialize(System.IntPtr)">Initialize(IntPtr)</h4>
|
||||
<h4 id="Dalamud_EntryPoint_Initialize_System_IntPtr_System_IntPtr_" data-uid="Dalamud.EntryPoint.Initialize(System.IntPtr,System.IntPtr)">Initialize(IntPtr, IntPtr)</h4>
|
||||
<div class="markdown level1 summary"><p>Initialize Dalamud.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void Initialize(IntPtr infoPtr)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static void Initialize(IntPtr infoPtr, IntPtr mainThreadContinueEvent)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
|
|
@ -143,52 +175,44 @@
|
|||
<td><span class="xref">System.IntPtr</span></td>
|
||||
<td><span class="parametername">infoPtr</span></td>
|
||||
<td><p>Pointer to a serialized <a class="xref" href="Dalamud.DalamudStartInfo.html">DalamudStartInfo</a> data.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.IntPtr</span></td>
|
||||
<td><span class="parametername">mainThreadContinueEvent</span></td>
|
||||
<td><p>Event used to signal the main thread to continue.</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_EntryPoint_VehCallback_System_IntPtr_System_IntPtr_System_IntPtr_.md&value=---%0Auid%3A%20Dalamud.EntryPoint.VehCallback(System.IntPtr%2CSystem.IntPtr%2CSystem.IntPtr)%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>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_EntryPoint_VehCallback.md&value=---%0Auid%3A%20Dalamud.EntryPoint.VehCallback%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/EntryPoint.cs/#L63">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/EntryPoint.cs/#L66">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_EntryPoint_VehCallback_" data-uid="Dalamud.EntryPoint.VehCallback*"></a>
|
||||
<h4 id="Dalamud_EntryPoint_VehCallback_System_IntPtr_System_IntPtr_System_IntPtr_" data-uid="Dalamud.EntryPoint.VehCallback(System.IntPtr,System.IntPtr,System.IntPtr)">VehCallback(IntPtr, IntPtr, IntPtr)</h4>
|
||||
<div class="markdown level1 summary"><p>Show error message along with stack trace and exit.</p>
|
||||
<h4 id="Dalamud_EntryPoint_VehCallback" data-uid="Dalamud.EntryPoint.VehCallback">VehCallback()</h4>
|
||||
<div class="markdown level1 summary"><p>Returns stack trace.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static void VehCallback(IntPtr dumpPath, IntPtr logPath, IntPtr log)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public static IntPtr VehCallback()</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<h5 class="returns">Returns</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.IntPtr</span></td>
|
||||
<td><span class="parametername">dumpPath</span></td>
|
||||
<td><p>Path to minidump file created in UTF-16.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.IntPtr</span></td>
|
||||
<td><span class="parametername">logPath</span></td>
|
||||
<td><p>Path to log file to create in UTF-16.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="xref">System.IntPtr</span></td>
|
||||
<td><span class="parametername">log</span></td>
|
||||
<td><p>Log text in UTF-16.</p>
|
||||
<td><p>HGlobal to wchar_t* stack trace c-string.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
@ -204,7 +228,7 @@
|
|||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_EntryPoint.md&value=---%0Auid%3A%20Dalamud.EntryPoint%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/EntryPoint.cs/#L29" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/EntryPoint.cs/#L26" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue