You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

486 lines
24 KiB

  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Class Config
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class Config
  11. ">
  12. <meta name="generator" content="docfx 2.48.0.0">
  13. <link rel="shortcut icon" href="../favicon.ico">
  14. <link rel="stylesheet" href="../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../styles/docfx.css">
  16. <link rel="stylesheet" href="../styles/main.css">
  17. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  18. <meta property="docfx:navrel" content="../toc.html">
  19. <meta property="docfx:tocrel" content="toc.html">
  20. <meta property="docfx:rel" content="../">
  21. <meta property="docfx:newtab" content="true">
  22. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  23. <div id="wrapper">
  24. <header>
  25. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  26. <div class="container">
  27. <div class="navbar-header">
  28. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  29. <span class="sr-only">Toggle navigation</span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. </button>
  34. <a class="navbar-brand" href="../index.html">
  35. <img id="logo" class="svg" src="../logo.svg" alt="">
  36. </a>
  37. </div>
  38. <div class="collapse navbar-collapse" id="navbar">
  39. <form class="navbar-form navbar-right" role="search" id="search">
  40. <div class="form-group">
  41. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  42. </div>
  43. </form>
  44. </div>
  45. </div>
  46. </nav>
  47. <div class="subnav navbar navbar-default">
  48. <div class="container hide-when-search" id="breadcrumb">
  49. <ul class="breadcrumb">
  50. <li></li>
  51. </ul>
  52. </div>
  53. </div>
  54. </header>
  55. <div class="container body-content">
  56. <div id="search-results">
  57. <div class="search-list"></div>
  58. <div class="sr-items">
  59. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  60. </div>
  61. <ul id="pagination"></ul>
  62. </div>
  63. </div>
  64. <div role="main" class="container body-content hide-when-search">
  65. <div class="sidenav hide-when-search">
  66. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  67. <div class="sidetoggle collapse" id="sidetoggle">
  68. <div id="sidetoc"></div>
  69. </div>
  70. </div>
  71. <div class="article row grid-right">
  72. <div class="col-md-10">
  73. <article class="content wrap" id="_content" data-uid="IPA.Config.Config">
  74. <h1 id="IPA_Config_Config" data-uid="IPA.Config.Config" class="text-break">Class Config
  75. </h1>
  76. <div class="markdown level0 summary"><p>An abstraction of a config file on disk, which handles synchronizing between a memory representation and the
  77. disk representation.</p>
  78. </div>
  79. <div class="markdown level0 conceptual"></div>
  80. <div class="inheritance">
  81. <h5>Inheritance</h5>
  82. <div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
  83. <div class="level1"><span class="xref">Config</span></div>
  84. </div>
  85. <div class="inheritedMembers">
  86. <h5>Inherited Members</h5>
  87. <div>
  88. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#System_Object_ToString">Object.ToString()</a>
  89. </div>
  90. <div>
  91. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_">Object.Equals(Object)</a>
  92. </div>
  93. <div>
  94. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_System_Object_">Object.Equals(Object, Object)</a>
  95. </div>
  96. <div>
  97. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.referenceequals#System_Object_ReferenceEquals_System_Object_System_Object_">Object.ReferenceEquals(Object, Object)</a>
  98. </div>
  99. <div>
  100. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#System_Object_GetHashCode">Object.GetHashCode()</a>
  101. </div>
  102. <div>
  103. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#System_Object_GetType">Object.GetType()</a>
  104. </div>
  105. <div>
  106. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#System_Object_MemberwiseClone">Object.MemberwiseClone()</a>
  107. </div>
  108. </div>
  109. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.html">IPA.Config</a></h6>
  110. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  111. <h5 id="IPA_Config_Config_syntax">Syntax</h5>
  112. <div class="codewrapper">
  113. <pre><code class="lang-csharp hljs">public class Config</code></pre>
  114. </div>
  115. <h3 id="properties">Properties
  116. </h3>
  117. <span class="small pull-right mobile-hide">
  118. <span class="divider">|</span>
  119. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Config_Name.md&amp;value=---%0Auid%3A%20IPA.Config.Config.Name%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  120. </span>
  121. <span class="small pull-right mobile-hide">
  122. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/8e05f807de1392b35b682971ba00f5488d27314f/IPA.Loader/Config/Config.cs/#L135">View Source</a>
  123. </span>
  124. <a id="IPA_Config_Config_Name_" data-uid="IPA.Config.Config.Name*"></a>
  125. <h4 id="IPA_Config_Config_Name" data-uid="IPA.Config.Config.Name">Name</h4>
  126. <div class="markdown level1 summary"><p>Gets the name associated with this <a class="xref" href="IPA.Config.Config.html">Config</a> object.</p>
  127. </div>
  128. <div class="markdown level1 conceptual"></div>
  129. <h5 class="decalaration">Declaration</h5>
  130. <div class="codewrapper">
  131. <pre><code class="lang-csharp hljs">public string Name { get; }</code></pre>
  132. </div>
  133. <h5 class="propertyValue">Property Value</h5>
  134. <table class="table table-bordered table-striped table-condensed">
  135. <thead>
  136. <tr>
  137. <th>Type</th>
  138. <th>Description</th>
  139. </tr>
  140. </thead>
  141. <tbody>
  142. <tr>
  143. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  144. <td></td>
  145. </tr>
  146. </tbody>
  147. </table>
  148. <span class="small pull-right mobile-hide">
  149. <span class="divider">|</span>
  150. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Config_Provider.md&amp;value=---%0Auid%3A%20IPA.Config.Config.Provider%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  151. </span>
  152. <span class="small pull-right mobile-hide">
  153. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/8e05f807de1392b35b682971ba00f5488d27314f/IPA.Loader/Config/Config.cs/#L139">View Source</a>
  154. </span>
  155. <a id="IPA_Config_Config_Provider_" data-uid="IPA.Config.Config.Provider*"></a>
  156. <h4 id="IPA_Config_Config_Provider" data-uid="IPA.Config.Config.Provider">Provider</h4>
  157. <div class="markdown level1 summary"><p>Gets the <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a> associated with this <a class="xref" href="IPA.Config.Config.html">Config</a> object.</p>
  158. </div>
  159. <div class="markdown level1 conceptual"></div>
  160. <h5 class="decalaration">Declaration</h5>
  161. <div class="codewrapper">
  162. <pre><code class="lang-csharp hljs">public IConfigProvider Provider { get; }</code></pre>
  163. </div>
  164. <h5 class="propertyValue">Property Value</h5>
  165. <table class="table table-bordered table-striped table-condensed">
  166. <thead>
  167. <tr>
  168. <th>Type</th>
  169. <th>Description</th>
  170. </tr>
  171. </thead>
  172. <tbody>
  173. <tr>
  174. <td><a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a></td>
  175. <td></td>
  176. </tr>
  177. </tbody>
  178. </table>
  179. <h3 id="methods">Methods
  180. </h3>
  181. <span class="small pull-right mobile-hide">
  182. <span class="divider">|</span>
  183. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Config_GetConfigFor_System_String_System_String___.md&amp;value=---%0Auid%3A%20IPA.Config.Config.GetConfigFor(System.String%2CSystem.String%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  184. </span>
  185. <span class="small pull-right mobile-hide">
  186. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/8e05f807de1392b35b682971ba00f5488d27314f/IPA.Loader/Config/Config.cs/#L108">View Source</a>
  187. </span>
  188. <a id="IPA_Config_Config_GetConfigFor_" data-uid="IPA.Config.Config.GetConfigFor*"></a>
  189. <h4 id="IPA_Config_Config_GetConfigFor_System_String_System_String___" data-uid="IPA.Config.Config.GetConfigFor(System.String,System.String[])">GetConfigFor(String, String[])</h4>
  190. <div class="markdown level1 summary"><p>Gets a <a class="xref" href="IPA.Config.Config.html">Config</a> object using the specified list of preferred config types.</p>
  191. </div>
  192. <div class="markdown level1 conceptual"></div>
  193. <h5 class="decalaration">Declaration</h5>
  194. <div class="codewrapper">
  195. <pre><code class="lang-csharp hljs">public static Config GetConfigFor(string configName, params string[] extensions)</code></pre>
  196. </div>
  197. <h5 class="parameters">Parameters</h5>
  198. <table class="table table-bordered table-striped table-condensed">
  199. <thead>
  200. <tr>
  201. <th>Type</th>
  202. <th>Name</th>
  203. <th>Description</th>
  204. </tr>
  205. </thead>
  206. <tbody>
  207. <tr>
  208. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  209. <td><span class="parametername">configName</span></td>
  210. <td><p>the name of the mod for this config</p>
  211. </td>
  212. </tr>
  213. <tr>
  214. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>[]</td>
  215. <td><span class="parametername">extensions</span></td>
  216. <td><p>the preferred config types to try to get</p>
  217. </td>
  218. </tr>
  219. </tbody>
  220. </table>
  221. <h5 class="returns">Returns</h5>
  222. <table class="table table-bordered table-striped table-condensed">
  223. <thead>
  224. <tr>
  225. <th>Type</th>
  226. <th>Description</th>
  227. </tr>
  228. </thead>
  229. <tbody>
  230. <tr>
  231. <td><a class="xref" href="IPA.Config.Config.html">Config</a></td>
  232. <td><p>a <a class="xref" href="IPA.Config.Config.html">Config</a> using the requested format, or of type JSON.</p>
  233. </td>
  234. </tr>
  235. </tbody>
  236. </table>
  237. <span class="small pull-right mobile-hide">
  238. <span class="divider">|</span>
  239. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Config_LoadAsync.md&amp;value=---%0Auid%3A%20IPA.Config.Config.LoadAsync%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  240. </span>
  241. <span class="small pull-right mobile-hide">
  242. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/8e05f807de1392b35b682971ba00f5488d27314f/IPA.Loader/Config/Config.cs/#L167">View Source</a>
  243. </span>
  244. <a id="IPA_Config_Config_LoadAsync_" data-uid="IPA.Config.Config.LoadAsync*"></a>
  245. <h4 id="IPA_Config_Config_LoadAsync" data-uid="IPA.Config.Config.LoadAsync">LoadAsync()</h4>
  246. <div class="markdown level1 summary"><p>Forces an asynchronous load from disk.</p>
  247. </div>
  248. <div class="markdown level1 conceptual"></div>
  249. <h5 class="decalaration">Declaration</h5>
  250. <div class="codewrapper">
  251. <pre><code class="lang-csharp hljs">public Task LoadAsync()</code></pre>
  252. </div>
  253. <h5 class="returns">Returns</h5>
  254. <table class="table table-bordered table-striped table-condensed">
  255. <thead>
  256. <tr>
  257. <th>Type</th>
  258. <th>Description</th>
  259. </tr>
  260. </thead>
  261. <tbody>
  262. <tr>
  263. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.threading.tasks.task">Task</a></td>
  264. <td></td>
  265. </tr>
  266. </tbody>
  267. </table>
  268. <span class="small pull-right mobile-hide">
  269. <span class="divider">|</span>
  270. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Config_LoadSync.md&amp;value=---%0Auid%3A%20IPA.Config.Config.LoadSync%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  271. </span>
  272. <span class="small pull-right mobile-hide">
  273. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/8e05f807de1392b35b682971ba00f5488d27314f/IPA.Loader/Config/Config.cs/#L162">View Source</a>
  274. </span>
  275. <a id="IPA_Config_Config_LoadSync_" data-uid="IPA.Config.Config.LoadSync*"></a>
  276. <h4 id="IPA_Config_Config_LoadSync" data-uid="IPA.Config.Config.LoadSync">LoadSync()</h4>
  277. <div class="markdown level1 summary"><p>Forces a synchronous load from disk.</p>
  278. </div>
  279. <div class="markdown level1 conceptual"></div>
  280. <h5 class="decalaration">Declaration</h5>
  281. <div class="codewrapper">
  282. <pre><code class="lang-csharp hljs">public void LoadSync()</code></pre>
  283. </div>
  284. <span class="small pull-right mobile-hide">
  285. <span class="divider">|</span>
  286. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Config_Register_System_Type_.md&amp;value=---%0Auid%3A%20IPA.Config.Config.Register(System.Type)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  287. </span>
  288. <span class="small pull-right mobile-hide">
  289. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/8e05f807de1392b35b682971ba00f5488d27314f/IPA.Loader/Config/Config.cs/#L90">View Source</a>
  290. </span>
  291. <a id="IPA_Config_Config_Register_" data-uid="IPA.Config.Config.Register*"></a>
  292. <h4 id="IPA_Config_Config_Register_System_Type_" data-uid="IPA.Config.Config.Register(System.Type)">Register(Type)</h4>
  293. <div class="markdown level1 summary"><p>Registers a <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a> to use for configs.</p>
  294. </div>
  295. <div class="markdown level1 conceptual"></div>
  296. <h5 class="decalaration">Declaration</h5>
  297. <div class="codewrapper">
  298. <pre><code class="lang-csharp hljs">public static void Register(Type type)</code></pre>
  299. </div>
  300. <h5 class="parameters">Parameters</h5>
  301. <table class="table table-bordered table-striped table-condensed">
  302. <thead>
  303. <tr>
  304. <th>Type</th>
  305. <th>Name</th>
  306. <th>Description</th>
  307. </tr>
  308. </thead>
  309. <tbody>
  310. <tr>
  311. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.type">Type</a></td>
  312. <td><span class="parametername">type</span></td>
  313. <td><p>the type to register</p>
  314. </td>
  315. </tr>
  316. </tbody>
  317. </table>
  318. <span class="small pull-right mobile-hide">
  319. <span class="divider">|</span>
  320. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Config_Register__1.md&amp;value=---%0Auid%3A%20IPA.Config.Config.Register%60%601%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  321. </span>
  322. <span class="small pull-right mobile-hide">
  323. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/8e05f807de1392b35b682971ba00f5488d27314f/IPA.Loader/Config/Config.cs/#L84">View Source</a>
  324. </span>
  325. <a id="IPA_Config_Config_Register_" data-uid="IPA.Config.Config.Register*"></a>
  326. <h4 id="IPA_Config_Config_Register__1" data-uid="IPA.Config.Config.Register``1">Register&lt;T&gt;()</h4>
  327. <div class="markdown level1 summary"><p>Registers a <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a> to use for configs.</p>
  328. </div>
  329. <div class="markdown level1 conceptual"></div>
  330. <h5 class="decalaration">Declaration</h5>
  331. <div class="codewrapper">
  332. <pre><code class="lang-csharp hljs">public static void Register&lt;T&gt;()
  333. where T : IConfigProvider</code></pre>
  334. </div>
  335. <h5 class="typeParameters">Type Parameters</h5>
  336. <table class="table table-bordered table-striped table-condensed">
  337. <thead>
  338. <tr>
  339. <th>Name</th>
  340. <th>Description</th>
  341. </tr>
  342. </thead>
  343. <tbody>
  344. <tr>
  345. <td><span class="parametername">T</span></td>
  346. <td><p>the type to register</p>
  347. </td>
  348. </tr>
  349. </tbody>
  350. </table>
  351. <span class="small pull-right mobile-hide">
  352. <span class="divider">|</span>
  353. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Config_SetStore_IPA_Config_IConfigStore_.md&amp;value=---%0Auid%3A%20IPA.Config.Config.SetStore(IPA.Config.IConfigStore)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  354. </span>
  355. <span class="small pull-right mobile-hide">
  356. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/8e05f807de1392b35b682971ba00f5488d27314f/IPA.Loader/Config/Config.cs/#L151">View Source</a>
  357. </span>
  358. <a id="IPA_Config_Config_SetStore_" data-uid="IPA.Config.Config.SetStore*"></a>
  359. <h4 id="IPA_Config_Config_SetStore_IPA_Config_IConfigStore_" data-uid="IPA.Config.Config.SetStore(IPA.Config.IConfigStore)">SetStore(IConfigStore)</h4>
  360. <div class="markdown level1 summary"><p>Sets this object&apos;s <a class="xref" href="IPA.Config.IConfigStore.html">IConfigStore</a>. Can only be called once.</p>
  361. </div>
  362. <div class="markdown level1 conceptual"></div>
  363. <h5 class="decalaration">Declaration</h5>
  364. <div class="codewrapper">
  365. <pre><code class="lang-csharp hljs">public void SetStore(IConfigStore store)</code></pre>
  366. </div>
  367. <h5 class="parameters">Parameters</h5>
  368. <table class="table table-bordered table-striped table-condensed">
  369. <thead>
  370. <tr>
  371. <th>Type</th>
  372. <th>Name</th>
  373. <th>Description</th>
  374. </tr>
  375. </thead>
  376. <tbody>
  377. <tr>
  378. <td><a class="xref" href="IPA.Config.IConfigStore.html">IConfigStore</a></td>
  379. <td><span class="parametername">store</span></td>
  380. <td><p>the <a class="xref" href="IPA.Config.IConfigStore.html">IConfigStore</a> to add to this instance</p>
  381. </td>
  382. </tr>
  383. </tbody>
  384. </table>
  385. <h5 class="exceptions">Exceptions</h5>
  386. <table class="table table-bordered table-striped table-condensed">
  387. <thead>
  388. <tr>
  389. <th>Type</th>
  390. <th>Condition</th>
  391. </tr>
  392. </thead>
  393. <tbody>
  394. <tr>
  395. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.invalidoperationexception">InvalidOperationException</a></td>
  396. <td><p>If this was called before.</p>
  397. </td>
  398. </tr>
  399. </tbody>
  400. </table>
  401. <h3 id="extensionmethods">Extension Methods</h3>
  402. <div>
  403. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetField_System_Object_System_String_System_Object_">ReflectionUtil.SetField(Object, String, Object)</a>
  404. </div>
  405. <div>
  406. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetField__1___0_System_String_System_Object_">ReflectionUtil.SetField&lt;T&gt;(T, String, Object)</a>
  407. </div>
  408. <div>
  409. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetField__1_System_Object_System_String_">ReflectionUtil.GetField&lt;T&gt;(Object, String)</a>
  410. </div>
  411. <div>
  412. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetField__2___1_System_String_">ReflectionUtil.GetField&lt;T, U&gt;(U, String)</a>
  413. </div>
  414. <div>
  415. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetProperty_System_Object_System_String_System_Object_">ReflectionUtil.SetProperty(Object, String, Object)</a>
  416. </div>
  417. <div>
  418. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetProperty__1___0_System_String_System_Object_">ReflectionUtil.SetProperty&lt;T&gt;(T, String, Object)</a>
  419. </div>
  420. <div>
  421. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod_System_Object_System_String_System_Object___">ReflectionUtil.InvokeMethod(Object, String, Object[])</a>
  422. </div>
  423. <div>
  424. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod__1___0_System_String_System_Object___">ReflectionUtil.InvokeMethod&lt;T&gt;(T, String, Object[])</a>
  425. </div>
  426. <div>
  427. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod__1_System_Object_System_String_System_Object___">ReflectionUtil.InvokeMethod&lt;T&gt;(Object, String, Object[])</a>
  428. </div>
  429. <div>
  430. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod__2___1_System_String_System_Object___">ReflectionUtil.InvokeMethod&lt;T, U&gt;(U, String, Object[])</a>
  431. </div>
  432. <div>
  433. <a class="xref" href="IPA.Config.Stores.GeneratedExtension.html#IPA_Config_Stores_GeneratedExtension_Generated__1_IPA_Config_Config_System_Boolean_">GeneratedExtension.Generated&lt;T&gt;(Config, Boolean)</a>
  434. </div>
  435. </article>
  436. </div>
  437. <div class="hidden-sm col-md-2" role="complementary">
  438. <div class="sideaffix">
  439. <div class="contribution">
  440. <ul class="nav">
  441. <li>
  442. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/4.0.0-beta/docs/override/new?filename=IPA_Config_Config.md&amp;value=---%0Auid%3A%20IPA.Config.Config%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
  443. </li>
  444. <li>
  445. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/8e05f807de1392b35b682971ba00f5488d27314f/IPA.Loader/Config/Config.cs/#L22" class="contribution-link">View Source</a>
  446. </li>
  447. </ul>
  448. </div>
  449. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  450. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  451. </nav>
  452. </div>
  453. </div>
  454. </div>
  455. </div>
  456. <footer>
  457. <div class="grad-bottom"></div>
  458. <div class="footer">
  459. <div class="container">
  460. <span class="pull-right">
  461. <a href="#top">Back to top</a>
  462. </span>
  463. <span>Generated by <strong>DocFX</strong></span>
  464. </div>
  465. </div>
  466. </footer>
  467. </div>
  468. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  469. <script type="text/javascript" src="../styles/docfx.js"></script>
  470. <script type="text/javascript" src="../styles/main.js"></script>
  471. </body>
  472. </html>