docs: include 'Dalamud'

This commit is contained in:
goat 2021-01-21 14:36:49 +01:00
parent 2e768b7144
commit c95eeeed36
31 changed files with 2631 additions and 64 deletions

View file

@ -0,0 +1,159 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Enum ClientLanguage
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Enum ClientLanguage
">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Dalamud.ClientLanguage">
<h1 id="Dalamud_ClientLanguage" data-uid="Dalamud.ClientLanguage" class="text-break">Enum ClientLanguage
</h1>
<div class="markdown level0 summary"><p>Enum describing the language the game loads in.</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="Dalamud.html">Dalamud</a></h6>
<h6><strong>Assembly</strong>: Dalamud.dll</h6>
<h5 id="Dalamud_ClientLanguage_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public enum ClientLanguage</code></pre>
</div>
<h3 id="fields">Fields
</h3>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
<thead>
<tbody>
<tr>
<td id="Dalamud_ClientLanguage_English">English</td>
<td></td>
</tr>
<tr>
<td id="Dalamud_ClientLanguage_French">French</td>
<td></td>
</tr>
<tr>
<td id="Dalamud_ClientLanguage_German">German</td>
<td></td>
</tr>
<tr>
<td id="Dalamud_ClientLanguage_Japanese">Japanese</td>
<td></td>
</tr>
</tbody>
</thead></thead></table>
<h3 id="extensionmethods">Extension Methods</h3>
<div>
<a class="xref" href="Dalamud.Game.Chat.EnumExtensions.html#Dalamud_Game_Chat_EnumExtensions_GetAttribute__1_System_Enum_">EnumExtensions.GetAttribute&lt;TAttribute&gt;()</a>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_ClientLanguage.md&amp;value=---%0Auid%3A%20Dalamud.ClientLanguage%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/#L26" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,317 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class Dalamud
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class Dalamud
">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Dalamud.Dalamud">
<h1 id="Dalamud_Dalamud" data-uid="Dalamud.Dalamud" class="text-break">Class Dalamud
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">Dalamud</span></div>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.IDisposable</span></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>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</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_Dalamud_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class Dalamud : IDisposable</code></pre>
</div>
<h3 id="constructors">Constructors
</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_Dalamud__ctor_Dalamud_DalamudStartInfo_Serilog_Core_LoggingLevelSwitch_System_Threading_ManualResetEvent_.md&amp;value=---%0Auid%3A%20Dalamud.Dalamud.%23ctor(Dalamud.DalamudStartInfo%2CSerilog.Core.LoggingLevelSwitch%2CSystem.Threading.ManualResetEvent)%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/Dalamud.cs/#L167">View Source</a>
</span>
<a id="Dalamud_Dalamud__ctor_" data-uid="Dalamud.Dalamud.#ctor*"></a>
<h4 id="Dalamud_Dalamud__ctor_Dalamud_DalamudStartInfo_Serilog_Core_LoggingLevelSwitch_System_Threading_ManualResetEvent_" data-uid="Dalamud.Dalamud.#ctor(Dalamud.DalamudStartInfo,Serilog.Core.LoggingLevelSwitch,System.Threading.ManualResetEvent)">Dalamud(DalamudStartInfo, LoggingLevelSwitch, ManualResetEvent)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Dalamud(DalamudStartInfo info, LoggingLevelSwitch loggingLevelSwitch, ManualResetEvent finishSignal)</code></pre>
</div>
<h5 class="parameters">Parameters</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><a class="xref" href="Dalamud.DalamudStartInfo.html">DalamudStartInfo</a></td>
<td><span class="parametername">info</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">Serilog.Core.LoggingLevelSwitch</span></td>
<td><span class="parametername">loggingLevelSwitch</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Threading.ManualResetEvent</span></td>
<td><span class="parametername">finishSignal</span></td>
<td></td>
</tr>
</tbody>
</table>
<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_Dalamud_ClientState.md&amp;value=---%0Auid%3A%20Dalamud.Dalamud.ClientState%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/Dalamud.cs/#L56">View Source</a>
</span>
<a id="Dalamud_Dalamud_ClientState_" data-uid="Dalamud.Dalamud.ClientState*"></a>
<h4 id="Dalamud_Dalamud_ClientState" data-uid="Dalamud.Dalamud.ClientState">ClientState</h4>
<div class="markdown level1 summary"><p>ClientState subsystem</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ClientState ClientState { 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><a class="xref" href="Dalamud.Game.ClientState.ClientState.html">ClientState</a></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_Dalamud_Dispose.md&amp;value=---%0Auid%3A%20Dalamud.Dalamud.Dispose%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/Dalamud.cs/#L281">View Source</a>
</span>
<a id="Dalamud_Dalamud_Dispose_" data-uid="Dalamud.Dalamud.Dispose*"></a>
<h4 id="Dalamud_Dalamud_Dispose" data-uid="Dalamud.Dalamud.Dispose">Dispose()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Dispose()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Dalamud_Start.md&amp;value=---%0Auid%3A%20Dalamud.Dalamud.Start%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/Dalamud.cs/#L180">View Source</a>
</span>
<a id="Dalamud_Dalamud_Start_" data-uid="Dalamud.Dalamud.Start*"></a>
<h4 id="Dalamud_Dalamud_Start" data-uid="Dalamud.Dalamud.Start">Start()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Start()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Dalamud_Unload.md&amp;value=---%0Auid%3A%20Dalamud.Dalamud.Unload%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/Dalamud.cs/#L268">View Source</a>
</span>
<a id="Dalamud_Dalamud_Unload_" data-uid="Dalamud.Dalamud.Unload*"></a>
<h4 id="Dalamud_Dalamud_Unload" data-uid="Dalamud.Dalamud.Unload">Unload()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Unload()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Dalamud_WaitForUnload.md&amp;value=---%0Auid%3A%20Dalamud.Dalamud.WaitForUnload%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/Dalamud.cs/#L273">View Source</a>
</span>
<a id="Dalamud_Dalamud_WaitForUnload_" data-uid="Dalamud.Dalamud.WaitForUnload*"></a>
<h4 id="Dalamud_Dalamud_WaitForUnload" data-uid="Dalamud.Dalamud.WaitForUnload">WaitForUnload()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void WaitForUnload()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Dalamud_WaitForUnloadFinish.md&amp;value=---%0Auid%3A%20Dalamud.Dalamud.WaitForUnloadFinish%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/Dalamud.cs/#L277">View Source</a>
</span>
<a id="Dalamud_Dalamud_WaitForUnloadFinish_" data-uid="Dalamud.Dalamud.WaitForUnloadFinish*"></a>
<h4 id="Dalamud_Dalamud_WaitForUnloadFinish" data-uid="Dalamud.Dalamud.WaitForUnloadFinish">WaitForUnloadFinish()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void WaitForUnloadFinish()</code></pre>
</div>
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.IDisposable</span>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Dalamud.md&amp;value=---%0Auid%3A%20Dalamud.Dalamud%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/Dalamud.cs/#L29" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -0,0 +1,390 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class DalamudStartInfo
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class DalamudStartInfo
">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Dalamud.DalamudStartInfo">
<h1 id="Dalamud_DalamudStartInfo" data-uid="Dalamud.DalamudStartInfo" class="text-break">Class DalamudStartInfo
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">DalamudStartInfo</span></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>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</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>
</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_DalamudStartInfo_AssetDirectory.md&amp;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/#L14">View Source</a>
</span>
<h4 id="Dalamud_DalamudStartInfo_AssetDirectory" data-uid="Dalamud.DalamudStartInfo.AssetDirectory">AssetDirectory</h4>
<div class="markdown level1 summary"></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>
</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">System.String</span></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_ConfigurationPath.md&amp;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/#L9">View Source</a>
</span>
<h4 id="Dalamud_DalamudStartInfo_ConfigurationPath" data-uid="Dalamud.DalamudStartInfo.ConfigurationPath">ConfigurationPath</h4>
<div class="markdown level1 summary"></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>
</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">System.String</span></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_DefaultPluginDirectory.md&amp;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/#L12">View Source</a>
</span>
<h4 id="Dalamud_DalamudStartInfo_DefaultPluginDirectory" data-uid="Dalamud.DalamudStartInfo.DefaultPluginDirectory">DefaultPluginDirectory</h4>
<div class="markdown level1 summary"></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>
</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">System.String</span></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_GameVersion.md&amp;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/#L18">View Source</a>
</span>
<h4 id="Dalamud_DalamudStartInfo_GameVersion" data-uid="Dalamud.DalamudStartInfo.GameVersion">GameVersion</h4>
<div class="markdown level1 summary"></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>
</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">System.String</span></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&amp;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/#L16">View Source</a>
</span>
<h4 id="Dalamud_DalamudStartInfo_Language" data-uid="Dalamud.DalamudStartInfo.Language">Language</h4>
<div class="markdown level1 summary"></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>
</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><a class="xref" href="Dalamud.ClientLanguage.html">ClientLanguage</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_OptOutMbCollection.md&amp;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/#L20">View Source</a>
</span>
<h4 id="Dalamud_DalamudStartInfo_OptOutMbCollection" data-uid="Dalamud.DalamudStartInfo.OptOutMbCollection">OptOutMbCollection</h4>
<div class="markdown level1 summary"></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>
</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">System.Boolean</span></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_PluginDirectory.md&amp;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/#L11">View Source</a>
</span>
<h4 id="Dalamud_DalamudStartInfo_PluginDirectory" data-uid="Dalamud.DalamudStartInfo.PluginDirectory">PluginDirectory</h4>
<div class="markdown level1 summary"></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>
</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">System.String</span></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_WorkingDirectory.md&amp;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/#L8">View Source</a>
</span>
<h4 id="Dalamud_DalamudStartInfo_WorkingDirectory" data-uid="Dalamud.DalamudStartInfo.WorkingDirectory">WorkingDirectory</h4>
<div class="markdown level1 summary"></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>
</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">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_DalamudStartInfo.md&amp;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/#L5" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -143,7 +143,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Dalamud.ClientLanguage</span></td>
<td><a class="xref" href="Dalamud.ClientLanguage.html">ClientLanguage</a></td>
<td><span class="parametername">language</span></td>
<td></td>
</tr>
@ -419,7 +419,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Dalamud.ClientLanguage</span></td>
<td><a class="xref" href="Dalamud.ClientLanguage.html">ClientLanguage</a></td>
<td><span class="parametername">language</span></td>
<td><p>Language of the sheet to get.</p>
</td>
@ -602,7 +602,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Dalamud.ClientLanguage</span></td>
<td><a class="xref" href="Dalamud.ClientLanguage.html">ClientLanguage</a></td>
<td><span class="parametername">iconLanguage</span></td>
<td><p>The requested language.</p>
</td>

View file

@ -0,0 +1,241 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class EntryPoint
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class EntryPoint
">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Dalamud.EntryPoint">
<h1 id="Dalamud_EntryPoint" data-uid="Dalamud.EntryPoint" class="text-break">Class EntryPoint
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">EntryPoint</span></div>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">EasyHook.IEntryPoint</span></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>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</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_EntryPoint_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class EntryPoint : IEntryPoint</code></pre>
</div>
<h3 id="constructors">Constructors
</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__ctor_EasyHook_RemoteHooking_IContext_Dalamud_DalamudStartInfo_.md&amp;value=---%0Auid%3A%20Dalamud.EntryPoint.%23ctor(EasyHook.RemoteHooking.IContext%2CDalamud.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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/EntryPoint.cs/#L14">View Source</a>
</span>
<a id="Dalamud_EntryPoint__ctor_" data-uid="Dalamud.EntryPoint.#ctor*"></a>
<h4 id="Dalamud_EntryPoint__ctor_EasyHook_RemoteHooking_IContext_Dalamud_DalamudStartInfo_" data-uid="Dalamud.EntryPoint.#ctor(EasyHook.RemoteHooking.IContext,Dalamud.DalamudStartInfo)">EntryPoint(RemoteHooking.IContext, DalamudStartInfo)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public EntryPoint(RemoteHooking.IContext ctx, DalamudStartInfo info)</code></pre>
</div>
<h5 class="parameters">Parameters</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">EasyHook.RemoteHooking.IContext</span></td>
<td><span class="parametername">ctx</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="Dalamud.DalamudStartInfo.html">DalamudStartInfo</a></td>
<td><span class="parametername">info</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_Run_EasyHook_RemoteHooking_IContext_Dalamud_DalamudStartInfo_.md&amp;value=---%0Auid%3A%20Dalamud.EntryPoint.Run(EasyHook.RemoteHooking.IContext%2CDalamud.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">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/EntryPoint.cs/#L18">View Source</a>
</span>
<a id="Dalamud_EntryPoint_Run_" data-uid="Dalamud.EntryPoint.Run*"></a>
<h4 id="Dalamud_EntryPoint_Run_EasyHook_RemoteHooking_IContext_Dalamud_DalamudStartInfo_" data-uid="Dalamud.EntryPoint.Run(EasyHook.RemoteHooking.IContext,Dalamud.DalamudStartInfo)">Run(RemoteHooking.IContext, DalamudStartInfo)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Run(RemoteHooking.IContext ctx, DalamudStartInfo info)</code></pre>
</div>
<h5 class="parameters">Parameters</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">EasyHook.RemoteHooking.IContext</span></td>
<td><span class="parametername">ctx</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="Dalamud.DalamudStartInfo.html">DalamudStartInfo</a></td>
<td><span class="parametername">info</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<span class="xref">EasyHook.IEntryPoint</span>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_EntryPoint.md&amp;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/#L13" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -138,7 +138,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td></td>
</tr>

View file

@ -148,7 +148,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td></td>
</tr>

View file

@ -140,7 +140,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td></td>
</tr>
@ -172,7 +172,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td></td>
</tr>
</tbody>

View file

@ -150,7 +150,7 @@
</td>
</tr>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td></td>
</tr>

View file

@ -150,7 +150,7 @@
</td>
</tr>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td></td>
</tr>

View file

@ -158,7 +158,7 @@
</td>
</tr>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td><p>A dalamud reference needed to access game data in Resolvers.</p>
</td>
@ -251,7 +251,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td></td>
</tr>
</tbody>

View file

@ -198,7 +198,7 @@
</td>
</tr>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td><p>A dalamud reference needed to access game data in Resolvers.</p>
</td>

View file

@ -234,7 +234,7 @@
</td>
</tr>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td><p>A dalamud reference needed to access game data in Resolvers.</p>
</td>

View file

@ -196,7 +196,7 @@
</td>
</tr>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td><p>A dalamud reference needed to access game data in Resolvers.</p>
</td>

View file

@ -231,7 +231,7 @@
</td>
</tr>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td><p>A dalamud reference needed to access game data in Resolvers.</p>
</td>

View file

@ -227,7 +227,7 @@
</td>
</tr>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td><p>A dalamud reference needed to access game data in Resolvers.</p>
</td>

View file

@ -145,13 +145,13 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td><p>Dalamud instance</p>
</td>
</tr>
<tr>
<td><span class="xref">Dalamud.DalamudStartInfo</span></td>
<td><a class="xref" href="Dalamud.DalamudStartInfo.html">DalamudStartInfo</a></td>
<td><span class="parametername">startInfo</span></td>
<td><p>StartInfo of the current Dalamud launch</p>
</td>
@ -220,7 +220,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Dalamud.ClientLanguage</span></td>
<td><a class="xref" href="Dalamud.ClientLanguage.html">ClientLanguage</a></td>
<td></td>
</tr>
</tbody>

View file

@ -146,7 +146,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td></td>
</tr>

View file

@ -139,12 +139,12 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">Dalamud.ClientLanguage</span></td>
<td><a class="xref" href="Dalamud.ClientLanguage.html">ClientLanguage</a></td>
<td><span class="parametername">language</span></td>
<td></td>
</tr>

View file

@ -138,7 +138,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td></td>
</tr>

View file

@ -148,7 +148,7 @@
<td></td>
</tr>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td></td>
</tr>

View file

@ -152,7 +152,7 @@
<td></td>
</tr>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td></td>
</tr>

View file

@ -152,7 +152,7 @@
<td></td>
</tr>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td></td>
</tr>

View file

@ -138,7 +138,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td></td>
</tr>

View file

@ -138,7 +138,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">Dalamud.Dalamud</span></td>
<td><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></td>
<td><span class="parametername">dalamud</span></td>
<td></td>
</tr>

View file

@ -0,0 +1,879 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class SafeMemory
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class SafeMemory
">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Dalamud.SafeMemory">
<h1 id="Dalamud_SafeMemory" data-uid="Dalamud.SafeMemory" class="text-break">Class SafeMemory
</h1>
<div class="markdown level0 summary"><p>Class facilitating safe memory access</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">SafeMemory</span></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>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</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_SafeMemory_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static class SafeMemory</code></pre>
</div>
<h5 id="Dalamud_SafeMemory_remarks"><strong>Remarks</strong></h5>
<div class="markdown level0 remarks"><p>Attention! The performance of these methods is severely worse than regular <span class="xref">System.Runtime.InteropServices.Marshal</span> calls.
Please consider using these instead in performance-critical code.</p>
</div>
<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_SafeMemory_Read__1_System_IntPtr___0__.md&amp;value=---%0Auid%3A%20Dalamud.SafeMemory.Read%60%601(System.IntPtr%2C%60%600%40)%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/SafeMemory.cs/#L61">View Source</a>
</span>
<a id="Dalamud_SafeMemory_Read_" data-uid="Dalamud.SafeMemory.Read*"></a>
<h4 id="Dalamud_SafeMemory_Read__1_System_IntPtr___0__" data-uid="Dalamud.SafeMemory.Read``1(System.IntPtr,``0@)">Read&lt;T&gt;(IntPtr, out T)</h4>
<div class="markdown level1 summary"><p>Read an object of the specified struct from the current process.</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 Read&lt;T&gt;(IntPtr address, out T result)
where T : struct</code></pre>
</div>
<h5 class="parameters">Parameters</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">address</span></td>
<td><p>The address to read from.</p>
</td>
</tr>
<tr>
<td><span class="xref">T</span></td>
<td><span class="parametername">result</span></td>
<td><p>The resulting object.</p>
</td>
</tr>
</tbody>
</table>
<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 the read succeeded.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td><p>The type of the struct.</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_SafeMemory_Read__1_System_IntPtr_System_Int32_.md&amp;value=---%0Auid%3A%20Dalamud.SafeMemory.Read%60%601(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/SafeMemory.cs/#L81">View Source</a>
</span>
<a id="Dalamud_SafeMemory_Read_" data-uid="Dalamud.SafeMemory.Read*"></a>
<h4 id="Dalamud_SafeMemory_Read__1_System_IntPtr_System_Int32_" data-uid="Dalamud.SafeMemory.Read``1(System.IntPtr,System.Int32)">Read&lt;T&gt;(IntPtr, Int32)</h4>
<div class="markdown level1 summary"><p>Read an array of objects of the specified struct from the current process.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[CanBeNull]
public static T[] Read&lt;T&gt;(IntPtr address, int count)
where T : struct</code></pre>
</div>
<h5 class="parameters">Parameters</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">address</span></td>
<td><p>The address to read from.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td><p>The length of the array.</p>
</td>
</tr>
</tbody>
</table>
<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>T[]</td>
<td><p>An array of the read objects, or null if any entry of the array failed to read.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td><p>The type of the struct.</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_SafeMemory_ReadBytes_System_IntPtr_System_Int32_System_Byte____.md&amp;value=---%0Auid%3A%20Dalamud.SafeMemory.ReadBytes(System.IntPtr%2CSystem.Int32%2CSystem.Byte%5B%5D%40)%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/SafeMemory.cs/#L37">View Source</a>
</span>
<a id="Dalamud_SafeMemory_ReadBytes_" data-uid="Dalamud.SafeMemory.ReadBytes*"></a>
<h4 id="Dalamud_SafeMemory_ReadBytes_System_IntPtr_System_Int32_System_Byte____" data-uid="Dalamud.SafeMemory.ReadBytes(System.IntPtr,System.Int32,System.Byte[]@)">ReadBytes(IntPtr, Int32, out Byte[])</h4>
<div class="markdown level1 summary"><p>Read a byte array from the current process.</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 ReadBytes(IntPtr address, int count, out byte[] buffer)</code></pre>
</div>
<h5 class="parameters">Parameters</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">address</span></td>
<td><p>The address to read from.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td><p>The amount of bytes to read.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Byte</span>[]</td>
<td><span class="parametername">buffer</span></td>
<td><p>The result buffer.</p>
</td>
</tr>
</tbody>
</table>
<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 the read succeeded.</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_SafeMemory_ReadString_System_IntPtr_System_Int32_.md&amp;value=---%0Auid%3A%20Dalamud.SafeMemory.ReadString(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/SafeMemory.cs/#L143">View Source</a>
</span>
<a id="Dalamud_SafeMemory_ReadString_" data-uid="Dalamud.SafeMemory.ReadString*"></a>
<h4 id="Dalamud_SafeMemory_ReadString_System_IntPtr_System_Int32_" data-uid="Dalamud.SafeMemory.ReadString(System.IntPtr,System.Int32)">ReadString(IntPtr, Int32)</h4>
<div class="markdown level1 summary"><p>Read a string from the current process(UTF-8).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[CanBeNull]
public static string ReadString(IntPtr address, int maxLength = 256)</code></pre>
</div>
<h5 class="parameters">Parameters</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">address</span></td>
<td><p>The address to read from.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">maxLength</span></td>
<td><p>The maximum length of the string.</p>
</td>
</tr>
</tbody>
</table>
<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 read string, or null in case the read was not successful.</p>
</td>
</tr>
</tbody>
</table>
<h5 id="Dalamud_SafeMemory_ReadString_System_IntPtr_System_Int32__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Attention! This will use the .NET Encoding.UTF8 class to decode the text.
If you read a FFXIV string, please use ReadBytes and parse the string with the applicable class,
since Encoding.UTF8 destroys the FFXIV payload structure.</p>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_SafeMemory_ReadString_System_IntPtr_System_Text_Encoding_System_Int32_.md&amp;value=---%0Auid%3A%20Dalamud.SafeMemory.ReadString(System.IntPtr%2CSystem.Text.Encoding%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/SafeMemory.cs/#L161">View Source</a>
</span>
<a id="Dalamud_SafeMemory_ReadString_" data-uid="Dalamud.SafeMemory.ReadString*"></a>
<h4 id="Dalamud_SafeMemory_ReadString_System_IntPtr_System_Text_Encoding_System_Int32_" data-uid="Dalamud.SafeMemory.ReadString(System.IntPtr,System.Text.Encoding,System.Int32)">ReadString(IntPtr, Encoding, Int32)</h4>
<div class="markdown level1 summary"><p>Read a string from the current process(UTF-8).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">[CanBeNull]
public static string ReadString(IntPtr address, Encoding encoding, int maxLength = 256)</code></pre>
</div>
<h5 class="parameters">Parameters</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">address</span></td>
<td><p>The address to read from.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Text.Encoding</span></td>
<td><span class="parametername">encoding</span></td>
<td><p>The encoding to use to decode the string.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">maxLength</span></td>
<td><p>The maximum length of the string.</p>
</td>
</tr>
</tbody>
</table>
<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 read string, or null in case the read was not successful.</p>
</td>
</tr>
</tbody>
</table>
<h5 id="Dalamud_SafeMemory_ReadString_System_IntPtr_System_Text_Encoding_System_Int32__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Attention! This will use the .NET Encoding class to decode the text.
If you read a FFXIV string, please use ReadBytes and parse the string with the applicable class,
since Encoding may destroy the FFXIV payload structure.</p>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_SafeMemory_SizeOf__1.md&amp;value=---%0Auid%3A%20Dalamud.SafeMemory.SizeOf%60%601%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/SafeMemory.cs/#L211">View Source</a>
</span>
<a id="Dalamud_SafeMemory_SizeOf_" data-uid="Dalamud.SafeMemory.SizeOf*"></a>
<h4 id="Dalamud_SafeMemory_SizeOf__1" data-uid="Dalamud.SafeMemory.SizeOf``1">SizeOf&lt;T&gt;()</h4>
<div class="markdown level1 summary"><p>Get the size of the passed type.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int SizeOf&lt;T&gt;()</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.Int32</span></td>
<td><p>The size of the passed type.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td><p>The type to inspect.</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_SafeMemory_Write__1_System_IntPtr___0_.md&amp;value=---%0Auid%3A%20Dalamud.SafeMemory.Write%60%601(System.IntPtr%2C%60%600)%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/SafeMemory.cs/#L107">View Source</a>
</span>
<a id="Dalamud_SafeMemory_Write_" data-uid="Dalamud.SafeMemory.Write*"></a>
<h4 id="Dalamud_SafeMemory_Write__1_System_IntPtr___0_" data-uid="Dalamud.SafeMemory.Write``1(System.IntPtr,``0)">Write&lt;T&gt;(IntPtr, T)</h4>
<div class="markdown level1 summary"><p>Write a struct to the current process.</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 Write&lt;T&gt;(IntPtr address, T obj)
where T : struct</code></pre>
</div>
<h5 class="parameters">Parameters</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">address</span></td>
<td><p>The address to write to.</p>
</td>
</tr>
<tr>
<td><span class="xref">T</span></td>
<td><span class="parametername">obj</span></td>
<td><p>The object to write.</p>
</td>
</tr>
</tbody>
</table>
<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 the write succeeded.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td><p>The type of the struct.</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_SafeMemory_Write__1_System_IntPtr___0___.md&amp;value=---%0Auid%3A%20Dalamud.SafeMemory.Write%60%601(System.IntPtr%2C%60%600%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/SafeMemory.cs/#L121">View Source</a>
</span>
<a id="Dalamud_SafeMemory_Write_" data-uid="Dalamud.SafeMemory.Write*"></a>
<h4 id="Dalamud_SafeMemory_Write__1_System_IntPtr___0___" data-uid="Dalamud.SafeMemory.Write``1(System.IntPtr,``0[])">Write&lt;T&gt;(IntPtr, T[])</h4>
<div class="markdown level1 summary"><p>Write an array of structs to the current process.</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 Write&lt;T&gt;(IntPtr address, T[] objArray)
where T : struct</code></pre>
</div>
<h5 class="parameters">Parameters</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">address</span></td>
<td><p>The address to write to.</p>
</td>
</tr>
<tr>
<td>T[]</td>
<td><span class="parametername">objArray</span></td>
<td><p>The array to write.</p>
</td>
</tr>
</tbody>
</table>
<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 the write succeeded.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td><p>The type of the structs.</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_SafeMemory_WriteBytes_System_IntPtr_System_Byte___.md&amp;value=---%0Auid%3A%20Dalamud.SafeMemory.WriteBytes(System.IntPtr%2CSystem.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/SafeMemory.cs/#L49">View Source</a>
</span>
<a id="Dalamud_SafeMemory_WriteBytes_" data-uid="Dalamud.SafeMemory.WriteBytes*"></a>
<h4 id="Dalamud_SafeMemory_WriteBytes_System_IntPtr_System_Byte___" data-uid="Dalamud.SafeMemory.WriteBytes(System.IntPtr,System.Byte[])">WriteBytes(IntPtr, Byte[])</h4>
<div class="markdown level1 summary"><p>Write a byte array to the current process.</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 WriteBytes(IntPtr address, byte[] buffer)</code></pre>
</div>
<h5 class="parameters">Parameters</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">address</span></td>
<td><p>The address to write to.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Byte</span>[]</td>
<td><span class="parametername">buffer</span></td>
<td><p>The buffer to write.</p>
</td>
</tr>
</tbody>
</table>
<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 the write succeeded.</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_SafeMemory_WriteString_System_IntPtr_System_String_.md&amp;value=---%0Auid%3A%20Dalamud.SafeMemory.WriteString(System.IntPtr%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/SafeMemory.cs/#L182">View Source</a>
</span>
<a id="Dalamud_SafeMemory_WriteString_" data-uid="Dalamud.SafeMemory.WriteString*"></a>
<h4 id="Dalamud_SafeMemory_WriteString_System_IntPtr_System_String_" data-uid="Dalamud.SafeMemory.WriteString(System.IntPtr,System.String)">WriteString(IntPtr, String)</h4>
<div class="markdown level1 summary"><p>Write a string to the current process.</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 WriteString(IntPtr address, string str)</code></pre>
</div>
<h5 class="parameters">Parameters</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">address</span></td>
<td><p>The address to write to.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str</span></td>
<td><p>The string to write.</p>
</td>
</tr>
</tbody>
</table>
<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 the write succeeded.</p>
</td>
</tr>
</tbody>
</table>
<h5 id="Dalamud_SafeMemory_WriteString_System_IntPtr_System_String__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Attention! This will use the .NET Encoding class to encode the text.
If you read a FFXIV string, please use WriteBytes with the applicable encoded SeString,
since Encoding may destroy the FFXIV payload structure.</p>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_SafeMemory_WriteString_System_IntPtr_System_String_System_Text_Encoding_.md&amp;value=---%0Auid%3A%20Dalamud.SafeMemory.WriteString(System.IntPtr%2CSystem.String%2CSystem.Text.Encoding)%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/SafeMemory.cs/#L199">View Source</a>
</span>
<a id="Dalamud_SafeMemory_WriteString_" data-uid="Dalamud.SafeMemory.WriteString*"></a>
<h4 id="Dalamud_SafeMemory_WriteString_System_IntPtr_System_String_System_Text_Encoding_" data-uid="Dalamud.SafeMemory.WriteString(System.IntPtr,System.String,System.Text.Encoding)">WriteString(IntPtr, String, Encoding)</h4>
<div class="markdown level1 summary"><p>Write a string to the current process.</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 WriteString(IntPtr address, string str, Encoding encoding)</code></pre>
</div>
<h5 class="parameters">Parameters</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">address</span></td>
<td><p>The address to write to.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">str</span></td>
<td><p>The string to write.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Text.Encoding</span></td>
<td><span class="parametername">encoding</span></td>
<td><p>The encoding to use.</p>
</td>
</tr>
</tbody>
</table>
<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 the write succeeded.</p>
</td>
</tr>
</tbody>
</table>
<h5 id="Dalamud_SafeMemory_WriteString_System_IntPtr_System_String_System_Text_Encoding__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Attention! This will use the .NET Encoding class to encode the text.
If you read a FFXIV string, please use WriteBytes with the applicable encoded SeString,
since Encoding may destroy the FFXIV payload structure.</p>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_SafeMemory.md&amp;value=---%0Auid%3A%20Dalamud.SafeMemory%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/SafeMemory.cs/#L19" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

130
docs/api/Dalamud.html Normal file
View file

@ -0,0 +1,130 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Namespace Dalamud
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace Dalamud
">
<meta name="generator" content="docfx 2.56.6.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
<link rel="stylesheet" href="../styles/docfx.css">
<link rel="stylesheet" href="../styles/main.css">
<meta property="docfx:navrel" content="">
<meta property="docfx:tocrel" content="toc.html">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Dalamud">
<h1 id="Dalamud" data-uid="Dalamud" class="text-break">Namespace Dalamud
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="Dalamud.Dalamud.html">Dalamud</a></h4>
<section></section>
<h4><a class="xref" href="Dalamud.DalamudStartInfo.html">DalamudStartInfo</a></h4>
<section></section>
<h4><a class="xref" href="Dalamud.EntryPoint.html">EntryPoint</a></h4>
<section></section>
<h4><a class="xref" href="Dalamud.SafeMemory.html">SafeMemory</a></h4>
<section><p>Class facilitating safe memory access</p>
</section>
<h3 id="enums">Enums
</h3>
<h4><a class="xref" href="Dalamud.ClientLanguage.html">ClientLanguage</a></h4>
<section><p>Enum describing the language the game loads in.</p>
</section>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../styles/docfx.js"></script>
<script type="text/javascript" src="../styles/main.js"></script>
</body>
</html>

View file

@ -12,6 +12,28 @@
<div class="toc" id="toc">
<ul class="nav level1">
<li>
<span class="expand-stub"></span>
<a href="Dalamud.html" name="" title="Dalamud">Dalamud</a>
<ul class="nav level2">
<li>
<a href="Dalamud.ClientLanguage.html" name="" title="ClientLanguage">ClientLanguage</a>
</li>
<li>
<a href="Dalamud.Dalamud.html" name="" title="Dalamud">Dalamud</a>
</li>
<li>
<a href="Dalamud.DalamudStartInfo.html" name="" title="DalamudStartInfo">DalamudStartInfo</a>
</li>
<li>
<a href="Dalamud.EntryPoint.html" name="" title="EntryPoint">EntryPoint</a>
</li>
<li>
<a href="Dalamud.SafeMemory.html" name="" title="SafeMemory">SafeMemory</a>
</li>
</ul>
</li>
<li>
<span class="expand-stub"></span>
<a href="Dalamud.Configuration.html" name="" title="Dalamud.Configuration">Dalamud.Configuration</a>