Files
pardeike-Harmony/docs/api/Harmony.html
T
2019-03-12 19:40:43 +00:00

261 lines
11 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>Namespace Harmony
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace Harmony
">
<meta name="generator" content="docfx 2.40.12.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="Harmony">
<h1 id="Harmony" data-uid="Harmony" class="text-break">Namespace Harmony
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="Harmony.AccessTools.html">AccessTools</a></h4>
<section><p>A helper class for reflection related functions</p>
</section>
<h4><a class="xref" href="Harmony.CodeInstruction.html">CodeInstruction</a></h4>
<section><p>An abstract wrapper around OpCode and their operands. Used by transpilers</p>
</section>
<h4><a class="xref" href="Harmony.CodeMatch.html">CodeMatch</a></h4>
<section><p>A CodeInstruction match</p>
</section>
<h4><a class="xref" href="Harmony.CodeMatcher.html">CodeMatcher</a></h4>
<section><p>A CodeInstruction matcher</p>
</section>
<h4><a class="xref" href="Harmony.CollectionExtensions.html">CollectionExtensions</a></h4>
<section><p>General extensions for collections</p>
</section>
<h4><a class="xref" href="Harmony.DelegateTypeFactory.html">DelegateTypeFactory</a></h4>
<section><p>A factory to create delegate types</p>
</section>
<h4><a class="xref" href="Harmony.ExceptionBlock.html">ExceptionBlock</a></h4>
<section><p>An exception block</p>
</section>
<h4><a class="xref" href="Harmony.FastAccess.html">FastAccess</a></h4>
<section><p>A helper class for fast access to getters and setters</p>
</section>
<h4><a class="xref" href="Harmony.FileLog.html">FileLog</a></h4>
<section><p>A file log for debugging</p>
</section>
<h4><a class="xref" href="Harmony.GeneralExtensions.html">GeneralExtensions</a></h4>
<section><p>General extensions for common cases</p>
</section>
<h4><a class="xref" href="Harmony.HarmonyAfter.html">HarmonyAfter</a></h4>
<section><p>A Harmony annotation</p>
</section>
<h4><a class="xref" href="Harmony.HarmonyArgument.html">HarmonyArgument</a></h4>
<section><p>A Harmony annotation</p>
</section>
<h4><a class="xref" href="Harmony.HarmonyAttribute.html">HarmonyAttribute</a></h4>
<section><p>The base class for all Harmony annotations (not meant to be used directly)</p>
</section>
<h4><a class="xref" href="Harmony.HarmonyBefore.html">HarmonyBefore</a></h4>
<section><p>A Harmony annotation</p>
</section>
<h4><a class="xref" href="Harmony.HarmonyCleanup.html">HarmonyCleanup</a></h4>
<section><p>Specifies the Cleanup function in a patch class</p>
</section>
<h4><a class="xref" href="Harmony.HarmonyInstance.html">HarmonyInstance</a></h4>
<section><p>The Harmony instance is the main entry to Harmony. After creating one with an unique identifier, it is used to patch and query the current application domain</p>
</section>
<h4><a class="xref" href="Harmony.HarmonyMethod.html">HarmonyMethod</a></h4>
<section><p>A wrapper around a method to use it as a patch (for example a Prefix)</p>
</section>
<h4><a class="xref" href="Harmony.HarmonyMethodExtensions.html">HarmonyMethodExtensions</a></h4>
<section><p>Annotation extensions</p>
</section>
<h4><a class="xref" href="Harmony.HarmonyPatch.html">HarmonyPatch</a></h4>
<section><p>The main Harmony annotation class</p>
</section>
<h4><a class="xref" href="Harmony.HarmonyPatchAll.html">HarmonyPatchAll</a></h4>
<section><p>A Harmony annotation</p>
</section>
<h4><a class="xref" href="Harmony.HarmonyPostfix.html">HarmonyPostfix</a></h4>
<section><p>Specifies the Postfix function in a patch class</p>
</section>
<h4><a class="xref" href="Harmony.HarmonyPrefix.html">HarmonyPrefix</a></h4>
<section><p>Specifies the Prefix function in a patch class</p>
</section>
<h4><a class="xref" href="Harmony.HarmonyPrepare.html">HarmonyPrepare</a></h4>
<section><p>Specifies the Prepare function in a patch class</p>
</section>
<h4><a class="xref" href="Harmony.HarmonyPriority.html">HarmonyPriority</a></h4>
<section><p>A Harmony annotation</p>
</section>
<h4><a class="xref" href="Harmony.HarmonyTargetMethod.html">HarmonyTargetMethod</a></h4>
<section><p>Specifies the TargetMethod function in a patch class</p>
</section>
<h4><a class="xref" href="Harmony.HarmonyTargetMethods.html">HarmonyTargetMethods</a></h4>
<section><p>Specifies the TargetMethods function in a patch class</p>
</section>
<h4><a class="xref" href="Harmony.HarmonyTranspiler.html">HarmonyTranspiler</a></h4>
<section><p>Specifies the Transpiler function in a patch class</p>
</section>
<h4><a class="xref" href="Harmony.Memory.html">Memory</a></h4>
<section><p>A low level memory helper</p>
</section>
<h4><a class="xref" href="Harmony.MethodInvoker.html">MethodInvoker</a></h4>
<section><p>A helper class to invoke method with delegates</p>
</section>
<h4><a class="xref" href="Harmony.Patch.html">Patch</a></h4>
<section><p>A serializable patch</p>
</section>
<h4><a class="xref" href="Harmony.Patches.html">Patches</a></h4>
<section><p>A group of patches</p>
</section>
<h4><a class="xref" href="Harmony.PatchInfo.html">PatchInfo</a></h4>
<section><p>Serializable patch information</p>
</section>
<h4><a class="xref" href="Harmony.PatchProcessor.html">PatchProcessor</a></h4>
<section><p>A patch processor</p>
</section>
<h4><a class="xref" href="Harmony.Priority.html">Priority</a></h4>
<section><p>A patch priority</p>
</section>
<h4><a class="xref" href="Harmony.SymbolExtensions.html">SymbolExtensions</a></h4>
<section><p>A helper class to retrieve reflection info for non-private methods</p>
</section>
<h4><a class="xref" href="Harmony.Transpilers.html">Transpilers</a></h4>
<section><p>A collection of commonly used transpilers</p>
</section>
<h4><a class="xref" href="Harmony.Traverse.html">Traverse</a></h4>
<section><p>A reflection helper to read and write private elements</p>
</section>
<h4><a class="xref" href="Harmony.Traverse-1.html">Traverse&lt;T&gt;</a></h4>
<section><p>A reflection helper to read and write private elements</p>
</section>
<h3 id="enums">Enums
</h3>
<h4><a class="xref" href="Harmony.ArgumentType.html">ArgumentType</a></h4>
<section><p>Specifies the type of argument</p>
</section>
<h4><a class="xref" href="Harmony.ExceptionBlockType.html">ExceptionBlockType</a></h4>
<section><p>Exception block types</p>
</section>
<h4><a class="xref" href="Harmony.HarmonyPatchType.html">HarmonyPatchType</a></h4>
<section><p>Specifies the type of patch</p>
</section>
<h4><a class="xref" href="Harmony.MethodType.html">MethodType</a></h4>
<section><p>Specifies the type of method</p>
</section>
<h3 id="delegates">Delegates
</h3>
<h4><a class="xref" href="Harmony.AccessTools.FieldRef-2.html">AccessTools.FieldRef&lt;T, U&gt;</a></h4>
<section><p>A read/writable reference to a field</p>
</section>
<h4><a class="xref" href="Harmony.FastInvokeHandler.html">FastInvokeHandler</a></h4>
<section><p>A delegate to invoke a method</p>
</section>
<h4><a class="xref" href="Harmony.GetterHandler-2.html">GetterHandler&lt;T, S&gt;</a></h4>
<section><p>A getter delegate type</p>
</section>
<h4><a class="xref" href="Harmony.InstantiationHandler-1.html">InstantiationHandler&lt;T&gt;</a></h4>
<section><p>A constructor delegate type</p>
</section>
<h4><a class="xref" href="Harmony.SetterHandler-2.html">SetterHandler&lt;T, S&gt;</a></h4>
<section><p>A setter delegate type</p>
</section>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <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>