|
|
- <!DOCTYPE html>
- <!--[if IE]><![endif]-->
- <html>
-
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title> </title>
- <meta name="viewport" content="width=device-width">
- <meta name="title" content=" ">
- <meta name="generator" content="docfx 2.59.3.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">
- <link rel="stylesheet" href="../styles/fix.css">
- <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
- <meta property="docfx:navrel" content="../toc.html">
- <meta property="docfx:tocrel" content="toc.html">
-
- <meta property="docfx:rel" content="../">
- <meta property="docfx:newtab" content="true">
- </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 class="container body-content">
-
- <div id="search-results">
- <div class="search-list">Search Results for <span></span></div>
- <div class="sr-items">
- <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
- </div>
- <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
- </div>
- </div>
- <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="IPA.Utilities">
-
- <h1 id="IPA_Utilities" data-uid="IPA.Utilities" class="text-break"></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="IPA.Utilities.AlmostVersion.html">AlmostVersion</a></h4>
- <section><p>A type that wraps <span class="xref">Hive.Versioning.Version</span> so that the string of the version is stored when the string is
- not a valid <span class="xref">Hive.Versioning.Version</span>.</p>
- </section>
- <h4><a class="xref" href="IPA.Utilities.AlmostVersionConverter.html">AlmostVersionConverter</a></h4>
- <section><p>A <a class="xref" href="IPA.Config.Stores.ValueConverter-1.html">ValueConverter<T></a> for <a class="xref" href="IPA.Utilities.AlmostVersion.html">AlmostVersion</a>s.</p>
- </section>
- <h4><a class="xref" href="IPA.Utilities.CriticalSection.html">CriticalSection</a></h4>
- <section><p>Provides utilities for managing various critical sections.</p>
- </section>
- <h4><a class="xref" href="IPA.Utilities.EnumerableExtensions.html">EnumerableExtensions</a></h4>
- <section><p>Extensions for <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable<T></a> that don't currently exist in <code>System.Linq</code>.</p>
- </section>
- <h4><a class="xref" href="IPA.Utilities.Extensions.html">Extensions</a></h4>
- <section><p>A class providing various extension methods.</p>
- </section>
- <h4><a class="xref" href="IPA.Utilities.FieldAccessor-2.html">FieldAccessor<T, U></a></h4>
- <section><p>A type containing utilities for accessing non-public fields of objects.</p>
- </section>
- <h4><a class="xref" href="IPA.Utilities.MethodAccessor-2.html">MethodAccessor<T, TDelegate></a></h4>
- <section><p>A type containing utilities for calling non-public methods on an object.</p>
- </section>
- <h4><a class="xref" href="IPA.Utilities.PropertyAccessor-2.html">PropertyAccessor<T, U></a></h4>
- <section><p>A type containing utilities for accessing non-public properties of an object.</p>
- </section>
- <h4><a class="xref" href="IPA.Utilities.Ref.html">Ref</a></h4>
- <section><p>Utilities to create <a class="xref" href="IPA.Utilities.Ref-1.html">Ref<T></a> using type inference.</p>
- </section>
- <h4><a class="xref" href="IPA.Utilities.Ref-1.html">Ref<T></a></h4>
- <section><p>A class to store a reference for passing to methods which cannot take ref parameters.</p>
- </section>
- <h4><a class="xref" href="IPA.Utilities.ReflectionUtil.html">ReflectionUtil</a></h4>
- <section><p>A utility class providing reflection helper methods.</p>
- </section>
- <h4><a class="xref" href="IPA.Utilities.UnityGame.html">UnityGame</a></h4>
- <section><p>Provides some basic utility methods and properties of Beat Saber</p>
- </section>
- <h4><a class="xref" href="IPA.Utilities.Utils.html">Utils</a></h4>
- <section><p>A class providing static utility functions that in any other language would just <em>exist</em>.</p>
- </section>
- <h3 id="structs">Structs
- </h3>
- <h4><a class="xref" href="IPA.Utilities.CriticalSection.AutoExecuteSection.html">CriticalSection.AutoExecuteSection</a></h4>
- <section><p>A struct that allows <code>using</code> blocks to manage an execute section.</p>
- </section>
- <h4><a class="xref" href="IPA.Utilities.SwitchToUnityMainThreadAwaitable.html">SwitchToUnityMainThreadAwaitable</a></h4>
- <section><p>An awaitable which, when awaited, switches the current context to the Unity main thread.</p>
- </section>
- <h4><a class="xref" href="IPA.Utilities.SwitchToUnityMainThreadAwaiter.html">SwitchToUnityMainThreadAwaiter</a></h4>
- <section><p>An awaiter which, when awaited, switches the current context to the Unity main thread.</p>
- </section>
- <h4><a class="xref" href="IPA.Utilities.Utils.ScopeGuardObject.html">Utils.ScopeGuardObject</a></h4>
- <section><p>An object used to manage scope guards.</p>
- </section>
- <h3 id="enums">Enums
- </h3>
- <h4><a class="xref" href="IPA.Utilities.AlmostVersion.StoredAs.html">AlmostVersion.StoredAs</a></h4>
- <section><p>Represents a storage type of either parsed <span class="xref">Hive.Versioning.Version</span> object or raw <a class="xref" href="IPA.Utilities.AlmostVersion.StoredAs.html#IPA_Utilities_AlmostVersion_StoredAs_String">String</a>.</p>
- </section>
- <h4><a class="xref" href="IPA.Utilities.UnityGame.Release.html">UnityGame.Release</a></h4>
- <section><p>The different types of releases of the game.</p>
- </section>
- <h3 id="delegates">Delegates
- </h3>
- <h4><a class="xref" href="IPA.Utilities.FieldAccessor-2.Accessor.html">FieldAccessor<T, U>.Accessor</a></h4>
- <section><p>A delegate for a field accessor taking a <code data-dev-comment-type="typeparamref" class="typeparamref">T</code> ref and returning a <code data-dev-comment-type="typeparamref" class="typeparamref">U</code> ref.</p>
- </section>
- <h4><a class="xref" href="IPA.Utilities.PropertyAccessor-2.Getter.html">PropertyAccessor<T, U>.Getter</a></h4>
- <section><p>A getter for a property.</p>
- </section>
- <h4><a class="xref" href="IPA.Utilities.PropertyAccessor-2.Setter.html">PropertyAccessor<T, U>.Setter</a></h4>
- <section><p>A setter for a property.</p>
- </section>
- </article>
- </div>
-
- <div class="hidden-sm col-md-2" role="complementary">
- <div class="sideaffix">
- <div class="contribution">
- <ul class="nav">
- </ul>
- </div>
- <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
- <h5>In This Article</h5>
- <div></div>
- </nav>
- </div>
- </div>
- </div>
- </div>
-
- <footer>
- <div class="grad-bottom"></div>
- <div class="footer">
- <div class="container">
- <span class="pull-right">
- <a href="#top">Back to top</a>
- </span>
-
- <span>Generated by <strong>DocFX</strong></span>
- </div>
- </div>
- </footer>
- </div>
-
- <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
- <script type="text/javascript" src="../styles/docfx.js"></script>
- <script type="text/javascript" src="../styles/main.js"></script>
- </body>
- </html>
|