mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
docs: include 'Dalamud'
This commit is contained in:
parent
2e768b7144
commit
c95eeeed36
31 changed files with 2631 additions and 64 deletions
159
docs/api/Dalamud.ClientLanguage.html
Normal file
159
docs/api/Dalamud.ClientLanguage.html
Normal 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<TAttribute>()</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&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>
|
||||
317
docs/api/Dalamud.Dalamud.html
Normal file
317
docs/api/Dalamud.Dalamud.html
Normal 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&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&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&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&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&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&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&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&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>
|
||||
390
docs/api/Dalamud.DalamudStartInfo.html
Normal file
390
docs/api/Dalamud.DalamudStartInfo.html
Normal 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&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&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&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&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&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&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&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&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&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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
241
docs/api/Dalamud.EntryPoint.html
Normal file
241
docs/api/Dalamud.EntryPoint.html
Normal 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&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&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&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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
879
docs/api/Dalamud.SafeMemory.html
Normal file
879
docs/api/Dalamud.SafeMemory.html
Normal 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&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<T>(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<T>(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&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<T>(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<T>(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&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&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&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&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<T>()</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<T>()</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&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<T>(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<T>(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&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<T>(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<T>(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&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&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&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&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
130
docs/api/Dalamud.html
Normal 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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,18 @@
|
|||
"hash": "g6qdwVgHIWulxe63U0Y6pw=="
|
||||
}
|
||||
},
|
||||
"is_incremental": true,
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Dalamud.ClientLanguage.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.ClientLanguage.html",
|
||||
"hash": "KTbMpwITm4R5l8kmZLxTCw=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
"version": ""
|
||||
},
|
||||
|
|
@ -51,13 +63,37 @@
|
|||
"is_incremental": false,
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Dalamud.Dalamud.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Dalamud.html",
|
||||
"hash": "ufjysKHva/PwHbkExgD6Bg=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Dalamud.DalamudStartInfo.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.DalamudStartInfo.html",
|
||||
"hash": "/ZibweIOoIdUFNIdXJs6UA=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Dalamud.Data.DataManager.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Data.DataManager.html",
|
||||
"hash": "D56wfssdMq1HpTCn2ZxQ8g=="
|
||||
"hash": "ProI/FO4tq9XAb/u4s90Gg=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -135,6 +171,18 @@
|
|||
"is_incremental": false,
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Dalamud.EntryPoint.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.EntryPoint.html",
|
||||
"hash": "cg/eDIWu8wWS98JMXI5Q7A=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Dalamud.Game.Chat.EnumExtensions.yml",
|
||||
|
|
@ -525,7 +573,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.ChatHandlers.html",
|
||||
"hash": "eV86rNfXaZ2S6Ga/2O6Opg=="
|
||||
"hash": "aO6a0M/MVlO/idh4NKFVjw=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -537,7 +585,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.ClientState.Actors.ActorTable.html",
|
||||
"hash": "gr1Re+DX0DAdljSugpdesQ=="
|
||||
"hash": "q/17GogbEOiNUfAg4LZp3A=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -585,7 +633,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.ClientState.Actors.Resolvers.BaseResolver.html",
|
||||
"hash": "ontBOW18v3kmBuaIahJzmw=="
|
||||
"hash": "8qK2umE2waEmYPYyYvLLRg=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -597,7 +645,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.ClientState.Actors.Resolvers.ClassJob.html",
|
||||
"hash": "N+2YxVPP3sFiUNRuFBa4lQ=="
|
||||
"hash": "QESo7r3j6TJsqTILAxX6Mw=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -609,7 +657,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.ClientState.Actors.Resolvers.World.html",
|
||||
"hash": "4+NlIYWEyd52uS4d9tbMxg=="
|
||||
"hash": "C9o/B4QcIcR346qYOqZpDA=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -657,7 +705,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.ClientState.Actors.Types.Actor.html",
|
||||
"hash": "p2yMJnb7ZdPrdoaI6EJsjg=="
|
||||
"hash": "s6yQ5Q0O9LRerQV1qJ64Bw=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -669,7 +717,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.ClientState.Actors.Types.Chara.html",
|
||||
"hash": "MNhaPV5G/pjba252nXs0Og=="
|
||||
"hash": "/dye10pgHVut38xM8SGXjA=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -681,7 +729,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.ClientState.Actors.Types.NonPlayer.BattleNpc.html",
|
||||
"hash": "zSpWIIUDt5v598T/8oofPA=="
|
||||
"hash": "uFvfLBb0eDkMm/Xpp6Uyrg=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -705,7 +753,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.ClientState.Actors.Types.NonPlayer.EventObj.html",
|
||||
"hash": "XG4iDCw4mBDrei8ec9Wv6A=="
|
||||
"hash": "0vngXgDq/4hxsgCULy4pxQ=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -717,7 +765,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.ClientState.Actors.Types.NonPlayer.Npc.html",
|
||||
"hash": "3DTzTqltjvdiLBtBwfmGgA=="
|
||||
"hash": "5Ojqm4dEZd+R5M7cPdfR9A=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -753,7 +801,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.ClientState.Actors.Types.PlayerCharacter.html",
|
||||
"hash": "R+xhVPz+Nqle08mJgHEjzg=="
|
||||
"hash": "/aBwvXLmUu6DlptxRmi7VQ=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -789,7 +837,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.ClientState.ClientState.html",
|
||||
"hash": "cwNy4BMLP+O8kBQX9gBKgg=="
|
||||
"hash": "TUCCijDtBHWlklFW4jF+cg=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -849,7 +897,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.ClientState.PartyList.html",
|
||||
"hash": "8rSdyiKBmUKfhPB60YXhZA=="
|
||||
"hash": "lQPZYigS8hbhh0R4lWUvjA=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -1281,7 +1329,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.Command.CommandManager.html",
|
||||
"hash": "aGfcXZAJvSuDIgSaDKz/Ow=="
|
||||
"hash": "hBIe8O0URrXeSYEgKliDvA=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -1353,7 +1401,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.Internal.File.ResourceManager.html",
|
||||
"hash": "kHLfC/qrcH83VKWCKsJScA=="
|
||||
"hash": "itSZ51EgEbdwGQxgZGp+KQ=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -1401,7 +1449,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.Internal.Framework.html",
|
||||
"hash": "wq0qAQXH+WYmGEu/mKnC4Q=="
|
||||
"hash": "EFUsmNG0CzUtBgdTzvF0cg=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -1473,7 +1521,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.Internal.Gui.ChatGui.html",
|
||||
"hash": "ertiuX7OeXOhHBgGRYkQTw=="
|
||||
"hash": "cua7aCEpc1ydInXkG2JtrQ=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -1497,7 +1545,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.Internal.Gui.GameGui.html",
|
||||
"hash": "8Wo1e9oFJPi3xzXsfWY8TQ=="
|
||||
"hash": "vHSrYw9vuLgqbfUuDp3Img=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -1569,7 +1617,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.Internal.Gui.TargetManager.html",
|
||||
"hash": "GTViEzaaE9DogvLrzMqD3Q=="
|
||||
"hash": "2fXgF0xrvNfND1rdX2Pdiw=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -1701,7 +1749,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.Game.Network.NetworkHandlers.html",
|
||||
"hash": "W/dWR0B88SPRnxisL4AVOg=="
|
||||
"hash": "10woSDGk7iZ+W5Pl4Ua/yA=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -1959,6 +2007,30 @@
|
|||
"is_incremental": false,
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Dalamud.SafeMemory.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.SafeMemory.html",
|
||||
"hash": "OrDMSU96QKsuNRSJWiwhaA=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/Dalamud.yml",
|
||||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/Dalamud.html",
|
||||
"hash": "idDcY/fZfCAG/DJ4rB8PEQ=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"type": "ManagedReference",
|
||||
"source_relative_path": "api/FFXIVClientStructs.Client.Game.Character.BattleChara.yml",
|
||||
|
|
@ -6849,7 +6921,7 @@
|
|||
"output": {
|
||||
".html": {
|
||||
"relative_path": "api/toc.html",
|
||||
"hash": "0dYEXzTvN81dgj5gJwcl5A=="
|
||||
"hash": "mmwhKctGGfcx/T3Y9AQ3Dw=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
|
|
@ -6864,32 +6936,30 @@
|
|||
"hash": "SfST5AwBnU8oPdlya6ggRg=="
|
||||
}
|
||||
},
|
||||
"is_incremental": false,
|
||||
"is_incremental": true,
|
||||
"version": ""
|
||||
}
|
||||
],
|
||||
"incremental_info": [
|
||||
{
|
||||
"status": {
|
||||
"can_incremental": false,
|
||||
"details": "Cannot build incrementally because last build info is missing.",
|
||||
"can_incremental": true,
|
||||
"incrementalPhase": "build",
|
||||
"total_file_count": 0,
|
||||
"skipped_file_count": 0,
|
||||
"full_build_reason_code": "NoAvailableBuildCache"
|
||||
"skipped_file_count": 0
|
||||
},
|
||||
"processors": {
|
||||
"ConceptualDocumentProcessor": {
|
||||
"can_incremental": false,
|
||||
"can_incremental": true,
|
||||
"incrementalPhase": "build",
|
||||
"total_file_count": 3,
|
||||
"skipped_file_count": 0
|
||||
"skipped_file_count": 3
|
||||
},
|
||||
"ManagedReferenceDocumentProcessor": {
|
||||
"can_incremental": false,
|
||||
"can_incremental": true,
|
||||
"incrementalPhase": "build",
|
||||
"total_file_count": 568,
|
||||
"skipped_file_count": 0
|
||||
"total_file_count": 574,
|
||||
"skipped_file_count": 568
|
||||
},
|
||||
"TocDocumentProcessor": {
|
||||
"can_incremental": false,
|
||||
|
|
@ -6902,8 +6972,8 @@
|
|||
},
|
||||
{
|
||||
"status": {
|
||||
"can_incremental": false,
|
||||
"details": "Cannot support incremental post processing, the reason is: last post processor info is null.",
|
||||
"can_incremental": true,
|
||||
"details": "Can support incremental post processing.",
|
||||
"incrementalPhase": "postProcessing",
|
||||
"total_file_count": 0,
|
||||
"skipped_file_count": 0
|
||||
|
|
|
|||
361
docs/xrefmap.yml
361
docs/xrefmap.yml
|
|
@ -1,6 +1,42 @@
|
|||
### YamlMime:XRefMap
|
||||
sorted: true
|
||||
references:
|
||||
- uid: Dalamud
|
||||
name: Dalamud
|
||||
href: api/Dalamud.html
|
||||
commentId: N:Dalamud
|
||||
fullName: Dalamud
|
||||
nameWithType: Dalamud
|
||||
- uid: Dalamud.ClientLanguage
|
||||
name: ClientLanguage
|
||||
href: api/Dalamud.ClientLanguage.html
|
||||
commentId: T:Dalamud.ClientLanguage
|
||||
fullName: Dalamud.ClientLanguage
|
||||
nameWithType: ClientLanguage
|
||||
- uid: Dalamud.ClientLanguage.English
|
||||
name: English
|
||||
href: api/Dalamud.ClientLanguage.html#Dalamud_ClientLanguage_English
|
||||
commentId: F:Dalamud.ClientLanguage.English
|
||||
fullName: Dalamud.ClientLanguage.English
|
||||
nameWithType: ClientLanguage.English
|
||||
- uid: Dalamud.ClientLanguage.French
|
||||
name: French
|
||||
href: api/Dalamud.ClientLanguage.html#Dalamud_ClientLanguage_French
|
||||
commentId: F:Dalamud.ClientLanguage.French
|
||||
fullName: Dalamud.ClientLanguage.French
|
||||
nameWithType: ClientLanguage.French
|
||||
- uid: Dalamud.ClientLanguage.German
|
||||
name: German
|
||||
href: api/Dalamud.ClientLanguage.html#Dalamud_ClientLanguage_German
|
||||
commentId: F:Dalamud.ClientLanguage.German
|
||||
fullName: Dalamud.ClientLanguage.German
|
||||
nameWithType: ClientLanguage.German
|
||||
- uid: Dalamud.ClientLanguage.Japanese
|
||||
name: Japanese
|
||||
href: api/Dalamud.ClientLanguage.html#Dalamud_ClientLanguage_Japanese
|
||||
commentId: F:Dalamud.ClientLanguage.Japanese
|
||||
fullName: Dalamud.ClientLanguage.Japanese
|
||||
nameWithType: ClientLanguage.Japanese
|
||||
- uid: Dalamud.Configuration
|
||||
name: Dalamud.Configuration
|
||||
href: api/Dalamud.Configuration.html
|
||||
|
|
@ -113,6 +149,157 @@ references:
|
|||
isSpec: "True"
|
||||
fullName: Dalamud.Configuration.PluginConfigurations.Save
|
||||
nameWithType: PluginConfigurations.Save
|
||||
- uid: Dalamud.Dalamud
|
||||
name: Dalamud
|
||||
href: api/Dalamud.Dalamud.html
|
||||
commentId: T:Dalamud.Dalamud
|
||||
fullName: Dalamud.Dalamud
|
||||
nameWithType: Dalamud
|
||||
- uid: Dalamud.Dalamud.#ctor(Dalamud.DalamudStartInfo,Serilog.Core.LoggingLevelSwitch,System.Threading.ManualResetEvent)
|
||||
name: Dalamud(DalamudStartInfo, LoggingLevelSwitch, ManualResetEvent)
|
||||
href: api/Dalamud.Dalamud.html#Dalamud_Dalamud__ctor_Dalamud_DalamudStartInfo_Serilog_Core_LoggingLevelSwitch_System_Threading_ManualResetEvent_
|
||||
commentId: M:Dalamud.Dalamud.#ctor(Dalamud.DalamudStartInfo,Serilog.Core.LoggingLevelSwitch,System.Threading.ManualResetEvent)
|
||||
fullName: Dalamud.Dalamud.Dalamud(Dalamud.DalamudStartInfo, Serilog.Core.LoggingLevelSwitch, System.Threading.ManualResetEvent)
|
||||
nameWithType: Dalamud.Dalamud(DalamudStartInfo, LoggingLevelSwitch, ManualResetEvent)
|
||||
- uid: Dalamud.Dalamud.#ctor*
|
||||
name: Dalamud
|
||||
href: api/Dalamud.Dalamud.html#Dalamud_Dalamud__ctor_
|
||||
commentId: Overload:Dalamud.Dalamud.#ctor
|
||||
isSpec: "True"
|
||||
fullName: Dalamud.Dalamud.Dalamud
|
||||
nameWithType: Dalamud.Dalamud
|
||||
- uid: Dalamud.Dalamud.ClientState
|
||||
name: ClientState
|
||||
href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_ClientState
|
||||
commentId: P:Dalamud.Dalamud.ClientState
|
||||
fullName: Dalamud.Dalamud.ClientState
|
||||
nameWithType: Dalamud.ClientState
|
||||
- uid: Dalamud.Dalamud.ClientState*
|
||||
name: ClientState
|
||||
href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_ClientState_
|
||||
commentId: Overload:Dalamud.Dalamud.ClientState
|
||||
isSpec: "True"
|
||||
fullName: Dalamud.Dalamud.ClientState
|
||||
nameWithType: Dalamud.ClientState
|
||||
- uid: Dalamud.Dalamud.Dispose
|
||||
name: Dispose()
|
||||
href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_Dispose
|
||||
commentId: M:Dalamud.Dalamud.Dispose
|
||||
fullName: Dalamud.Dalamud.Dispose()
|
||||
nameWithType: Dalamud.Dispose()
|
||||
- uid: Dalamud.Dalamud.Dispose*
|
||||
name: Dispose
|
||||
href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_Dispose_
|
||||
commentId: Overload:Dalamud.Dalamud.Dispose
|
||||
isSpec: "True"
|
||||
fullName: Dalamud.Dalamud.Dispose
|
||||
nameWithType: Dalamud.Dispose
|
||||
- uid: Dalamud.Dalamud.Start
|
||||
name: Start()
|
||||
href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_Start
|
||||
commentId: M:Dalamud.Dalamud.Start
|
||||
fullName: Dalamud.Dalamud.Start()
|
||||
nameWithType: Dalamud.Start()
|
||||
- uid: Dalamud.Dalamud.Start*
|
||||
name: Start
|
||||
href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_Start_
|
||||
commentId: Overload:Dalamud.Dalamud.Start
|
||||
isSpec: "True"
|
||||
fullName: Dalamud.Dalamud.Start
|
||||
nameWithType: Dalamud.Start
|
||||
- uid: Dalamud.Dalamud.Unload
|
||||
name: Unload()
|
||||
href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_Unload
|
||||
commentId: M:Dalamud.Dalamud.Unload
|
||||
fullName: Dalamud.Dalamud.Unload()
|
||||
nameWithType: Dalamud.Unload()
|
||||
- uid: Dalamud.Dalamud.Unload*
|
||||
name: Unload
|
||||
href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_Unload_
|
||||
commentId: Overload:Dalamud.Dalamud.Unload
|
||||
isSpec: "True"
|
||||
fullName: Dalamud.Dalamud.Unload
|
||||
nameWithType: Dalamud.Unload
|
||||
- uid: Dalamud.Dalamud.WaitForUnload
|
||||
name: WaitForUnload()
|
||||
href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_WaitForUnload
|
||||
commentId: M:Dalamud.Dalamud.WaitForUnload
|
||||
fullName: Dalamud.Dalamud.WaitForUnload()
|
||||
nameWithType: Dalamud.WaitForUnload()
|
||||
- uid: Dalamud.Dalamud.WaitForUnload*
|
||||
name: WaitForUnload
|
||||
href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_WaitForUnload_
|
||||
commentId: Overload:Dalamud.Dalamud.WaitForUnload
|
||||
isSpec: "True"
|
||||
fullName: Dalamud.Dalamud.WaitForUnload
|
||||
nameWithType: Dalamud.WaitForUnload
|
||||
- uid: Dalamud.Dalamud.WaitForUnloadFinish
|
||||
name: WaitForUnloadFinish()
|
||||
href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_WaitForUnloadFinish
|
||||
commentId: M:Dalamud.Dalamud.WaitForUnloadFinish
|
||||
fullName: Dalamud.Dalamud.WaitForUnloadFinish()
|
||||
nameWithType: Dalamud.WaitForUnloadFinish()
|
||||
- uid: Dalamud.Dalamud.WaitForUnloadFinish*
|
||||
name: WaitForUnloadFinish
|
||||
href: api/Dalamud.Dalamud.html#Dalamud_Dalamud_WaitForUnloadFinish_
|
||||
commentId: Overload:Dalamud.Dalamud.WaitForUnloadFinish
|
||||
isSpec: "True"
|
||||
fullName: Dalamud.Dalamud.WaitForUnloadFinish
|
||||
nameWithType: Dalamud.WaitForUnloadFinish
|
||||
- uid: Dalamud.DalamudStartInfo
|
||||
name: DalamudStartInfo
|
||||
href: api/Dalamud.DalamudStartInfo.html
|
||||
commentId: T:Dalamud.DalamudStartInfo
|
||||
fullName: Dalamud.DalamudStartInfo
|
||||
nameWithType: DalamudStartInfo
|
||||
- uid: Dalamud.DalamudStartInfo.AssetDirectory
|
||||
name: AssetDirectory
|
||||
href: api/Dalamud.DalamudStartInfo.html#Dalamud_DalamudStartInfo_AssetDirectory
|
||||
commentId: F:Dalamud.DalamudStartInfo.AssetDirectory
|
||||
fullName: Dalamud.DalamudStartInfo.AssetDirectory
|
||||
nameWithType: DalamudStartInfo.AssetDirectory
|
||||
- uid: Dalamud.DalamudStartInfo.ConfigurationPath
|
||||
name: ConfigurationPath
|
||||
href: api/Dalamud.DalamudStartInfo.html#Dalamud_DalamudStartInfo_ConfigurationPath
|
||||
commentId: F:Dalamud.DalamudStartInfo.ConfigurationPath
|
||||
fullName: Dalamud.DalamudStartInfo.ConfigurationPath
|
||||
nameWithType: DalamudStartInfo.ConfigurationPath
|
||||
- uid: Dalamud.DalamudStartInfo.DefaultPluginDirectory
|
||||
name: DefaultPluginDirectory
|
||||
href: api/Dalamud.DalamudStartInfo.html#Dalamud_DalamudStartInfo_DefaultPluginDirectory
|
||||
commentId: F:Dalamud.DalamudStartInfo.DefaultPluginDirectory
|
||||
fullName: Dalamud.DalamudStartInfo.DefaultPluginDirectory
|
||||
nameWithType: DalamudStartInfo.DefaultPluginDirectory
|
||||
- uid: Dalamud.DalamudStartInfo.GameVersion
|
||||
name: GameVersion
|
||||
href: api/Dalamud.DalamudStartInfo.html#Dalamud_DalamudStartInfo_GameVersion
|
||||
commentId: F:Dalamud.DalamudStartInfo.GameVersion
|
||||
fullName: Dalamud.DalamudStartInfo.GameVersion
|
||||
nameWithType: DalamudStartInfo.GameVersion
|
||||
- uid: Dalamud.DalamudStartInfo.Language
|
||||
name: Language
|
||||
href: api/Dalamud.DalamudStartInfo.html#Dalamud_DalamudStartInfo_Language
|
||||
commentId: F:Dalamud.DalamudStartInfo.Language
|
||||
fullName: Dalamud.DalamudStartInfo.Language
|
||||
nameWithType: DalamudStartInfo.Language
|
||||
- uid: Dalamud.DalamudStartInfo.OptOutMbCollection
|
||||
name: OptOutMbCollection
|
||||
href: api/Dalamud.DalamudStartInfo.html#Dalamud_DalamudStartInfo_OptOutMbCollection
|
||||
commentId: F:Dalamud.DalamudStartInfo.OptOutMbCollection
|
||||
fullName: Dalamud.DalamudStartInfo.OptOutMbCollection
|
||||
nameWithType: DalamudStartInfo.OptOutMbCollection
|
||||
- uid: Dalamud.DalamudStartInfo.PluginDirectory
|
||||
name: PluginDirectory
|
||||
href: api/Dalamud.DalamudStartInfo.html#Dalamud_DalamudStartInfo_PluginDirectory
|
||||
commentId: F:Dalamud.DalamudStartInfo.PluginDirectory
|
||||
fullName: Dalamud.DalamudStartInfo.PluginDirectory
|
||||
nameWithType: DalamudStartInfo.PluginDirectory
|
||||
- uid: Dalamud.DalamudStartInfo.WorkingDirectory
|
||||
name: WorkingDirectory
|
||||
href: api/Dalamud.DalamudStartInfo.html#Dalamud_DalamudStartInfo_WorkingDirectory
|
||||
commentId: F:Dalamud.DalamudStartInfo.WorkingDirectory
|
||||
fullName: Dalamud.DalamudStartInfo.WorkingDirectory
|
||||
nameWithType: DalamudStartInfo.WorkingDirectory
|
||||
- uid: Dalamud.Data
|
||||
name: Dalamud.Data
|
||||
href: api/Dalamud.Data.html
|
||||
|
|
@ -830,6 +1017,38 @@ references:
|
|||
commentId: F:Dalamud.Data.TransientSheet.PetMirage.unknowne
|
||||
fullName: Dalamud.Data.TransientSheet.PetMirage.unknowne
|
||||
nameWithType: PetMirage.unknowne
|
||||
- uid: Dalamud.EntryPoint
|
||||
name: EntryPoint
|
||||
href: api/Dalamud.EntryPoint.html
|
||||
commentId: T:Dalamud.EntryPoint
|
||||
fullName: Dalamud.EntryPoint
|
||||
nameWithType: EntryPoint
|
||||
- uid: Dalamud.EntryPoint.#ctor(EasyHook.RemoteHooking.IContext,Dalamud.DalamudStartInfo)
|
||||
name: EntryPoint(RemoteHooking.IContext, DalamudStartInfo)
|
||||
href: api/Dalamud.EntryPoint.html#Dalamud_EntryPoint__ctor_EasyHook_RemoteHooking_IContext_Dalamud_DalamudStartInfo_
|
||||
commentId: M:Dalamud.EntryPoint.#ctor(EasyHook.RemoteHooking.IContext,Dalamud.DalamudStartInfo)
|
||||
fullName: Dalamud.EntryPoint.EntryPoint(EasyHook.RemoteHooking.IContext, Dalamud.DalamudStartInfo)
|
||||
nameWithType: EntryPoint.EntryPoint(RemoteHooking.IContext, DalamudStartInfo)
|
||||
- uid: Dalamud.EntryPoint.#ctor*
|
||||
name: EntryPoint
|
||||
href: api/Dalamud.EntryPoint.html#Dalamud_EntryPoint__ctor_
|
||||
commentId: Overload:Dalamud.EntryPoint.#ctor
|
||||
isSpec: "True"
|
||||
fullName: Dalamud.EntryPoint.EntryPoint
|
||||
nameWithType: EntryPoint.EntryPoint
|
||||
- uid: Dalamud.EntryPoint.Run(EasyHook.RemoteHooking.IContext,Dalamud.DalamudStartInfo)
|
||||
name: Run(RemoteHooking.IContext, DalamudStartInfo)
|
||||
href: api/Dalamud.EntryPoint.html#Dalamud_EntryPoint_Run_EasyHook_RemoteHooking_IContext_Dalamud_DalamudStartInfo_
|
||||
commentId: M:Dalamud.EntryPoint.Run(EasyHook.RemoteHooking.IContext,Dalamud.DalamudStartInfo)
|
||||
fullName: Dalamud.EntryPoint.Run(EasyHook.RemoteHooking.IContext, Dalamud.DalamudStartInfo)
|
||||
nameWithType: EntryPoint.Run(RemoteHooking.IContext, DalamudStartInfo)
|
||||
- uid: Dalamud.EntryPoint.Run*
|
||||
name: Run
|
||||
href: api/Dalamud.EntryPoint.html#Dalamud_EntryPoint_Run_
|
||||
commentId: Overload:Dalamud.EntryPoint.Run
|
||||
isSpec: "True"
|
||||
fullName: Dalamud.EntryPoint.Run
|
||||
nameWithType: EntryPoint.Run
|
||||
- uid: Dalamud.Game
|
||||
name: Dalamud.Game
|
||||
href: api/Dalamud.Game.html
|
||||
|
|
@ -20533,6 +20752,148 @@ references:
|
|||
isSpec: "True"
|
||||
fullName: Dalamud.Plugin.PluginLog.Warning
|
||||
nameWithType: PluginLog.Warning
|
||||
- uid: Dalamud.SafeMemory
|
||||
name: SafeMemory
|
||||
href: api/Dalamud.SafeMemory.html
|
||||
commentId: T:Dalamud.SafeMemory
|
||||
fullName: Dalamud.SafeMemory
|
||||
nameWithType: SafeMemory
|
||||
- uid: Dalamud.SafeMemory.Read*
|
||||
name: Read
|
||||
href: api/Dalamud.SafeMemory.html#Dalamud_SafeMemory_Read_
|
||||
commentId: Overload:Dalamud.SafeMemory.Read
|
||||
isSpec: "True"
|
||||
fullName: Dalamud.SafeMemory.Read
|
||||
nameWithType: SafeMemory.Read
|
||||
- uid: Dalamud.SafeMemory.Read``1(System.IntPtr,``0@)
|
||||
name: Read<T>(IntPtr, out T)
|
||||
href: api/Dalamud.SafeMemory.html#Dalamud_SafeMemory_Read__1_System_IntPtr___0__
|
||||
commentId: M:Dalamud.SafeMemory.Read``1(System.IntPtr,``0@)
|
||||
name.vb: Read(Of T)(IntPtr, ByRef T)
|
||||
fullName: Dalamud.SafeMemory.Read<T>(System.IntPtr, out T)
|
||||
fullName.vb: Dalamud.SafeMemory.Read(Of T)(System.IntPtr, ByRef T)
|
||||
nameWithType: SafeMemory.Read<T>(IntPtr, out T)
|
||||
nameWithType.vb: SafeMemory.Read(Of T)(IntPtr, ByRef T)
|
||||
- uid: Dalamud.SafeMemory.Read``1(System.IntPtr,System.Int32)
|
||||
name: Read<T>(IntPtr, Int32)
|
||||
href: api/Dalamud.SafeMemory.html#Dalamud_SafeMemory_Read__1_System_IntPtr_System_Int32_
|
||||
commentId: M:Dalamud.SafeMemory.Read``1(System.IntPtr,System.Int32)
|
||||
name.vb: Read(Of T)(IntPtr, Int32)
|
||||
fullName: Dalamud.SafeMemory.Read<T>(System.IntPtr, System.Int32)
|
||||
fullName.vb: Dalamud.SafeMemory.Read(Of T)(System.IntPtr, System.Int32)
|
||||
nameWithType: SafeMemory.Read<T>(IntPtr, Int32)
|
||||
nameWithType.vb: SafeMemory.Read(Of T)(IntPtr, Int32)
|
||||
- uid: Dalamud.SafeMemory.ReadBytes(System.IntPtr,System.Int32,System.Byte[]@)
|
||||
name: ReadBytes(IntPtr, Int32, out Byte[])
|
||||
href: api/Dalamud.SafeMemory.html#Dalamud_SafeMemory_ReadBytes_System_IntPtr_System_Int32_System_Byte____
|
||||
commentId: M:Dalamud.SafeMemory.ReadBytes(System.IntPtr,System.Int32,System.Byte[]@)
|
||||
name.vb: ReadBytes(IntPtr, Int32, ByRef Byte())
|
||||
fullName: Dalamud.SafeMemory.ReadBytes(System.IntPtr, System.Int32, out System.Byte[])
|
||||
fullName.vb: Dalamud.SafeMemory.ReadBytes(System.IntPtr, System.Int32, ByRef System.Byte())
|
||||
nameWithType: SafeMemory.ReadBytes(IntPtr, Int32, out Byte[])
|
||||
nameWithType.vb: SafeMemory.ReadBytes(IntPtr, Int32, ByRef Byte())
|
||||
- uid: Dalamud.SafeMemory.ReadBytes*
|
||||
name: ReadBytes
|
||||
href: api/Dalamud.SafeMemory.html#Dalamud_SafeMemory_ReadBytes_
|
||||
commentId: Overload:Dalamud.SafeMemory.ReadBytes
|
||||
isSpec: "True"
|
||||
fullName: Dalamud.SafeMemory.ReadBytes
|
||||
nameWithType: SafeMemory.ReadBytes
|
||||
- uid: Dalamud.SafeMemory.ReadString(System.IntPtr,System.Int32)
|
||||
name: ReadString(IntPtr, Int32)
|
||||
href: api/Dalamud.SafeMemory.html#Dalamud_SafeMemory_ReadString_System_IntPtr_System_Int32_
|
||||
commentId: M:Dalamud.SafeMemory.ReadString(System.IntPtr,System.Int32)
|
||||
fullName: Dalamud.SafeMemory.ReadString(System.IntPtr, System.Int32)
|
||||
nameWithType: SafeMemory.ReadString(IntPtr, Int32)
|
||||
- uid: Dalamud.SafeMemory.ReadString(System.IntPtr,System.Text.Encoding,System.Int32)
|
||||
name: ReadString(IntPtr, Encoding, Int32)
|
||||
href: api/Dalamud.SafeMemory.html#Dalamud_SafeMemory_ReadString_System_IntPtr_System_Text_Encoding_System_Int32_
|
||||
commentId: M:Dalamud.SafeMemory.ReadString(System.IntPtr,System.Text.Encoding,System.Int32)
|
||||
fullName: Dalamud.SafeMemory.ReadString(System.IntPtr, System.Text.Encoding, System.Int32)
|
||||
nameWithType: SafeMemory.ReadString(IntPtr, Encoding, Int32)
|
||||
- uid: Dalamud.SafeMemory.ReadString*
|
||||
name: ReadString
|
||||
href: api/Dalamud.SafeMemory.html#Dalamud_SafeMemory_ReadString_
|
||||
commentId: Overload:Dalamud.SafeMemory.ReadString
|
||||
isSpec: "True"
|
||||
fullName: Dalamud.SafeMemory.ReadString
|
||||
nameWithType: SafeMemory.ReadString
|
||||
- uid: Dalamud.SafeMemory.SizeOf*
|
||||
name: SizeOf
|
||||
href: api/Dalamud.SafeMemory.html#Dalamud_SafeMemory_SizeOf_
|
||||
commentId: Overload:Dalamud.SafeMemory.SizeOf
|
||||
isSpec: "True"
|
||||
fullName: Dalamud.SafeMemory.SizeOf
|
||||
nameWithType: SafeMemory.SizeOf
|
||||
- uid: Dalamud.SafeMemory.SizeOf``1
|
||||
name: SizeOf<T>()
|
||||
href: api/Dalamud.SafeMemory.html#Dalamud_SafeMemory_SizeOf__1
|
||||
commentId: M:Dalamud.SafeMemory.SizeOf``1
|
||||
name.vb: SizeOf(Of T)()
|
||||
fullName: Dalamud.SafeMemory.SizeOf<T>()
|
||||
fullName.vb: Dalamud.SafeMemory.SizeOf(Of T)()
|
||||
nameWithType: SafeMemory.SizeOf<T>()
|
||||
nameWithType.vb: SafeMemory.SizeOf(Of T)()
|
||||
- uid: Dalamud.SafeMemory.Write*
|
||||
name: Write
|
||||
href: api/Dalamud.SafeMemory.html#Dalamud_SafeMemory_Write_
|
||||
commentId: Overload:Dalamud.SafeMemory.Write
|
||||
isSpec: "True"
|
||||
fullName: Dalamud.SafeMemory.Write
|
||||
nameWithType: SafeMemory.Write
|
||||
- uid: Dalamud.SafeMemory.Write``1(System.IntPtr,``0)
|
||||
name: Write<T>(IntPtr, T)
|
||||
href: api/Dalamud.SafeMemory.html#Dalamud_SafeMemory_Write__1_System_IntPtr___0_
|
||||
commentId: M:Dalamud.SafeMemory.Write``1(System.IntPtr,``0)
|
||||
name.vb: Write(Of T)(IntPtr, T)
|
||||
fullName: Dalamud.SafeMemory.Write<T>(System.IntPtr, T)
|
||||
fullName.vb: Dalamud.SafeMemory.Write(Of T)(System.IntPtr, T)
|
||||
nameWithType: SafeMemory.Write<T>(IntPtr, T)
|
||||
nameWithType.vb: SafeMemory.Write(Of T)(IntPtr, T)
|
||||
- uid: Dalamud.SafeMemory.Write``1(System.IntPtr,``0[])
|
||||
name: Write<T>(IntPtr, T[])
|
||||
href: api/Dalamud.SafeMemory.html#Dalamud_SafeMemory_Write__1_System_IntPtr___0___
|
||||
commentId: M:Dalamud.SafeMemory.Write``1(System.IntPtr,``0[])
|
||||
name.vb: Write(Of T)(IntPtr, T())
|
||||
fullName: Dalamud.SafeMemory.Write<T>(System.IntPtr, T[])
|
||||
fullName.vb: Dalamud.SafeMemory.Write(Of T)(System.IntPtr, T())
|
||||
nameWithType: SafeMemory.Write<T>(IntPtr, T[])
|
||||
nameWithType.vb: SafeMemory.Write(Of T)(IntPtr, T())
|
||||
- uid: Dalamud.SafeMemory.WriteBytes(System.IntPtr,System.Byte[])
|
||||
name: WriteBytes(IntPtr, Byte[])
|
||||
href: api/Dalamud.SafeMemory.html#Dalamud_SafeMemory_WriteBytes_System_IntPtr_System_Byte___
|
||||
commentId: M:Dalamud.SafeMemory.WriteBytes(System.IntPtr,System.Byte[])
|
||||
name.vb: WriteBytes(IntPtr, Byte())
|
||||
fullName: Dalamud.SafeMemory.WriteBytes(System.IntPtr, System.Byte[])
|
||||
fullName.vb: Dalamud.SafeMemory.WriteBytes(System.IntPtr, System.Byte())
|
||||
nameWithType: SafeMemory.WriteBytes(IntPtr, Byte[])
|
||||
nameWithType.vb: SafeMemory.WriteBytes(IntPtr, Byte())
|
||||
- uid: Dalamud.SafeMemory.WriteBytes*
|
||||
name: WriteBytes
|
||||
href: api/Dalamud.SafeMemory.html#Dalamud_SafeMemory_WriteBytes_
|
||||
commentId: Overload:Dalamud.SafeMemory.WriteBytes
|
||||
isSpec: "True"
|
||||
fullName: Dalamud.SafeMemory.WriteBytes
|
||||
nameWithType: SafeMemory.WriteBytes
|
||||
- uid: Dalamud.SafeMemory.WriteString(System.IntPtr,System.String)
|
||||
name: WriteString(IntPtr, String)
|
||||
href: api/Dalamud.SafeMemory.html#Dalamud_SafeMemory_WriteString_System_IntPtr_System_String_
|
||||
commentId: M:Dalamud.SafeMemory.WriteString(System.IntPtr,System.String)
|
||||
fullName: Dalamud.SafeMemory.WriteString(System.IntPtr, System.String)
|
||||
nameWithType: SafeMemory.WriteString(IntPtr, String)
|
||||
- uid: Dalamud.SafeMemory.WriteString(System.IntPtr,System.String,System.Text.Encoding)
|
||||
name: WriteString(IntPtr, String, Encoding)
|
||||
href: api/Dalamud.SafeMemory.html#Dalamud_SafeMemory_WriteString_System_IntPtr_System_String_System_Text_Encoding_
|
||||
commentId: M:Dalamud.SafeMemory.WriteString(System.IntPtr,System.String,System.Text.Encoding)
|
||||
fullName: Dalamud.SafeMemory.WriteString(System.IntPtr, System.String, System.Text.Encoding)
|
||||
nameWithType: SafeMemory.WriteString(IntPtr, String, Encoding)
|
||||
- uid: Dalamud.SafeMemory.WriteString*
|
||||
name: WriteString
|
||||
href: api/Dalamud.SafeMemory.html#Dalamud_SafeMemory_WriteString_
|
||||
commentId: Overload:Dalamud.SafeMemory.WriteString
|
||||
isSpec: "True"
|
||||
fullName: Dalamud.SafeMemory.WriteString
|
||||
nameWithType: SafeMemory.WriteString
|
||||
- uid: FFXIVClientStructs
|
||||
name: FFXIVClientStructs
|
||||
href: api/FFXIVClientStructs.html
|
||||
|
|
|
|||
|
|
@ -9,7 +9,5 @@ apiRules:
|
|||
uidRegex: ^Dalamud\.Plugin\.PluginManager$
|
||||
- exclude:
|
||||
uidRegex: AddressResolver$
|
||||
- exclude:
|
||||
uidRegex: ^Dalamud$
|
||||
- exclude:
|
||||
uidRegex: ^Discord.Net
|
||||
Loading…
Add table
Add a link
Reference in a new issue