Files
pardeike-Harmony/docs/api/HarmonyLib.Code.html
Andreas Pardeike 0072943ba5 draft for docs
2025-08-23 00:31:53 +02:00

5805 lines
182 KiB
HTML

<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class Code
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class Code
">
<meta name="generator" content="docfx 2.48.1.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="../toc.html">
<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="HarmonyLib.Code">
<h1 id="HarmonyLib_Code" data-uid="HarmonyLib.Code" class="text-break">Class Code
</h1>
<div class="markdown level0 summary"><p>By adding the following using statement to your source code: <code>using static HarmonyLib.Code;</code>
you can for example start using <code>Ldarg_1</code> in you code instead of <code>new CodeMatch(OpCodes.Ldarg_1)</code>
and then you can use array notation to add an operand and/or a name: <code>Call[myMethodInfo]</code> instead of <code>new CodeMatch(OpCodes.Call, myMethodInfo)</code></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">Code</span></div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="HarmonyLib.html">HarmonyLib</a></h6>
<h6><strong>Assembly</strong>: 0Harmony.dll</h6>
<h5 id="HarmonyLib_Code_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static class Code</code></pre>
</div>
<h3 id="properties">Properties
</h3>
<a id="HarmonyLib_Code_Add_" data-uid="HarmonyLib.Code.Add*"></a>
<h4 id="HarmonyLib_Code_Add" data-uid="HarmonyLib.Code.Add">Add</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 Code.Add_ Add { 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><span class="xref">HarmonyLib.Code.Add_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Add_Ovf_" data-uid="HarmonyLib.Code.Add_Ovf*"></a>
<h4 id="HarmonyLib_Code_Add_Ovf" data-uid="HarmonyLib.Code.Add_Ovf">Add_Ovf</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 Code.Add_Ovf_ Add_Ovf { 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><span class="xref">HarmonyLib.Code.Add_Ovf_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Add_Ovf_Un_" data-uid="HarmonyLib.Code.Add_Ovf_Un*"></a>
<h4 id="HarmonyLib_Code_Add_Ovf_Un" data-uid="HarmonyLib.Code.Add_Ovf_Un">Add_Ovf_Un</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 Code.Add_Ovf_Un_ Add_Ovf_Un { 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><span class="xref">HarmonyLib.Code.Add_Ovf_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_And_" data-uid="HarmonyLib.Code.And*"></a>
<h4 id="HarmonyLib_Code_And" data-uid="HarmonyLib.Code.And">And</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 Code.And_ And { 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><span class="xref">HarmonyLib.Code.And_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Arglist_" data-uid="HarmonyLib.Code.Arglist*"></a>
<h4 id="HarmonyLib_Code_Arglist" data-uid="HarmonyLib.Code.Arglist">Arglist</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 Code.Arglist_ Arglist { 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><span class="xref">HarmonyLib.Code.Arglist_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Beq_" data-uid="HarmonyLib.Code.Beq*"></a>
<h4 id="HarmonyLib_Code_Beq" data-uid="HarmonyLib.Code.Beq">Beq</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 Code.Beq_ Beq { 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><span class="xref">HarmonyLib.Code.Beq_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Beq_S_" data-uid="HarmonyLib.Code.Beq_S*"></a>
<h4 id="HarmonyLib_Code_Beq_S" data-uid="HarmonyLib.Code.Beq_S">Beq_S</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 Code.Beq_S_ Beq_S { 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><span class="xref">HarmonyLib.Code.Beq_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Bge_" data-uid="HarmonyLib.Code.Bge*"></a>
<h4 id="HarmonyLib_Code_Bge" data-uid="HarmonyLib.Code.Bge">Bge</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 Code.Bge_ Bge { 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><span class="xref">HarmonyLib.Code.Bge_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Bge_S_" data-uid="HarmonyLib.Code.Bge_S*"></a>
<h4 id="HarmonyLib_Code_Bge_S" data-uid="HarmonyLib.Code.Bge_S">Bge_S</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 Code.Bge_S_ Bge_S { 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><span class="xref">HarmonyLib.Code.Bge_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Bge_Un_" data-uid="HarmonyLib.Code.Bge_Un*"></a>
<h4 id="HarmonyLib_Code_Bge_Un" data-uid="HarmonyLib.Code.Bge_Un">Bge_Un</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 Code.Bge_Un_ Bge_Un { 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><span class="xref">HarmonyLib.Code.Bge_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Bge_Un_S_" data-uid="HarmonyLib.Code.Bge_Un_S*"></a>
<h4 id="HarmonyLib_Code_Bge_Un_S" data-uid="HarmonyLib.Code.Bge_Un_S">Bge_Un_S</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 Code.Bge_Un_S_ Bge_Un_S { 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><span class="xref">HarmonyLib.Code.Bge_Un_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Bgt_" data-uid="HarmonyLib.Code.Bgt*"></a>
<h4 id="HarmonyLib_Code_Bgt" data-uid="HarmonyLib.Code.Bgt">Bgt</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 Code.Bgt_ Bgt { 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><span class="xref">HarmonyLib.Code.Bgt_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Bgt_S_" data-uid="HarmonyLib.Code.Bgt_S*"></a>
<h4 id="HarmonyLib_Code_Bgt_S" data-uid="HarmonyLib.Code.Bgt_S">Bgt_S</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 Code.Bgt_S_ Bgt_S { 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><span class="xref">HarmonyLib.Code.Bgt_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Bgt_Un_" data-uid="HarmonyLib.Code.Bgt_Un*"></a>
<h4 id="HarmonyLib_Code_Bgt_Un" data-uid="HarmonyLib.Code.Bgt_Un">Bgt_Un</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 Code.Bgt_Un_ Bgt_Un { 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><span class="xref">HarmonyLib.Code.Bgt_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Bgt_Un_S_" data-uid="HarmonyLib.Code.Bgt_Un_S*"></a>
<h4 id="HarmonyLib_Code_Bgt_Un_S" data-uid="HarmonyLib.Code.Bgt_Un_S">Bgt_Un_S</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 Code.Bgt_Un_S_ Bgt_Un_S { 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><span class="xref">HarmonyLib.Code.Bgt_Un_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ble_" data-uid="HarmonyLib.Code.Ble*"></a>
<h4 id="HarmonyLib_Code_Ble" data-uid="HarmonyLib.Code.Ble">Ble</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 Code.Ble_ Ble { 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><span class="xref">HarmonyLib.Code.Ble_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ble_S_" data-uid="HarmonyLib.Code.Ble_S*"></a>
<h4 id="HarmonyLib_Code_Ble_S" data-uid="HarmonyLib.Code.Ble_S">Ble_S</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 Code.Ble_S_ Ble_S { 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><span class="xref">HarmonyLib.Code.Ble_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ble_Un_" data-uid="HarmonyLib.Code.Ble_Un*"></a>
<h4 id="HarmonyLib_Code_Ble_Un" data-uid="HarmonyLib.Code.Ble_Un">Ble_Un</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 Code.Ble_Un_ Ble_Un { 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><span class="xref">HarmonyLib.Code.Ble_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ble_Un_S_" data-uid="HarmonyLib.Code.Ble_Un_S*"></a>
<h4 id="HarmonyLib_Code_Ble_Un_S" data-uid="HarmonyLib.Code.Ble_Un_S">Ble_Un_S</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 Code.Ble_Un_S_ Ble_Un_S { 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><span class="xref">HarmonyLib.Code.Ble_Un_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Blt_" data-uid="HarmonyLib.Code.Blt*"></a>
<h4 id="HarmonyLib_Code_Blt" data-uid="HarmonyLib.Code.Blt">Blt</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 Code.Blt_ Blt { 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><span class="xref">HarmonyLib.Code.Blt_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Blt_S_" data-uid="HarmonyLib.Code.Blt_S*"></a>
<h4 id="HarmonyLib_Code_Blt_S" data-uid="HarmonyLib.Code.Blt_S">Blt_S</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 Code.Blt_S_ Blt_S { 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><span class="xref">HarmonyLib.Code.Blt_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Blt_Un_" data-uid="HarmonyLib.Code.Blt_Un*"></a>
<h4 id="HarmonyLib_Code_Blt_Un" data-uid="HarmonyLib.Code.Blt_Un">Blt_Un</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 Code.Blt_Un_ Blt_Un { 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><span class="xref">HarmonyLib.Code.Blt_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Blt_Un_S_" data-uid="HarmonyLib.Code.Blt_Un_S*"></a>
<h4 id="HarmonyLib_Code_Blt_Un_S" data-uid="HarmonyLib.Code.Blt_Un_S">Blt_Un_S</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 Code.Blt_Un_S_ Blt_Un_S { 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><span class="xref">HarmonyLib.Code.Blt_Un_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Bne_Un_" data-uid="HarmonyLib.Code.Bne_Un*"></a>
<h4 id="HarmonyLib_Code_Bne_Un" data-uid="HarmonyLib.Code.Bne_Un">Bne_Un</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 Code.Bne_Un_ Bne_Un { 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><span class="xref">HarmonyLib.Code.Bne_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Bne_Un_S_" data-uid="HarmonyLib.Code.Bne_Un_S*"></a>
<h4 id="HarmonyLib_Code_Bne_Un_S" data-uid="HarmonyLib.Code.Bne_Un_S">Bne_Un_S</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 Code.Bne_Un_S_ Bne_Un_S { 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><span class="xref">HarmonyLib.Code.Bne_Un_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Box_" data-uid="HarmonyLib.Code.Box*"></a>
<h4 id="HarmonyLib_Code_Box" data-uid="HarmonyLib.Code.Box">Box</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 Code.Box_ Box { 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><span class="xref">HarmonyLib.Code.Box_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Br_" data-uid="HarmonyLib.Code.Br*"></a>
<h4 id="HarmonyLib_Code_Br" data-uid="HarmonyLib.Code.Br">Br</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 Code.Br_ Br { 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><span class="xref">HarmonyLib.Code.Br_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Br_S_" data-uid="HarmonyLib.Code.Br_S*"></a>
<h4 id="HarmonyLib_Code_Br_S" data-uid="HarmonyLib.Code.Br_S">Br_S</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 Code.Br_S_ Br_S { 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><span class="xref">HarmonyLib.Code.Br_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Break_" data-uid="HarmonyLib.Code.Break*"></a>
<h4 id="HarmonyLib_Code_Break" data-uid="HarmonyLib.Code.Break">Break</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 Code.Break_ Break { 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><span class="xref">HarmonyLib.Code.Break_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Brfalse_" data-uid="HarmonyLib.Code.Brfalse*"></a>
<h4 id="HarmonyLib_Code_Brfalse" data-uid="HarmonyLib.Code.Brfalse">Brfalse</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 Code.Brfalse_ Brfalse { 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><span class="xref">HarmonyLib.Code.Brfalse_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Brfalse_S_" data-uid="HarmonyLib.Code.Brfalse_S*"></a>
<h4 id="HarmonyLib_Code_Brfalse_S" data-uid="HarmonyLib.Code.Brfalse_S">Brfalse_S</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 Code.Brfalse_S_ Brfalse_S { 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><span class="xref">HarmonyLib.Code.Brfalse_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Brtrue_" data-uid="HarmonyLib.Code.Brtrue*"></a>
<h4 id="HarmonyLib_Code_Brtrue" data-uid="HarmonyLib.Code.Brtrue">Brtrue</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 Code.Brtrue_ Brtrue { 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><span class="xref">HarmonyLib.Code.Brtrue_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Brtrue_S_" data-uid="HarmonyLib.Code.Brtrue_S*"></a>
<h4 id="HarmonyLib_Code_Brtrue_S" data-uid="HarmonyLib.Code.Brtrue_S">Brtrue_S</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 Code.Brtrue_S_ Brtrue_S { 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><span class="xref">HarmonyLib.Code.Brtrue_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Call_" data-uid="HarmonyLib.Code.Call*"></a>
<h4 id="HarmonyLib_Code_Call" data-uid="HarmonyLib.Code.Call">Call</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 Code.Call_ Call { 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><span class="xref">HarmonyLib.Code.Call_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Calli_" data-uid="HarmonyLib.Code.Calli*"></a>
<h4 id="HarmonyLib_Code_Calli" data-uid="HarmonyLib.Code.Calli">Calli</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 Code.Calli_ Calli { 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><span class="xref">HarmonyLib.Code.Calli_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Callvirt_" data-uid="HarmonyLib.Code.Callvirt*"></a>
<h4 id="HarmonyLib_Code_Callvirt" data-uid="HarmonyLib.Code.Callvirt">Callvirt</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 Code.Callvirt_ Callvirt { 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><span class="xref">HarmonyLib.Code.Callvirt_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Castclass_" data-uid="HarmonyLib.Code.Castclass*"></a>
<h4 id="HarmonyLib_Code_Castclass" data-uid="HarmonyLib.Code.Castclass">Castclass</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 Code.Castclass_ Castclass { 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><span class="xref">HarmonyLib.Code.Castclass_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ceq_" data-uid="HarmonyLib.Code.Ceq*"></a>
<h4 id="HarmonyLib_Code_Ceq" data-uid="HarmonyLib.Code.Ceq">Ceq</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 Code.Ceq_ Ceq { 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><span class="xref">HarmonyLib.Code.Ceq_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Cgt_" data-uid="HarmonyLib.Code.Cgt*"></a>
<h4 id="HarmonyLib_Code_Cgt" data-uid="HarmonyLib.Code.Cgt">Cgt</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 Code.Cgt_ Cgt { 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><span class="xref">HarmonyLib.Code.Cgt_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Cgt_Un_" data-uid="HarmonyLib.Code.Cgt_Un*"></a>
<h4 id="HarmonyLib_Code_Cgt_Un" data-uid="HarmonyLib.Code.Cgt_Un">Cgt_Un</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 Code.Cgt_Un_ Cgt_Un { 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><span class="xref">HarmonyLib.Code.Cgt_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ckfinite_" data-uid="HarmonyLib.Code.Ckfinite*"></a>
<h4 id="HarmonyLib_Code_Ckfinite" data-uid="HarmonyLib.Code.Ckfinite">Ckfinite</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 Code.Ckfinite_ Ckfinite { 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><span class="xref">HarmonyLib.Code.Ckfinite_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Clt_" data-uid="HarmonyLib.Code.Clt*"></a>
<h4 id="HarmonyLib_Code_Clt" data-uid="HarmonyLib.Code.Clt">Clt</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 Code.Clt_ Clt { 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><span class="xref">HarmonyLib.Code.Clt_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Clt_Un_" data-uid="HarmonyLib.Code.Clt_Un*"></a>
<h4 id="HarmonyLib_Code_Clt_Un" data-uid="HarmonyLib.Code.Clt_Un">Clt_Un</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 Code.Clt_Un_ Clt_Un { 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><span class="xref">HarmonyLib.Code.Clt_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Constrained_" data-uid="HarmonyLib.Code.Constrained*"></a>
<h4 id="HarmonyLib_Code_Constrained" data-uid="HarmonyLib.Code.Constrained">Constrained</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 Code.Constrained_ Constrained { 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><span class="xref">HarmonyLib.Code.Constrained_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_I_" data-uid="HarmonyLib.Code.Conv_I*"></a>
<h4 id="HarmonyLib_Code_Conv_I" data-uid="HarmonyLib.Code.Conv_I">Conv_I</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 Code.Conv_I_ Conv_I { 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><span class="xref">HarmonyLib.Code.Conv_I_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_I1_" data-uid="HarmonyLib.Code.Conv_I1*"></a>
<h4 id="HarmonyLib_Code_Conv_I1" data-uid="HarmonyLib.Code.Conv_I1">Conv_I1</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 Code.Conv_I1_ Conv_I1 { 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><span class="xref">HarmonyLib.Code.Conv_I1_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_I2_" data-uid="HarmonyLib.Code.Conv_I2*"></a>
<h4 id="HarmonyLib_Code_Conv_I2" data-uid="HarmonyLib.Code.Conv_I2">Conv_I2</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 Code.Conv_I2_ Conv_I2 { 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><span class="xref">HarmonyLib.Code.Conv_I2_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_I4_" data-uid="HarmonyLib.Code.Conv_I4*"></a>
<h4 id="HarmonyLib_Code_Conv_I4" data-uid="HarmonyLib.Code.Conv_I4">Conv_I4</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 Code.Conv_I4_ Conv_I4 { 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><span class="xref">HarmonyLib.Code.Conv_I4_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_I8_" data-uid="HarmonyLib.Code.Conv_I8*"></a>
<h4 id="HarmonyLib_Code_Conv_I8" data-uid="HarmonyLib.Code.Conv_I8">Conv_I8</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 Code.Conv_I8_ Conv_I8 { 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><span class="xref">HarmonyLib.Code.Conv_I8_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_I_" data-uid="HarmonyLib.Code.Conv_Ovf_I*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_I" data-uid="HarmonyLib.Code.Conv_Ovf_I">Conv_Ovf_I</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 Code.Conv_Ovf_I_ Conv_Ovf_I { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_I_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_I_Un_" data-uid="HarmonyLib.Code.Conv_Ovf_I_Un*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_I_Un" data-uid="HarmonyLib.Code.Conv_Ovf_I_Un">Conv_Ovf_I_Un</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 Code.Conv_Ovf_I_Un_ Conv_Ovf_I_Un { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_I_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_I1_" data-uid="HarmonyLib.Code.Conv_Ovf_I1*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_I1" data-uid="HarmonyLib.Code.Conv_Ovf_I1">Conv_Ovf_I1</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 Code.Conv_Ovf_I1_ Conv_Ovf_I1 { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_I1_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_I1_Un_" data-uid="HarmonyLib.Code.Conv_Ovf_I1_Un*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_I1_Un" data-uid="HarmonyLib.Code.Conv_Ovf_I1_Un">Conv_Ovf_I1_Un</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 Code.Conv_Ovf_I1_Un_ Conv_Ovf_I1_Un { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_I1_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_I2_" data-uid="HarmonyLib.Code.Conv_Ovf_I2*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_I2" data-uid="HarmonyLib.Code.Conv_Ovf_I2">Conv_Ovf_I2</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 Code.Conv_Ovf_I2_ Conv_Ovf_I2 { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_I2_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_I2_Un_" data-uid="HarmonyLib.Code.Conv_Ovf_I2_Un*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_I2_Un" data-uid="HarmonyLib.Code.Conv_Ovf_I2_Un">Conv_Ovf_I2_Un</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 Code.Conv_Ovf_I2_Un_ Conv_Ovf_I2_Un { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_I2_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_I4_" data-uid="HarmonyLib.Code.Conv_Ovf_I4*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_I4" data-uid="HarmonyLib.Code.Conv_Ovf_I4">Conv_Ovf_I4</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 Code.Conv_Ovf_I4_ Conv_Ovf_I4 { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_I4_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_I4_Un_" data-uid="HarmonyLib.Code.Conv_Ovf_I4_Un*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_I4_Un" data-uid="HarmonyLib.Code.Conv_Ovf_I4_Un">Conv_Ovf_I4_Un</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 Code.Conv_Ovf_I4_Un_ Conv_Ovf_I4_Un { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_I4_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_I8_" data-uid="HarmonyLib.Code.Conv_Ovf_I8*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_I8" data-uid="HarmonyLib.Code.Conv_Ovf_I8">Conv_Ovf_I8</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 Code.Conv_Ovf_I8_ Conv_Ovf_I8 { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_I8_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_I8_Un_" data-uid="HarmonyLib.Code.Conv_Ovf_I8_Un*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_I8_Un" data-uid="HarmonyLib.Code.Conv_Ovf_I8_Un">Conv_Ovf_I8_Un</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 Code.Conv_Ovf_I8_Un_ Conv_Ovf_I8_Un { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_I8_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_U_" data-uid="HarmonyLib.Code.Conv_Ovf_U*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_U" data-uid="HarmonyLib.Code.Conv_Ovf_U">Conv_Ovf_U</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 Code.Conv_Ovf_U_ Conv_Ovf_U { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_U_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_U_Un_" data-uid="HarmonyLib.Code.Conv_Ovf_U_Un*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_U_Un" data-uid="HarmonyLib.Code.Conv_Ovf_U_Un">Conv_Ovf_U_Un</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 Code.Conv_Ovf_U_Un_ Conv_Ovf_U_Un { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_U_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_U1_" data-uid="HarmonyLib.Code.Conv_Ovf_U1*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_U1" data-uid="HarmonyLib.Code.Conv_Ovf_U1">Conv_Ovf_U1</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 Code.Conv_Ovf_U1_ Conv_Ovf_U1 { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_U1_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_U1_Un_" data-uid="HarmonyLib.Code.Conv_Ovf_U1_Un*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_U1_Un" data-uid="HarmonyLib.Code.Conv_Ovf_U1_Un">Conv_Ovf_U1_Un</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 Code.Conv_Ovf_U1_Un_ Conv_Ovf_U1_Un { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_U1_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_U2_" data-uid="HarmonyLib.Code.Conv_Ovf_U2*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_U2" data-uid="HarmonyLib.Code.Conv_Ovf_U2">Conv_Ovf_U2</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 Code.Conv_Ovf_U2_ Conv_Ovf_U2 { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_U2_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_U2_Un_" data-uid="HarmonyLib.Code.Conv_Ovf_U2_Un*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_U2_Un" data-uid="HarmonyLib.Code.Conv_Ovf_U2_Un">Conv_Ovf_U2_Un</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 Code.Conv_Ovf_U2_Un_ Conv_Ovf_U2_Un { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_U2_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_U4_" data-uid="HarmonyLib.Code.Conv_Ovf_U4*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_U4" data-uid="HarmonyLib.Code.Conv_Ovf_U4">Conv_Ovf_U4</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 Code.Conv_Ovf_U4_ Conv_Ovf_U4 { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_U4_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_U4_Un_" data-uid="HarmonyLib.Code.Conv_Ovf_U4_Un*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_U4_Un" data-uid="HarmonyLib.Code.Conv_Ovf_U4_Un">Conv_Ovf_U4_Un</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 Code.Conv_Ovf_U4_Un_ Conv_Ovf_U4_Un { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_U4_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_U8_" data-uid="HarmonyLib.Code.Conv_Ovf_U8*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_U8" data-uid="HarmonyLib.Code.Conv_Ovf_U8">Conv_Ovf_U8</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 Code.Conv_Ovf_U8_ Conv_Ovf_U8 { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_U8_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_Ovf_U8_Un_" data-uid="HarmonyLib.Code.Conv_Ovf_U8_Un*"></a>
<h4 id="HarmonyLib_Code_Conv_Ovf_U8_Un" data-uid="HarmonyLib.Code.Conv_Ovf_U8_Un">Conv_Ovf_U8_Un</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 Code.Conv_Ovf_U8_Un_ Conv_Ovf_U8_Un { 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><span class="xref">HarmonyLib.Code.Conv_Ovf_U8_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_R_Un_" data-uid="HarmonyLib.Code.Conv_R_Un*"></a>
<h4 id="HarmonyLib_Code_Conv_R_Un" data-uid="HarmonyLib.Code.Conv_R_Un">Conv_R_Un</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 Code.Conv_R_Un_ Conv_R_Un { 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><span class="xref">HarmonyLib.Code.Conv_R_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_R4_" data-uid="HarmonyLib.Code.Conv_R4*"></a>
<h4 id="HarmonyLib_Code_Conv_R4" data-uid="HarmonyLib.Code.Conv_R4">Conv_R4</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 Code.Conv_R4_ Conv_R4 { 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><span class="xref">HarmonyLib.Code.Conv_R4_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_R8_" data-uid="HarmonyLib.Code.Conv_R8*"></a>
<h4 id="HarmonyLib_Code_Conv_R8" data-uid="HarmonyLib.Code.Conv_R8">Conv_R8</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 Code.Conv_R8_ Conv_R8 { 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><span class="xref">HarmonyLib.Code.Conv_R8_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_U_" data-uid="HarmonyLib.Code.Conv_U*"></a>
<h4 id="HarmonyLib_Code_Conv_U" data-uid="HarmonyLib.Code.Conv_U">Conv_U</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 Code.Conv_U_ Conv_U { 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><span class="xref">HarmonyLib.Code.Conv_U_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_U1_" data-uid="HarmonyLib.Code.Conv_U1*"></a>
<h4 id="HarmonyLib_Code_Conv_U1" data-uid="HarmonyLib.Code.Conv_U1">Conv_U1</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 Code.Conv_U1_ Conv_U1 { 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><span class="xref">HarmonyLib.Code.Conv_U1_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_U2_" data-uid="HarmonyLib.Code.Conv_U2*"></a>
<h4 id="HarmonyLib_Code_Conv_U2" data-uid="HarmonyLib.Code.Conv_U2">Conv_U2</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 Code.Conv_U2_ Conv_U2 { 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><span class="xref">HarmonyLib.Code.Conv_U2_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_U4_" data-uid="HarmonyLib.Code.Conv_U4*"></a>
<h4 id="HarmonyLib_Code_Conv_U4" data-uid="HarmonyLib.Code.Conv_U4">Conv_U4</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 Code.Conv_U4_ Conv_U4 { 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><span class="xref">HarmonyLib.Code.Conv_U4_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Conv_U8_" data-uid="HarmonyLib.Code.Conv_U8*"></a>
<h4 id="HarmonyLib_Code_Conv_U8" data-uid="HarmonyLib.Code.Conv_U8">Conv_U8</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 Code.Conv_U8_ Conv_U8 { 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><span class="xref">HarmonyLib.Code.Conv_U8_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Cpblk_" data-uid="HarmonyLib.Code.Cpblk*"></a>
<h4 id="HarmonyLib_Code_Cpblk" data-uid="HarmonyLib.Code.Cpblk">Cpblk</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 Code.Cpblk_ Cpblk { 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><span class="xref">HarmonyLib.Code.Cpblk_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Cpobj_" data-uid="HarmonyLib.Code.Cpobj*"></a>
<h4 id="HarmonyLib_Code_Cpobj" data-uid="HarmonyLib.Code.Cpobj">Cpobj</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 Code.Cpobj_ Cpobj { 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><span class="xref">HarmonyLib.Code.Cpobj_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Div_" data-uid="HarmonyLib.Code.Div*"></a>
<h4 id="HarmonyLib_Code_Div" data-uid="HarmonyLib.Code.Div">Div</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 Code.Div_ Div { 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><span class="xref">HarmonyLib.Code.Div_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Div_Un_" data-uid="HarmonyLib.Code.Div_Un*"></a>
<h4 id="HarmonyLib_Code_Div_Un" data-uid="HarmonyLib.Code.Div_Un">Div_Un</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 Code.Div_Un_ Div_Un { 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><span class="xref">HarmonyLib.Code.Div_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Dup_" data-uid="HarmonyLib.Code.Dup*"></a>
<h4 id="HarmonyLib_Code_Dup" data-uid="HarmonyLib.Code.Dup">Dup</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 Code.Dup_ Dup { 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><span class="xref">HarmonyLib.Code.Dup_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Endfilter_" data-uid="HarmonyLib.Code.Endfilter*"></a>
<h4 id="HarmonyLib_Code_Endfilter" data-uid="HarmonyLib.Code.Endfilter">Endfilter</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 Code.Endfilter_ Endfilter { 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><span class="xref">HarmonyLib.Code.Endfilter_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Endfinally_" data-uid="HarmonyLib.Code.Endfinally*"></a>
<h4 id="HarmonyLib_Code_Endfinally" data-uid="HarmonyLib.Code.Endfinally">Endfinally</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 Code.Endfinally_ Endfinally { 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><span class="xref">HarmonyLib.Code.Endfinally_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Initblk_" data-uid="HarmonyLib.Code.Initblk*"></a>
<h4 id="HarmonyLib_Code_Initblk" data-uid="HarmonyLib.Code.Initblk">Initblk</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 Code.Initblk_ Initblk { 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><span class="xref">HarmonyLib.Code.Initblk_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Initobj_" data-uid="HarmonyLib.Code.Initobj*"></a>
<h4 id="HarmonyLib_Code_Initobj" data-uid="HarmonyLib.Code.Initobj">Initobj</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 Code.Initobj_ Initobj { 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><span class="xref">HarmonyLib.Code.Initobj_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Isinst_" data-uid="HarmonyLib.Code.Isinst*"></a>
<h4 id="HarmonyLib_Code_Isinst" data-uid="HarmonyLib.Code.Isinst">Isinst</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 Code.Isinst_ Isinst { 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><span class="xref">HarmonyLib.Code.Isinst_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Jmp_" data-uid="HarmonyLib.Code.Jmp*"></a>
<h4 id="HarmonyLib_Code_Jmp" data-uid="HarmonyLib.Code.Jmp">Jmp</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 Code.Jmp_ Jmp { 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><span class="xref">HarmonyLib.Code.Jmp_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldarg_" data-uid="HarmonyLib.Code.Ldarg*"></a>
<h4 id="HarmonyLib_Code_Ldarg" data-uid="HarmonyLib.Code.Ldarg">Ldarg</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 Code.Ldarg_ Ldarg { 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><span class="xref">HarmonyLib.Code.Ldarg_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldarg_0_" data-uid="HarmonyLib.Code.Ldarg_0*"></a>
<h4 id="HarmonyLib_Code_Ldarg_0" data-uid="HarmonyLib.Code.Ldarg_0">Ldarg_0</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 Code.Ldarg_0_ Ldarg_0 { 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><span class="xref">HarmonyLib.Code.Ldarg_0_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldarg_1_" data-uid="HarmonyLib.Code.Ldarg_1*"></a>
<h4 id="HarmonyLib_Code_Ldarg_1" data-uid="HarmonyLib.Code.Ldarg_1">Ldarg_1</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 Code.Ldarg_1_ Ldarg_1 { 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><span class="xref">HarmonyLib.Code.Ldarg_1_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldarg_2_" data-uid="HarmonyLib.Code.Ldarg_2*"></a>
<h4 id="HarmonyLib_Code_Ldarg_2" data-uid="HarmonyLib.Code.Ldarg_2">Ldarg_2</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 Code.Ldarg_2_ Ldarg_2 { 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><span class="xref">HarmonyLib.Code.Ldarg_2_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldarg_3_" data-uid="HarmonyLib.Code.Ldarg_3*"></a>
<h4 id="HarmonyLib_Code_Ldarg_3" data-uid="HarmonyLib.Code.Ldarg_3">Ldarg_3</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 Code.Ldarg_3_ Ldarg_3 { 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><span class="xref">HarmonyLib.Code.Ldarg_3_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldarg_S_" data-uid="HarmonyLib.Code.Ldarg_S*"></a>
<h4 id="HarmonyLib_Code_Ldarg_S" data-uid="HarmonyLib.Code.Ldarg_S">Ldarg_S</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 Code.Ldarg_S_ Ldarg_S { 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><span class="xref">HarmonyLib.Code.Ldarg_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldarga_" data-uid="HarmonyLib.Code.Ldarga*"></a>
<h4 id="HarmonyLib_Code_Ldarga" data-uid="HarmonyLib.Code.Ldarga">Ldarga</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 Code.Ldarga_ Ldarga { 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><span class="xref">HarmonyLib.Code.Ldarga_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldarga_S_" data-uid="HarmonyLib.Code.Ldarga_S*"></a>
<h4 id="HarmonyLib_Code_Ldarga_S" data-uid="HarmonyLib.Code.Ldarga_S">Ldarga_S</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 Code.Ldarga_S_ Ldarga_S { 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><span class="xref">HarmonyLib.Code.Ldarga_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldc_I4_" data-uid="HarmonyLib.Code.Ldc_I4*"></a>
<h4 id="HarmonyLib_Code_Ldc_I4" data-uid="HarmonyLib.Code.Ldc_I4">Ldc_I4</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 Code.Ldc_I4_ Ldc_I4 { 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><span class="xref">HarmonyLib.Code.Ldc_I4_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldc_I4_0_" data-uid="HarmonyLib.Code.Ldc_I4_0*"></a>
<h4 id="HarmonyLib_Code_Ldc_I4_0" data-uid="HarmonyLib.Code.Ldc_I4_0">Ldc_I4_0</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 Code.Ldc_I4_0_ Ldc_I4_0 { 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><span class="xref">HarmonyLib.Code.Ldc_I4_0_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldc_I4_1_" data-uid="HarmonyLib.Code.Ldc_I4_1*"></a>
<h4 id="HarmonyLib_Code_Ldc_I4_1" data-uid="HarmonyLib.Code.Ldc_I4_1">Ldc_I4_1</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 Code.Ldc_I4_1_ Ldc_I4_1 { 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><span class="xref">HarmonyLib.Code.Ldc_I4_1_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldc_I4_2_" data-uid="HarmonyLib.Code.Ldc_I4_2*"></a>
<h4 id="HarmonyLib_Code_Ldc_I4_2" data-uid="HarmonyLib.Code.Ldc_I4_2">Ldc_I4_2</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 Code.Ldc_I4_2_ Ldc_I4_2 { 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><span class="xref">HarmonyLib.Code.Ldc_I4_2_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldc_I4_3_" data-uid="HarmonyLib.Code.Ldc_I4_3*"></a>
<h4 id="HarmonyLib_Code_Ldc_I4_3" data-uid="HarmonyLib.Code.Ldc_I4_3">Ldc_I4_3</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 Code.Ldc_I4_3_ Ldc_I4_3 { 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><span class="xref">HarmonyLib.Code.Ldc_I4_3_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldc_I4_4_" data-uid="HarmonyLib.Code.Ldc_I4_4*"></a>
<h4 id="HarmonyLib_Code_Ldc_I4_4" data-uid="HarmonyLib.Code.Ldc_I4_4">Ldc_I4_4</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 Code.Ldc_I4_4_ Ldc_I4_4 { 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><span class="xref">HarmonyLib.Code.Ldc_I4_4_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldc_I4_5_" data-uid="HarmonyLib.Code.Ldc_I4_5*"></a>
<h4 id="HarmonyLib_Code_Ldc_I4_5" data-uid="HarmonyLib.Code.Ldc_I4_5">Ldc_I4_5</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 Code.Ldc_I4_5_ Ldc_I4_5 { 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><span class="xref">HarmonyLib.Code.Ldc_I4_5_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldc_I4_6_" data-uid="HarmonyLib.Code.Ldc_I4_6*"></a>
<h4 id="HarmonyLib_Code_Ldc_I4_6" data-uid="HarmonyLib.Code.Ldc_I4_6">Ldc_I4_6</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 Code.Ldc_I4_6_ Ldc_I4_6 { 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><span class="xref">HarmonyLib.Code.Ldc_I4_6_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldc_I4_7_" data-uid="HarmonyLib.Code.Ldc_I4_7*"></a>
<h4 id="HarmonyLib_Code_Ldc_I4_7" data-uid="HarmonyLib.Code.Ldc_I4_7">Ldc_I4_7</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 Code.Ldc_I4_7_ Ldc_I4_7 { 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><span class="xref">HarmonyLib.Code.Ldc_I4_7_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldc_I4_8_" data-uid="HarmonyLib.Code.Ldc_I4_8*"></a>
<h4 id="HarmonyLib_Code_Ldc_I4_8" data-uid="HarmonyLib.Code.Ldc_I4_8">Ldc_I4_8</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 Code.Ldc_I4_8_ Ldc_I4_8 { 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><span class="xref">HarmonyLib.Code.Ldc_I4_8_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldc_I4_M1_" data-uid="HarmonyLib.Code.Ldc_I4_M1*"></a>
<h4 id="HarmonyLib_Code_Ldc_I4_M1" data-uid="HarmonyLib.Code.Ldc_I4_M1">Ldc_I4_M1</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 Code.Ldc_I4_M1_ Ldc_I4_M1 { 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><span class="xref">HarmonyLib.Code.Ldc_I4_M1_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldc_I4_S_" data-uid="HarmonyLib.Code.Ldc_I4_S*"></a>
<h4 id="HarmonyLib_Code_Ldc_I4_S" data-uid="HarmonyLib.Code.Ldc_I4_S">Ldc_I4_S</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 Code.Ldc_I4_S_ Ldc_I4_S { 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><span class="xref">HarmonyLib.Code.Ldc_I4_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldc_I8_" data-uid="HarmonyLib.Code.Ldc_I8*"></a>
<h4 id="HarmonyLib_Code_Ldc_I8" data-uid="HarmonyLib.Code.Ldc_I8">Ldc_I8</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 Code.Ldc_I8_ Ldc_I8 { 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><span class="xref">HarmonyLib.Code.Ldc_I8_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldc_R4_" data-uid="HarmonyLib.Code.Ldc_R4*"></a>
<h4 id="HarmonyLib_Code_Ldc_R4" data-uid="HarmonyLib.Code.Ldc_R4">Ldc_R4</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 Code.Ldc_R4_ Ldc_R4 { 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><span class="xref">HarmonyLib.Code.Ldc_R4_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldc_R8_" data-uid="HarmonyLib.Code.Ldc_R8*"></a>
<h4 id="HarmonyLib_Code_Ldc_R8" data-uid="HarmonyLib.Code.Ldc_R8">Ldc_R8</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 Code.Ldc_R8_ Ldc_R8 { 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><span class="xref">HarmonyLib.Code.Ldc_R8_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldelem_" data-uid="HarmonyLib.Code.Ldelem*"></a>
<h4 id="HarmonyLib_Code_Ldelem" data-uid="HarmonyLib.Code.Ldelem">Ldelem</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 Code.Ldelem_ Ldelem { 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><span class="xref">HarmonyLib.Code.Ldelem_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldelem_I_" data-uid="HarmonyLib.Code.Ldelem_I*"></a>
<h4 id="HarmonyLib_Code_Ldelem_I" data-uid="HarmonyLib.Code.Ldelem_I">Ldelem_I</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 Code.Ldelem_I_ Ldelem_I { 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><span class="xref">HarmonyLib.Code.Ldelem_I_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldelem_I1_" data-uid="HarmonyLib.Code.Ldelem_I1*"></a>
<h4 id="HarmonyLib_Code_Ldelem_I1" data-uid="HarmonyLib.Code.Ldelem_I1">Ldelem_I1</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 Code.Ldelem_I1_ Ldelem_I1 { 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><span class="xref">HarmonyLib.Code.Ldelem_I1_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldelem_I2_" data-uid="HarmonyLib.Code.Ldelem_I2*"></a>
<h4 id="HarmonyLib_Code_Ldelem_I2" data-uid="HarmonyLib.Code.Ldelem_I2">Ldelem_I2</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 Code.Ldelem_I2_ Ldelem_I2 { 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><span class="xref">HarmonyLib.Code.Ldelem_I2_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldelem_I4_" data-uid="HarmonyLib.Code.Ldelem_I4*"></a>
<h4 id="HarmonyLib_Code_Ldelem_I4" data-uid="HarmonyLib.Code.Ldelem_I4">Ldelem_I4</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 Code.Ldelem_I4_ Ldelem_I4 { 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><span class="xref">HarmonyLib.Code.Ldelem_I4_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldelem_I8_" data-uid="HarmonyLib.Code.Ldelem_I8*"></a>
<h4 id="HarmonyLib_Code_Ldelem_I8" data-uid="HarmonyLib.Code.Ldelem_I8">Ldelem_I8</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 Code.Ldelem_I8_ Ldelem_I8 { 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><span class="xref">HarmonyLib.Code.Ldelem_I8_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldelem_R4_" data-uid="HarmonyLib.Code.Ldelem_R4*"></a>
<h4 id="HarmonyLib_Code_Ldelem_R4" data-uid="HarmonyLib.Code.Ldelem_R4">Ldelem_R4</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 Code.Ldelem_R4_ Ldelem_R4 { 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><span class="xref">HarmonyLib.Code.Ldelem_R4_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldelem_R8_" data-uid="HarmonyLib.Code.Ldelem_R8*"></a>
<h4 id="HarmonyLib_Code_Ldelem_R8" data-uid="HarmonyLib.Code.Ldelem_R8">Ldelem_R8</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 Code.Ldelem_R8_ Ldelem_R8 { 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><span class="xref">HarmonyLib.Code.Ldelem_R8_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldelem_Ref_" data-uid="HarmonyLib.Code.Ldelem_Ref*"></a>
<h4 id="HarmonyLib_Code_Ldelem_Ref" data-uid="HarmonyLib.Code.Ldelem_Ref">Ldelem_Ref</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 Code.Ldelem_Ref_ Ldelem_Ref { 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><span class="xref">HarmonyLib.Code.Ldelem_Ref_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldelem_U1_" data-uid="HarmonyLib.Code.Ldelem_U1*"></a>
<h4 id="HarmonyLib_Code_Ldelem_U1" data-uid="HarmonyLib.Code.Ldelem_U1">Ldelem_U1</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 Code.Ldelem_U1_ Ldelem_U1 { 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><span class="xref">HarmonyLib.Code.Ldelem_U1_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldelem_U2_" data-uid="HarmonyLib.Code.Ldelem_U2*"></a>
<h4 id="HarmonyLib_Code_Ldelem_U2" data-uid="HarmonyLib.Code.Ldelem_U2">Ldelem_U2</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 Code.Ldelem_U2_ Ldelem_U2 { 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><span class="xref">HarmonyLib.Code.Ldelem_U2_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldelem_U4_" data-uid="HarmonyLib.Code.Ldelem_U4*"></a>
<h4 id="HarmonyLib_Code_Ldelem_U4" data-uid="HarmonyLib.Code.Ldelem_U4">Ldelem_U4</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 Code.Ldelem_U4_ Ldelem_U4 { 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><span class="xref">HarmonyLib.Code.Ldelem_U4_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldelema_" data-uid="HarmonyLib.Code.Ldelema*"></a>
<h4 id="HarmonyLib_Code_Ldelema" data-uid="HarmonyLib.Code.Ldelema">Ldelema</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 Code.Ldelema_ Ldelema { 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><span class="xref">HarmonyLib.Code.Ldelema_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldfld_" data-uid="HarmonyLib.Code.Ldfld*"></a>
<h4 id="HarmonyLib_Code_Ldfld" data-uid="HarmonyLib.Code.Ldfld">Ldfld</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 Code.Ldfld_ Ldfld { 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><span class="xref">HarmonyLib.Code.Ldfld_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldflda_" data-uid="HarmonyLib.Code.Ldflda*"></a>
<h4 id="HarmonyLib_Code_Ldflda" data-uid="HarmonyLib.Code.Ldflda">Ldflda</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 Code.Ldflda_ Ldflda { 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><span class="xref">HarmonyLib.Code.Ldflda_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldftn_" data-uid="HarmonyLib.Code.Ldftn*"></a>
<h4 id="HarmonyLib_Code_Ldftn" data-uid="HarmonyLib.Code.Ldftn">Ldftn</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 Code.Ldftn_ Ldftn { 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><span class="xref">HarmonyLib.Code.Ldftn_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldind_I_" data-uid="HarmonyLib.Code.Ldind_I*"></a>
<h4 id="HarmonyLib_Code_Ldind_I" data-uid="HarmonyLib.Code.Ldind_I">Ldind_I</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 Code.Ldind_I_ Ldind_I { 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><span class="xref">HarmonyLib.Code.Ldind_I_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldind_I1_" data-uid="HarmonyLib.Code.Ldind_I1*"></a>
<h4 id="HarmonyLib_Code_Ldind_I1" data-uid="HarmonyLib.Code.Ldind_I1">Ldind_I1</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 Code.Ldind_I1_ Ldind_I1 { 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><span class="xref">HarmonyLib.Code.Ldind_I1_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldind_I2_" data-uid="HarmonyLib.Code.Ldind_I2*"></a>
<h4 id="HarmonyLib_Code_Ldind_I2" data-uid="HarmonyLib.Code.Ldind_I2">Ldind_I2</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 Code.Ldind_I2_ Ldind_I2 { 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><span class="xref">HarmonyLib.Code.Ldind_I2_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldind_I4_" data-uid="HarmonyLib.Code.Ldind_I4*"></a>
<h4 id="HarmonyLib_Code_Ldind_I4" data-uid="HarmonyLib.Code.Ldind_I4">Ldind_I4</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 Code.Ldind_I4_ Ldind_I4 { 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><span class="xref">HarmonyLib.Code.Ldind_I4_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldind_I8_" data-uid="HarmonyLib.Code.Ldind_I8*"></a>
<h4 id="HarmonyLib_Code_Ldind_I8" data-uid="HarmonyLib.Code.Ldind_I8">Ldind_I8</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 Code.Ldind_I8_ Ldind_I8 { 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><span class="xref">HarmonyLib.Code.Ldind_I8_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldind_R4_" data-uid="HarmonyLib.Code.Ldind_R4*"></a>
<h4 id="HarmonyLib_Code_Ldind_R4" data-uid="HarmonyLib.Code.Ldind_R4">Ldind_R4</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 Code.Ldind_R4_ Ldind_R4 { 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><span class="xref">HarmonyLib.Code.Ldind_R4_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldind_R8_" data-uid="HarmonyLib.Code.Ldind_R8*"></a>
<h4 id="HarmonyLib_Code_Ldind_R8" data-uid="HarmonyLib.Code.Ldind_R8">Ldind_R8</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 Code.Ldind_R8_ Ldind_R8 { 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><span class="xref">HarmonyLib.Code.Ldind_R8_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldind_Ref_" data-uid="HarmonyLib.Code.Ldind_Ref*"></a>
<h4 id="HarmonyLib_Code_Ldind_Ref" data-uid="HarmonyLib.Code.Ldind_Ref">Ldind_Ref</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 Code.Ldind_Ref_ Ldind_Ref { 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><span class="xref">HarmonyLib.Code.Ldind_Ref_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldind_U1_" data-uid="HarmonyLib.Code.Ldind_U1*"></a>
<h4 id="HarmonyLib_Code_Ldind_U1" data-uid="HarmonyLib.Code.Ldind_U1">Ldind_U1</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 Code.Ldind_U1_ Ldind_U1 { 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><span class="xref">HarmonyLib.Code.Ldind_U1_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldind_U2_" data-uid="HarmonyLib.Code.Ldind_U2*"></a>
<h4 id="HarmonyLib_Code_Ldind_U2" data-uid="HarmonyLib.Code.Ldind_U2">Ldind_U2</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 Code.Ldind_U2_ Ldind_U2 { 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><span class="xref">HarmonyLib.Code.Ldind_U2_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldind_U4_" data-uid="HarmonyLib.Code.Ldind_U4*"></a>
<h4 id="HarmonyLib_Code_Ldind_U4" data-uid="HarmonyLib.Code.Ldind_U4">Ldind_U4</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 Code.Ldind_U4_ Ldind_U4 { 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><span class="xref">HarmonyLib.Code.Ldind_U4_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldlen_" data-uid="HarmonyLib.Code.Ldlen*"></a>
<h4 id="HarmonyLib_Code_Ldlen" data-uid="HarmonyLib.Code.Ldlen">Ldlen</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 Code.Ldlen_ Ldlen { 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><span class="xref">HarmonyLib.Code.Ldlen_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldloc_" data-uid="HarmonyLib.Code.Ldloc*"></a>
<h4 id="HarmonyLib_Code_Ldloc" data-uid="HarmonyLib.Code.Ldloc">Ldloc</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 Code.Ldloc_ Ldloc { 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><span class="xref">HarmonyLib.Code.Ldloc_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldloc_0_" data-uid="HarmonyLib.Code.Ldloc_0*"></a>
<h4 id="HarmonyLib_Code_Ldloc_0" data-uid="HarmonyLib.Code.Ldloc_0">Ldloc_0</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 Code.Ldloc_0_ Ldloc_0 { 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><span class="xref">HarmonyLib.Code.Ldloc_0_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldloc_1_" data-uid="HarmonyLib.Code.Ldloc_1*"></a>
<h4 id="HarmonyLib_Code_Ldloc_1" data-uid="HarmonyLib.Code.Ldloc_1">Ldloc_1</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 Code.Ldloc_1_ Ldloc_1 { 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><span class="xref">HarmonyLib.Code.Ldloc_1_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldloc_2_" data-uid="HarmonyLib.Code.Ldloc_2*"></a>
<h4 id="HarmonyLib_Code_Ldloc_2" data-uid="HarmonyLib.Code.Ldloc_2">Ldloc_2</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 Code.Ldloc_2_ Ldloc_2 { 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><span class="xref">HarmonyLib.Code.Ldloc_2_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldloc_3_" data-uid="HarmonyLib.Code.Ldloc_3*"></a>
<h4 id="HarmonyLib_Code_Ldloc_3" data-uid="HarmonyLib.Code.Ldloc_3">Ldloc_3</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 Code.Ldloc_3_ Ldloc_3 { 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><span class="xref">HarmonyLib.Code.Ldloc_3_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldloc_S_" data-uid="HarmonyLib.Code.Ldloc_S*"></a>
<h4 id="HarmonyLib_Code_Ldloc_S" data-uid="HarmonyLib.Code.Ldloc_S">Ldloc_S</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 Code.Ldloc_S_ Ldloc_S { 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><span class="xref">HarmonyLib.Code.Ldloc_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldloca_" data-uid="HarmonyLib.Code.Ldloca*"></a>
<h4 id="HarmonyLib_Code_Ldloca" data-uid="HarmonyLib.Code.Ldloca">Ldloca</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 Code.Ldloca_ Ldloca { 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><span class="xref">HarmonyLib.Code.Ldloca_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldloca_S_" data-uid="HarmonyLib.Code.Ldloca_S*"></a>
<h4 id="HarmonyLib_Code_Ldloca_S" data-uid="HarmonyLib.Code.Ldloca_S">Ldloca_S</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 Code.Ldloca_S_ Ldloca_S { 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><span class="xref">HarmonyLib.Code.Ldloca_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldnull_" data-uid="HarmonyLib.Code.Ldnull*"></a>
<h4 id="HarmonyLib_Code_Ldnull" data-uid="HarmonyLib.Code.Ldnull">Ldnull</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 Code.Ldnull_ Ldnull { 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><span class="xref">HarmonyLib.Code.Ldnull_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldobj_" data-uid="HarmonyLib.Code.Ldobj*"></a>
<h4 id="HarmonyLib_Code_Ldobj" data-uid="HarmonyLib.Code.Ldobj">Ldobj</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 Code.Ldobj_ Ldobj { 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><span class="xref">HarmonyLib.Code.Ldobj_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldsfld_" data-uid="HarmonyLib.Code.Ldsfld*"></a>
<h4 id="HarmonyLib_Code_Ldsfld" data-uid="HarmonyLib.Code.Ldsfld">Ldsfld</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 Code.Ldsfld_ Ldsfld { 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><span class="xref">HarmonyLib.Code.Ldsfld_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldsflda_" data-uid="HarmonyLib.Code.Ldsflda*"></a>
<h4 id="HarmonyLib_Code_Ldsflda" data-uid="HarmonyLib.Code.Ldsflda">Ldsflda</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 Code.Ldsflda_ Ldsflda { 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><span class="xref">HarmonyLib.Code.Ldsflda_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldstr_" data-uid="HarmonyLib.Code.Ldstr*"></a>
<h4 id="HarmonyLib_Code_Ldstr" data-uid="HarmonyLib.Code.Ldstr">Ldstr</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 Code.Ldstr_ Ldstr { 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><span class="xref">HarmonyLib.Code.Ldstr_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldtoken_" data-uid="HarmonyLib.Code.Ldtoken*"></a>
<h4 id="HarmonyLib_Code_Ldtoken" data-uid="HarmonyLib.Code.Ldtoken">Ldtoken</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 Code.Ldtoken_ Ldtoken { 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><span class="xref">HarmonyLib.Code.Ldtoken_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ldvirtftn_" data-uid="HarmonyLib.Code.Ldvirtftn*"></a>
<h4 id="HarmonyLib_Code_Ldvirtftn" data-uid="HarmonyLib.Code.Ldvirtftn">Ldvirtftn</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 Code.Ldvirtftn_ Ldvirtftn { 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><span class="xref">HarmonyLib.Code.Ldvirtftn_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Leave_" data-uid="HarmonyLib.Code.Leave*"></a>
<h4 id="HarmonyLib_Code_Leave" data-uid="HarmonyLib.Code.Leave">Leave</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 Code.Leave_ Leave { 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><span class="xref">HarmonyLib.Code.Leave_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Leave_S_" data-uid="HarmonyLib.Code.Leave_S*"></a>
<h4 id="HarmonyLib_Code_Leave_S" data-uid="HarmonyLib.Code.Leave_S">Leave_S</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 Code.Leave_S_ Leave_S { 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><span class="xref">HarmonyLib.Code.Leave_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Localloc_" data-uid="HarmonyLib.Code.Localloc*"></a>
<h4 id="HarmonyLib_Code_Localloc" data-uid="HarmonyLib.Code.Localloc">Localloc</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 Code.Localloc_ Localloc { 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><span class="xref">HarmonyLib.Code.Localloc_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Mkrefany_" data-uid="HarmonyLib.Code.Mkrefany*"></a>
<h4 id="HarmonyLib_Code_Mkrefany" data-uid="HarmonyLib.Code.Mkrefany">Mkrefany</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 Code.Mkrefany_ Mkrefany { 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><span class="xref">HarmonyLib.Code.Mkrefany_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Mul_" data-uid="HarmonyLib.Code.Mul*"></a>
<h4 id="HarmonyLib_Code_Mul" data-uid="HarmonyLib.Code.Mul">Mul</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 Code.Mul_ Mul { 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><span class="xref">HarmonyLib.Code.Mul_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Mul_Ovf_" data-uid="HarmonyLib.Code.Mul_Ovf*"></a>
<h4 id="HarmonyLib_Code_Mul_Ovf" data-uid="HarmonyLib.Code.Mul_Ovf">Mul_Ovf</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 Code.Mul_Ovf_ Mul_Ovf { 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><span class="xref">HarmonyLib.Code.Mul_Ovf_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Mul_Ovf_Un_" data-uid="HarmonyLib.Code.Mul_Ovf_Un*"></a>
<h4 id="HarmonyLib_Code_Mul_Ovf_Un" data-uid="HarmonyLib.Code.Mul_Ovf_Un">Mul_Ovf_Un</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 Code.Mul_Ovf_Un_ Mul_Ovf_Un { 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><span class="xref">HarmonyLib.Code.Mul_Ovf_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Neg_" data-uid="HarmonyLib.Code.Neg*"></a>
<h4 id="HarmonyLib_Code_Neg" data-uid="HarmonyLib.Code.Neg">Neg</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 Code.Neg_ Neg { 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><span class="xref">HarmonyLib.Code.Neg_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Newarr_" data-uid="HarmonyLib.Code.Newarr*"></a>
<h4 id="HarmonyLib_Code_Newarr" data-uid="HarmonyLib.Code.Newarr">Newarr</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 Code.Newarr_ Newarr { 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><span class="xref">HarmonyLib.Code.Newarr_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Newobj_" data-uid="HarmonyLib.Code.Newobj*"></a>
<h4 id="HarmonyLib_Code_Newobj" data-uid="HarmonyLib.Code.Newobj">Newobj</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 Code.Newobj_ Newobj { 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><span class="xref">HarmonyLib.Code.Newobj_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Nop_" data-uid="HarmonyLib.Code.Nop*"></a>
<h4 id="HarmonyLib_Code_Nop" data-uid="HarmonyLib.Code.Nop">Nop</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 Code.Nop_ Nop { 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><span class="xref">HarmonyLib.Code.Nop_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Not_" data-uid="HarmonyLib.Code.Not*"></a>
<h4 id="HarmonyLib_Code_Not" data-uid="HarmonyLib.Code.Not">Not</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 Code.Not_ Not { 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><span class="xref">HarmonyLib.Code.Not_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Operand_" data-uid="HarmonyLib.Code.Operand*"></a>
<h4 id="HarmonyLib_Code_Operand" data-uid="HarmonyLib.Code.Operand">Operand</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 Code.Operand_ Operand { 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><span class="xref">HarmonyLib.Code.Operand_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Or_" data-uid="HarmonyLib.Code.Or*"></a>
<h4 id="HarmonyLib_Code_Or" data-uid="HarmonyLib.Code.Or">Or</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 Code.Or_ Or { 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><span class="xref">HarmonyLib.Code.Or_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Pop_" data-uid="HarmonyLib.Code.Pop*"></a>
<h4 id="HarmonyLib_Code_Pop" data-uid="HarmonyLib.Code.Pop">Pop</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 Code.Pop_ Pop { 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><span class="xref">HarmonyLib.Code.Pop_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Prefix1_" data-uid="HarmonyLib.Code.Prefix1*"></a>
<h4 id="HarmonyLib_Code_Prefix1" data-uid="HarmonyLib.Code.Prefix1">Prefix1</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 Code.Prefix1_ Prefix1 { 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><span class="xref">HarmonyLib.Code.Prefix1_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Prefix2_" data-uid="HarmonyLib.Code.Prefix2*"></a>
<h4 id="HarmonyLib_Code_Prefix2" data-uid="HarmonyLib.Code.Prefix2">Prefix2</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 Code.Prefix2_ Prefix2 { 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><span class="xref">HarmonyLib.Code.Prefix2_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Prefix3_" data-uid="HarmonyLib.Code.Prefix3*"></a>
<h4 id="HarmonyLib_Code_Prefix3" data-uid="HarmonyLib.Code.Prefix3">Prefix3</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 Code.Prefix3_ Prefix3 { 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><span class="xref">HarmonyLib.Code.Prefix3_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Prefix4_" data-uid="HarmonyLib.Code.Prefix4*"></a>
<h4 id="HarmonyLib_Code_Prefix4" data-uid="HarmonyLib.Code.Prefix4">Prefix4</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 Code.Prefix4_ Prefix4 { 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><span class="xref">HarmonyLib.Code.Prefix4_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Prefix5_" data-uid="HarmonyLib.Code.Prefix5*"></a>
<h4 id="HarmonyLib_Code_Prefix5" data-uid="HarmonyLib.Code.Prefix5">Prefix5</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 Code.Prefix5_ Prefix5 { 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><span class="xref">HarmonyLib.Code.Prefix5_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Prefix6_" data-uid="HarmonyLib.Code.Prefix6*"></a>
<h4 id="HarmonyLib_Code_Prefix6" data-uid="HarmonyLib.Code.Prefix6">Prefix6</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 Code.Prefix6_ Prefix6 { 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><span class="xref">HarmonyLib.Code.Prefix6_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Prefix7_" data-uid="HarmonyLib.Code.Prefix7*"></a>
<h4 id="HarmonyLib_Code_Prefix7" data-uid="HarmonyLib.Code.Prefix7">Prefix7</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 Code.Prefix7_ Prefix7 { 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><span class="xref">HarmonyLib.Code.Prefix7_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Prefixref_" data-uid="HarmonyLib.Code.Prefixref*"></a>
<h4 id="HarmonyLib_Code_Prefixref" data-uid="HarmonyLib.Code.Prefixref">Prefixref</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 Code.Prefixref_ Prefixref { 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><span class="xref">HarmonyLib.Code.Prefixref_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Readonly_" data-uid="HarmonyLib.Code.Readonly*"></a>
<h4 id="HarmonyLib_Code_Readonly" data-uid="HarmonyLib.Code.Readonly">Readonly</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 Code.Readonly_ Readonly { 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><span class="xref">HarmonyLib.Code.Readonly_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Refanytype_" data-uid="HarmonyLib.Code.Refanytype*"></a>
<h4 id="HarmonyLib_Code_Refanytype" data-uid="HarmonyLib.Code.Refanytype">Refanytype</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 Code.Refanytype_ Refanytype { 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><span class="xref">HarmonyLib.Code.Refanytype_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Refanyval_" data-uid="HarmonyLib.Code.Refanyval*"></a>
<h4 id="HarmonyLib_Code_Refanyval" data-uid="HarmonyLib.Code.Refanyval">Refanyval</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 Code.Refanyval_ Refanyval { 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><span class="xref">HarmonyLib.Code.Refanyval_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Rem_" data-uid="HarmonyLib.Code.Rem*"></a>
<h4 id="HarmonyLib_Code_Rem" data-uid="HarmonyLib.Code.Rem">Rem</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 Code.Rem_ Rem { 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><span class="xref">HarmonyLib.Code.Rem_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Rem_Un_" data-uid="HarmonyLib.Code.Rem_Un*"></a>
<h4 id="HarmonyLib_Code_Rem_Un" data-uid="HarmonyLib.Code.Rem_Un">Rem_Un</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 Code.Rem_Un_ Rem_Un { 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><span class="xref">HarmonyLib.Code.Rem_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Ret_" data-uid="HarmonyLib.Code.Ret*"></a>
<h4 id="HarmonyLib_Code_Ret" data-uid="HarmonyLib.Code.Ret">Ret</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 Code.Ret_ Ret { 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><span class="xref">HarmonyLib.Code.Ret_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Rethrow_" data-uid="HarmonyLib.Code.Rethrow*"></a>
<h4 id="HarmonyLib_Code_Rethrow" data-uid="HarmonyLib.Code.Rethrow">Rethrow</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 Code.Rethrow_ Rethrow { 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><span class="xref">HarmonyLib.Code.Rethrow_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Shl_" data-uid="HarmonyLib.Code.Shl*"></a>
<h4 id="HarmonyLib_Code_Shl" data-uid="HarmonyLib.Code.Shl">Shl</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 Code.Shl_ Shl { 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><span class="xref">HarmonyLib.Code.Shl_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Shr_" data-uid="HarmonyLib.Code.Shr*"></a>
<h4 id="HarmonyLib_Code_Shr" data-uid="HarmonyLib.Code.Shr">Shr</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 Code.Shr_ Shr { 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><span class="xref">HarmonyLib.Code.Shr_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Shr_Un_" data-uid="HarmonyLib.Code.Shr_Un*"></a>
<h4 id="HarmonyLib_Code_Shr_Un" data-uid="HarmonyLib.Code.Shr_Un">Shr_Un</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 Code.Shr_Un_ Shr_Un { 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><span class="xref">HarmonyLib.Code.Shr_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Sizeof_" data-uid="HarmonyLib.Code.Sizeof*"></a>
<h4 id="HarmonyLib_Code_Sizeof" data-uid="HarmonyLib.Code.Sizeof">Sizeof</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 Code.Sizeof_ Sizeof { 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><span class="xref">HarmonyLib.Code.Sizeof_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Starg_" data-uid="HarmonyLib.Code.Starg*"></a>
<h4 id="HarmonyLib_Code_Starg" data-uid="HarmonyLib.Code.Starg">Starg</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 Code.Starg_ Starg { 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><span class="xref">HarmonyLib.Code.Starg_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Starg_S_" data-uid="HarmonyLib.Code.Starg_S*"></a>
<h4 id="HarmonyLib_Code_Starg_S" data-uid="HarmonyLib.Code.Starg_S">Starg_S</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 Code.Starg_S_ Starg_S { 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><span class="xref">HarmonyLib.Code.Starg_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stelem_" data-uid="HarmonyLib.Code.Stelem*"></a>
<h4 id="HarmonyLib_Code_Stelem" data-uid="HarmonyLib.Code.Stelem">Stelem</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 Code.Stelem_ Stelem { 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><span class="xref">HarmonyLib.Code.Stelem_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stelem_I_" data-uid="HarmonyLib.Code.Stelem_I*"></a>
<h4 id="HarmonyLib_Code_Stelem_I" data-uid="HarmonyLib.Code.Stelem_I">Stelem_I</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 Code.Stelem_I_ Stelem_I { 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><span class="xref">HarmonyLib.Code.Stelem_I_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stelem_I1_" data-uid="HarmonyLib.Code.Stelem_I1*"></a>
<h4 id="HarmonyLib_Code_Stelem_I1" data-uid="HarmonyLib.Code.Stelem_I1">Stelem_I1</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 Code.Stelem_I1_ Stelem_I1 { 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><span class="xref">HarmonyLib.Code.Stelem_I1_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stelem_I2_" data-uid="HarmonyLib.Code.Stelem_I2*"></a>
<h4 id="HarmonyLib_Code_Stelem_I2" data-uid="HarmonyLib.Code.Stelem_I2">Stelem_I2</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 Code.Stelem_I2_ Stelem_I2 { 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><span class="xref">HarmonyLib.Code.Stelem_I2_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stelem_I4_" data-uid="HarmonyLib.Code.Stelem_I4*"></a>
<h4 id="HarmonyLib_Code_Stelem_I4" data-uid="HarmonyLib.Code.Stelem_I4">Stelem_I4</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 Code.Stelem_I4_ Stelem_I4 { 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><span class="xref">HarmonyLib.Code.Stelem_I4_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stelem_I8_" data-uid="HarmonyLib.Code.Stelem_I8*"></a>
<h4 id="HarmonyLib_Code_Stelem_I8" data-uid="HarmonyLib.Code.Stelem_I8">Stelem_I8</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 Code.Stelem_I8_ Stelem_I8 { 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><span class="xref">HarmonyLib.Code.Stelem_I8_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stelem_R4_" data-uid="HarmonyLib.Code.Stelem_R4*"></a>
<h4 id="HarmonyLib_Code_Stelem_R4" data-uid="HarmonyLib.Code.Stelem_R4">Stelem_R4</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 Code.Stelem_R4_ Stelem_R4 { 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><span class="xref">HarmonyLib.Code.Stelem_R4_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stelem_R8_" data-uid="HarmonyLib.Code.Stelem_R8*"></a>
<h4 id="HarmonyLib_Code_Stelem_R8" data-uid="HarmonyLib.Code.Stelem_R8">Stelem_R8</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 Code.Stelem_R8_ Stelem_R8 { 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><span class="xref">HarmonyLib.Code.Stelem_R8_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stelem_Ref_" data-uid="HarmonyLib.Code.Stelem_Ref*"></a>
<h4 id="HarmonyLib_Code_Stelem_Ref" data-uid="HarmonyLib.Code.Stelem_Ref">Stelem_Ref</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 Code.Stelem_Ref_ Stelem_Ref { 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><span class="xref">HarmonyLib.Code.Stelem_Ref_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stfld_" data-uid="HarmonyLib.Code.Stfld*"></a>
<h4 id="HarmonyLib_Code_Stfld" data-uid="HarmonyLib.Code.Stfld">Stfld</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 Code.Stfld_ Stfld { 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><span class="xref">HarmonyLib.Code.Stfld_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stind_I_" data-uid="HarmonyLib.Code.Stind_I*"></a>
<h4 id="HarmonyLib_Code_Stind_I" data-uid="HarmonyLib.Code.Stind_I">Stind_I</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 Code.Stind_I_ Stind_I { 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><span class="xref">HarmonyLib.Code.Stind_I_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stind_I1_" data-uid="HarmonyLib.Code.Stind_I1*"></a>
<h4 id="HarmonyLib_Code_Stind_I1" data-uid="HarmonyLib.Code.Stind_I1">Stind_I1</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 Code.Stind_I1_ Stind_I1 { 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><span class="xref">HarmonyLib.Code.Stind_I1_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stind_I2_" data-uid="HarmonyLib.Code.Stind_I2*"></a>
<h4 id="HarmonyLib_Code_Stind_I2" data-uid="HarmonyLib.Code.Stind_I2">Stind_I2</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 Code.Stind_I2_ Stind_I2 { 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><span class="xref">HarmonyLib.Code.Stind_I2_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stind_I4_" data-uid="HarmonyLib.Code.Stind_I4*"></a>
<h4 id="HarmonyLib_Code_Stind_I4" data-uid="HarmonyLib.Code.Stind_I4">Stind_I4</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 Code.Stind_I4_ Stind_I4 { 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><span class="xref">HarmonyLib.Code.Stind_I4_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stind_I8_" data-uid="HarmonyLib.Code.Stind_I8*"></a>
<h4 id="HarmonyLib_Code_Stind_I8" data-uid="HarmonyLib.Code.Stind_I8">Stind_I8</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 Code.Stind_I8_ Stind_I8 { 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><span class="xref">HarmonyLib.Code.Stind_I8_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stind_R4_" data-uid="HarmonyLib.Code.Stind_R4*"></a>
<h4 id="HarmonyLib_Code_Stind_R4" data-uid="HarmonyLib.Code.Stind_R4">Stind_R4</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 Code.Stind_R4_ Stind_R4 { 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><span class="xref">HarmonyLib.Code.Stind_R4_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stind_R8_" data-uid="HarmonyLib.Code.Stind_R8*"></a>
<h4 id="HarmonyLib_Code_Stind_R8" data-uid="HarmonyLib.Code.Stind_R8">Stind_R8</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 Code.Stind_R8_ Stind_R8 { 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><span class="xref">HarmonyLib.Code.Stind_R8_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stind_Ref_" data-uid="HarmonyLib.Code.Stind_Ref*"></a>
<h4 id="HarmonyLib_Code_Stind_Ref" data-uid="HarmonyLib.Code.Stind_Ref">Stind_Ref</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 Code.Stind_Ref_ Stind_Ref { 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><span class="xref">HarmonyLib.Code.Stind_Ref_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stloc_" data-uid="HarmonyLib.Code.Stloc*"></a>
<h4 id="HarmonyLib_Code_Stloc" data-uid="HarmonyLib.Code.Stloc">Stloc</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 Code.Stloc_ Stloc { 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><span class="xref">HarmonyLib.Code.Stloc_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stloc_0_" data-uid="HarmonyLib.Code.Stloc_0*"></a>
<h4 id="HarmonyLib_Code_Stloc_0" data-uid="HarmonyLib.Code.Stloc_0">Stloc_0</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 Code.Stloc_0_ Stloc_0 { 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><span class="xref">HarmonyLib.Code.Stloc_0_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stloc_1_" data-uid="HarmonyLib.Code.Stloc_1*"></a>
<h4 id="HarmonyLib_Code_Stloc_1" data-uid="HarmonyLib.Code.Stloc_1">Stloc_1</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 Code.Stloc_1_ Stloc_1 { 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><span class="xref">HarmonyLib.Code.Stloc_1_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stloc_2_" data-uid="HarmonyLib.Code.Stloc_2*"></a>
<h4 id="HarmonyLib_Code_Stloc_2" data-uid="HarmonyLib.Code.Stloc_2">Stloc_2</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 Code.Stloc_2_ Stloc_2 { 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><span class="xref">HarmonyLib.Code.Stloc_2_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stloc_3_" data-uid="HarmonyLib.Code.Stloc_3*"></a>
<h4 id="HarmonyLib_Code_Stloc_3" data-uid="HarmonyLib.Code.Stloc_3">Stloc_3</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 Code.Stloc_3_ Stloc_3 { 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><span class="xref">HarmonyLib.Code.Stloc_3_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stloc_S_" data-uid="HarmonyLib.Code.Stloc_S*"></a>
<h4 id="HarmonyLib_Code_Stloc_S" data-uid="HarmonyLib.Code.Stloc_S">Stloc_S</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 Code.Stloc_S_ Stloc_S { 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><span class="xref">HarmonyLib.Code.Stloc_S_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stobj_" data-uid="HarmonyLib.Code.Stobj*"></a>
<h4 id="HarmonyLib_Code_Stobj" data-uid="HarmonyLib.Code.Stobj">Stobj</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 Code.Stobj_ Stobj { 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><span class="xref">HarmonyLib.Code.Stobj_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Stsfld_" data-uid="HarmonyLib.Code.Stsfld*"></a>
<h4 id="HarmonyLib_Code_Stsfld" data-uid="HarmonyLib.Code.Stsfld">Stsfld</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 Code.Stsfld_ Stsfld { 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><span class="xref">HarmonyLib.Code.Stsfld_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Sub_" data-uid="HarmonyLib.Code.Sub*"></a>
<h4 id="HarmonyLib_Code_Sub" data-uid="HarmonyLib.Code.Sub">Sub</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 Code.Sub_ Sub { 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><span class="xref">HarmonyLib.Code.Sub_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Sub_Ovf_" data-uid="HarmonyLib.Code.Sub_Ovf*"></a>
<h4 id="HarmonyLib_Code_Sub_Ovf" data-uid="HarmonyLib.Code.Sub_Ovf">Sub_Ovf</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 Code.Sub_Ovf_ Sub_Ovf { 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><span class="xref">HarmonyLib.Code.Sub_Ovf_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Sub_Ovf_Un_" data-uid="HarmonyLib.Code.Sub_Ovf_Un*"></a>
<h4 id="HarmonyLib_Code_Sub_Ovf_Un" data-uid="HarmonyLib.Code.Sub_Ovf_Un">Sub_Ovf_Un</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 Code.Sub_Ovf_Un_ Sub_Ovf_Un { 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><span class="xref">HarmonyLib.Code.Sub_Ovf_Un_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Switch_" data-uid="HarmonyLib.Code.Switch*"></a>
<h4 id="HarmonyLib_Code_Switch" data-uid="HarmonyLib.Code.Switch">Switch</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 Code.Switch_ Switch { 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><span class="xref">HarmonyLib.Code.Switch_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Tailcall_" data-uid="HarmonyLib.Code.Tailcall*"></a>
<h4 id="HarmonyLib_Code_Tailcall" data-uid="HarmonyLib.Code.Tailcall">Tailcall</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 Code.Tailcall_ Tailcall { 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><span class="xref">HarmonyLib.Code.Tailcall_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Throw_" data-uid="HarmonyLib.Code.Throw*"></a>
<h4 id="HarmonyLib_Code_Throw" data-uid="HarmonyLib.Code.Throw">Throw</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 Code.Throw_ Throw { 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><span class="xref">HarmonyLib.Code.Throw_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Unaligned_" data-uid="HarmonyLib.Code.Unaligned*"></a>
<h4 id="HarmonyLib_Code_Unaligned" data-uid="HarmonyLib.Code.Unaligned">Unaligned</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 Code.Unaligned_ Unaligned { 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><span class="xref">HarmonyLib.Code.Unaligned_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Unbox_" data-uid="HarmonyLib.Code.Unbox*"></a>
<h4 id="HarmonyLib_Code_Unbox" data-uid="HarmonyLib.Code.Unbox">Unbox</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 Code.Unbox_ Unbox { 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><span class="xref">HarmonyLib.Code.Unbox_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Unbox_Any_" data-uid="HarmonyLib.Code.Unbox_Any*"></a>
<h4 id="HarmonyLib_Code_Unbox_Any" data-uid="HarmonyLib.Code.Unbox_Any">Unbox_Any</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 Code.Unbox_Any_ Unbox_Any { 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><span class="xref">HarmonyLib.Code.Unbox_Any_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Volatile_" data-uid="HarmonyLib.Code.Volatile*"></a>
<h4 id="HarmonyLib_Code_Volatile" data-uid="HarmonyLib.Code.Volatile">Volatile</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 Code.Volatile_ Volatile { 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><span class="xref">HarmonyLib.Code.Volatile_</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="HarmonyLib_Code_Xor_" data-uid="HarmonyLib.Code.Xor*"></a>
<h4 id="HarmonyLib_Code_Xor" data-uid="HarmonyLib.Code.Xor">Xor</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 Code.Xor_ Xor { 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><span class="xref">HarmonyLib.Code.Xor_</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">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</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>