mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
docs: regenerate
This commit is contained in:
parent
c864cae087
commit
1eb35f29eb
935 changed files with 148201 additions and 35402 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class DalamudStartInfo
|
||||
">
|
||||
<meta name="generator" content="docfx 2.56.6.0">
|
||||
<meta name="generator" content="docfx 2.58.0.0">
|
||||
|
||||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
|
||||
<h1 id="Dalamud_DalamudStartInfo" data-uid="Dalamud.DalamudStartInfo" class="text-break">Class DalamudStartInfo
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>Class containing information needed to initialize Dalamud.</p>
|
||||
<div class="markdown level0 summary"><p>Struct containing information needed to initialize Dalamud.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="inheritance">
|
||||
|
|
@ -81,20 +81,18 @@
|
|||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">DalamudStartInfo</span></div>
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><span class="xref">System.IEquatable</span><<a class="xref" href="Dalamud.DalamudStartInfo.html">DalamudStartInfo</a>></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
<span class="xref">System.Object.ToString()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.GetHashCode()</span>
|
||||
</div>
|
||||
|
|
@ -104,32 +102,39 @@
|
|||
<div>
|
||||
<span class="xref">System.Object.MemberwiseClone()</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.ToString()</span>
|
||||
</div>
|
||||
</div>
|
||||
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.html">Dalamud</a></h6>
|
||||
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
|
||||
<h5 id="Dalamud_DalamudStartInfo_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">[Serializable]
|
||||
public sealed class DalamudStartInfo</code></pre>
|
||||
public class DalamudStartInfo : IEquatable<DalamudStartInfo></code></pre>
|
||||
</div>
|
||||
<h3 id="fields">Fields
|
||||
<h3 id="properties">Properties
|
||||
</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_DalamudStartInfo_AssetDirectory.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.AssetDirectory%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/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_AssetDirectory.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.AssetDirectory%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/DalamudStartInfo.cs/#L35">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L37">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_AssetDirectory_" data-uid="Dalamud.DalamudStartInfo.AssetDirectory*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_AssetDirectory" data-uid="Dalamud.DalamudStartInfo.AssetDirectory">AssetDirectory</h4>
|
||||
<div class="markdown level1 summary"><p>The path to core Dalamud assets.</p>
|
||||
<div class="markdown level1 summary"><p>Gets the path to core Dalamud assets.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string AssetDirectory</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public string AssetDirectory { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field Value</h5>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -146,20 +151,21 @@ public sealed class DalamudStartInfo</code></pre>
|
|||
</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_DalamudStartInfo_ConfigurationPath.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.ConfigurationPath%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/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_ConfigurationPath.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.ConfigurationPath%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/DalamudStartInfo.cs/#L20">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L22">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_ConfigurationPath_" data-uid="Dalamud.DalamudStartInfo.ConfigurationPath*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_ConfigurationPath" data-uid="Dalamud.DalamudStartInfo.ConfigurationPath">ConfigurationPath</h4>
|
||||
<div class="markdown level1 summary"><p>The path to the configuration file.</p>
|
||||
<div class="markdown level1 summary"><p>Gets the path to the configuration file.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string ConfigurationPath</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public string ConfigurationPath { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field Value</h5>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -176,20 +182,21 @@ public sealed class DalamudStartInfo</code></pre>
|
|||
</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_DalamudStartInfo_DefaultPluginDirectory.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.DefaultPluginDirectory%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/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_DefaultPluginDirectory.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.DefaultPluginDirectory%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/DalamudStartInfo.cs/#L30">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L32">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_DefaultPluginDirectory_" data-uid="Dalamud.DalamudStartInfo.DefaultPluginDirectory*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_DefaultPluginDirectory" data-uid="Dalamud.DalamudStartInfo.DefaultPluginDirectory">DefaultPluginDirectory</h4>
|
||||
<div class="markdown level1 summary"><p>The path to the directory for developer plugins.</p>
|
||||
<div class="markdown level1 summary"><p>Gets the path to the directory for developer plugins.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string DefaultPluginDirectory</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public string DefaultPluginDirectory { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field Value</h5>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -206,20 +213,22 @@ public sealed class DalamudStartInfo</code></pre>
|
|||
</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_DalamudStartInfo_GameVersion.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.GameVersion%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/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_GameVersion.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.GameVersion%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/DalamudStartInfo.cs/#L45">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L47">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_GameVersion_" data-uid="Dalamud.DalamudStartInfo.GameVersion*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_GameVersion" data-uid="Dalamud.DalamudStartInfo.GameVersion">GameVersion</h4>
|
||||
<div class="markdown level1 summary"><p>The current game version code.</p>
|
||||
<div class="markdown level1 summary"><p>Gets the current game version code.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string GameVersion</code></pre>
|
||||
<pre><code class="lang-csharp hljs">[JsonConverter(typeof(GameVersionConverter))]
|
||||
public GameVersion GameVersion { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field Value</h5>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -229,27 +238,28 @@ public sealed class DalamudStartInfo</code></pre>
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.String</span></td>
|
||||
<td><a class="xref" href="Dalamud.Game.GameVersion.html">GameVersion</a></td>
|
||||
<td></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_DalamudStartInfo_Language.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.Language%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/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_Language.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.Language%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/DalamudStartInfo.cs/#L40">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L42">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_Language_" data-uid="Dalamud.DalamudStartInfo.Language*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_Language" data-uid="Dalamud.DalamudStartInfo.Language">Language</h4>
|
||||
<div class="markdown level1 summary"><p>The language of the game client.</p>
|
||||
<div class="markdown level1 summary"><p>Gets the language of the game client.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ClientLanguage Language</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ClientLanguage Language { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field Value</h5>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -266,20 +276,21 @@ public sealed class DalamudStartInfo</code></pre>
|
|||
</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_DalamudStartInfo_OptOutMbCollection.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.OptOutMbCollection%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/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_OptOutMbCollection.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.OptOutMbCollection%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/DalamudStartInfo.cs/#L50">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L53">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_OptOutMbCollection_" data-uid="Dalamud.DalamudStartInfo.OptOutMbCollection*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_OptOutMbCollection" data-uid="Dalamud.DalamudStartInfo.OptOutMbCollection">OptOutMbCollection</h4>
|
||||
<div class="markdown level1 summary"><p>Whether or not market board information should be uploaded by default.</p>
|
||||
<div class="markdown level1 summary"><p>Gets a value indicating whether or not market board information should be uploaded by default.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public bool OptOutMbCollection</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public bool OptOutMbCollection { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field Value</h5>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -296,20 +307,21 @@ public sealed class DalamudStartInfo</code></pre>
|
|||
</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_DalamudStartInfo_PluginDirectory.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.PluginDirectory%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/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_PluginDirectory.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.PluginDirectory%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/DalamudStartInfo.cs/#L25">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L27">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_PluginDirectory_" data-uid="Dalamud.DalamudStartInfo.PluginDirectory*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_PluginDirectory" data-uid="Dalamud.DalamudStartInfo.PluginDirectory">PluginDirectory</h4>
|
||||
<div class="markdown level1 summary"><p>The path to the directory for installed plugins.</p>
|
||||
<div class="markdown level1 summary"><p>Gets the path to the directory for installed plugins.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string PluginDirectory</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public string PluginDirectory { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field Value</h5>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -326,20 +338,21 @@ public sealed class DalamudStartInfo</code></pre>
|
|||
</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_DalamudStartInfo_WorkingDirectory.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.WorkingDirectory%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/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo_WorkingDirectory.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo.WorkingDirectory%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/DalamudStartInfo.cs/#L15">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L17">View Source</a>
|
||||
</span>
|
||||
<a id="Dalamud_DalamudStartInfo_WorkingDirectory_" data-uid="Dalamud.DalamudStartInfo.WorkingDirectory*"></a>
|
||||
<h4 id="Dalamud_DalamudStartInfo_WorkingDirectory" data-uid="Dalamud.DalamudStartInfo.WorkingDirectory">WorkingDirectory</h4>
|
||||
<div class="markdown level1 summary"><p>The working directory of the XIVLauncher installations.</p>
|
||||
<div class="markdown level1 summary"><p>Gets or sets the working directory of the XIVLauncher installations.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public string WorkingDirectory</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public string WorkingDirectory { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="fieldValue">Field Value</h5>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -354,6 +367,10 @@ public sealed class DalamudStartInfo</code></pre>
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3 id="implements">Implements</h3>
|
||||
<div>
|
||||
<span class="xref">System.IEquatable<T></span>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
|
@ -362,10 +379,10 @@ public sealed class DalamudStartInfo</code></pre>
|
|||
<div class="contribution">
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo%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>
|
||||
<a href="https://github.com/goaaats/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo.md&value=---%0Auid%3A%20Dalamud.DalamudStartInfo%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/DalamudStartInfo.cs/#L9" class="contribution-link">View Source</a>
|
||||
<a href="https://github.com/goaaats/Dalamud/blob/master/Dalamud/DalamudStartInfo.cs/#L11" class="contribution-link">View Source</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue