docs: regenerate

This commit is contained in:
goat 2021-08-21 22:57:51 +02:00
parent c864cae087
commit 1eb35f29eb
No known key found for this signature in database
GPG key ID: F18F057873895461
935 changed files with 148201 additions and 35402 deletions

View file

@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class MemUtil
">
<meta name="generator" content="docfx 2.56.6.0">
<meta name="generator" content="docfx 2.58.0.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@ -82,18 +82,12 @@
</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>
@ -103,6 +97,12 @@
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="ImGuiScene.html">ImGuiScene</a></h6>
<h6><strong>Assembly</strong>: ImGuiScene.dll</h6>
@ -114,36 +114,20 @@
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/imgui/1.82_viewports/apiSpec/new?filename=ImGuiScene_MemUtil_ToPointer__1___0_.md&amp;value=---%0Auid%3A%20ImGuiScene.MemUtil.ToPointer%60%601(%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>
<a href="https://github.com/goatcorp/ImGuiScene/new/master/apiSpec/new?filename=ImGuiScene_MemUtil_Allocate__1.md&amp;value=---%0Auid%3A%20ImGuiScene.MemUtil.Allocate%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/ImGuiScene/blob/imgui/1.82_viewports/ImGuiScene/Win32 Utils/MemUtil.cs/#L7">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/master/ImGuiScene/Win32 Utils/MemUtil.cs/#L8">View Source</a>
</span>
<a id="ImGuiScene_MemUtil_ToPointer_" data-uid="ImGuiScene.MemUtil.ToPointer*"></a>
<h4 id="ImGuiScene_MemUtil_ToPointer__1___0_" data-uid="ImGuiScene.MemUtil.ToPointer``1(``0)">ToPointer&lt;T&gt;(T)</h4>
<a id="ImGuiScene_MemUtil_Allocate_" data-uid="ImGuiScene.MemUtil.Allocate*"></a>
<h4 id="ImGuiScene_MemUtil_Allocate__1" data-uid="ImGuiScene.MemUtil.Allocate``1">Allocate&lt;T&gt;()</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 static IntPtr ToPointer&lt;T&gt;(T data)</code></pre>
<pre><code class="lang-csharp hljs">public static T*Allocate&lt;T&gt;()
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">T</span></td>
<td><span class="parametername">data</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
@ -154,7 +138,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">System.IntPtr</span></td>
<td>T*</td>
<td></td>
</tr>
</tbody>
@ -174,6 +158,38 @@
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/ImGuiScene/new/master/apiSpec/new?filename=ImGuiScene_MemUtil_Free_System_IntPtr_.md&amp;value=---%0Auid%3A%20ImGuiScene.MemUtil.Free(System.IntPtr)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/ImGuiScene/blob/master/ImGuiScene/Win32 Utils/MemUtil.cs/#L12">View Source</a>
</span>
<a id="ImGuiScene_MemUtil_Free_" data-uid="ImGuiScene.MemUtil.Free*"></a>
<h4 id="ImGuiScene_MemUtil_Free_System_IntPtr_" data-uid="ImGuiScene.MemUtil.Free(System.IntPtr)">Free(IntPtr)</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 static void Free(this IntPtr obj)</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">obj</span></td>
<td></td>
</tr>
</tbody>
</table>
</article>
</div>
@ -182,10 +198,10 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/goatcorp/ImGuiScene/new/imgui/1.82_viewports/apiSpec/new?filename=ImGuiScene_MemUtil.md&amp;value=---%0Auid%3A%20ImGuiScene.MemUtil%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/goatcorp/ImGuiScene/new/master/apiSpec/new?filename=ImGuiScene_MemUtil.md&amp;value=---%0Auid%3A%20ImGuiScene.MemUtil%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/ImGuiScene/blob/imgui/1.82_viewports/ImGuiScene/Win32 Utils/MemUtil.cs/#L5" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/ImGuiScene/blob/master/ImGuiScene/Win32 Utils/MemUtil.cs/#L6" class="contribution-link">View Source</a>
</li>
</ul>
</div>