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.

442 lines
22 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>Interface IConfigProvider
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Interface IConfigProvider
  11. ">
  12. <meta name="generator" content="docfx 2.42.4.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=Open+Sans" rel="stylesheet">
  18. <meta property="docfx:navrel" content="../toc.html">
  19. <meta property="docfx:tocrel" content="toc.html">
  20. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  21. <div id="wrapper">
  22. <header>
  23. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  24. <div class="container">
  25. <div class="navbar-header">
  26. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  27. <span class="sr-only">Toggle navigation</span>
  28. <span class="icon-bar"></span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. </button>
  32. <a class="navbar-brand" href="../index.html">
  33. <img id="logo" class="svg" src="../logo.svg" alt="">
  34. </a>
  35. </div>
  36. <div class="collapse navbar-collapse" id="navbar">
  37. <form class="navbar-form navbar-right" role="search" id="search">
  38. <div class="form-group">
  39. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  40. </div>
  41. </form>
  42. </div>
  43. </div>
  44. </nav>
  45. <div class="subnav navbar navbar-default">
  46. <div class="container hide-when-search" id="breadcrumb">
  47. <ul class="breadcrumb">
  48. <li></li>
  49. </ul>
  50. </div>
  51. </div>
  52. </header>
  53. <div role="main" class="container body-content hide-when-search">
  54. <div class="sidenav hide-when-search">
  55. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  56. <div class="sidetoggle collapse" id="sidetoggle">
  57. <div id="sidetoc"></div>
  58. </div>
  59. </div>
  60. <div class="article row grid-right">
  61. <div class="col-md-10">
  62. <article class="content wrap" id="_content" data-uid="IPA.Config.IConfigProvider">
  63. <h1 id="IPA_Config_IConfigProvider" data-uid="IPA.Config.IConfigProvider" class="text-break">Interface IConfigProvider
  64. </h1>
  65. <div class="markdown level0 summary"><p>An interface for configuration providers.</p>
  66. </div>
  67. <div class="markdown level0 conceptual"></div>
  68. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.html">IPA.Config</a></h6>
  69. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  70. <h5 id="IPA_Config_IConfigProvider_syntax">Syntax</h5>
  71. <div class="codewrapper">
  72. <pre><code class="lang-csharp hljs">public interface IConfigProvider</code></pre>
  73. </div>
  74. <h3 id="properties">Properties
  75. </h3>
  76. <span class="small pull-right mobile-hide">
  77. <span class="divider">|</span>
  78. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/apiSpec/new?filename=IPA_Config_IConfigProvider_Dynamic.md&amp;value=---%0Auid%3A%20IPA.Config.IConfigProvider.Dynamic%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>
  79. </span>
  80. <span class="small pull-right mobile-hide">
  81. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/Config/IConfigProvider.cs/#L28">View Source</a>
  82. </span>
  83. <a id="IPA_Config_IConfigProvider_Dynamic_" data-uid="IPA.Config.IConfigProvider.Dynamic*"></a>
  84. <h4 id="IPA_Config_IConfigProvider_Dynamic" data-uid="IPA.Config.IConfigProvider.Dynamic">Dynamic</h4>
  85. <div class="markdown level1 summary"><p>Gets a dynamic object providing access to the configuration.</p>
  86. </div>
  87. <div class="markdown level1 conceptual"></div>
  88. <h5 class="decalaration">Declaration</h5>
  89. <div class="codewrapper">
  90. <pre><code class="lang-csharp hljs">dynamic Dynamic { get; }</code></pre>
  91. </div>
  92. <h5 class="propertyValue">Property Value</h5>
  93. <table class="table table-bordered table-striped table-condensed">
  94. <thead>
  95. <tr>
  96. <th>Type</th>
  97. <th>Description</th>
  98. </tr>
  99. </thead>
  100. <tbody>
  101. <tr>
  102. <td><span class="xref">System.Object</span></td>
  103. <td><p>a dynamically bound object to use to access config values directly</p>
  104. </td>
  105. </tr>
  106. </tbody>
  107. </table>
  108. <span class="small pull-right mobile-hide">
  109. <span class="divider">|</span>
  110. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/apiSpec/new?filename=IPA_Config_IConfigProvider_Filename.md&amp;value=---%0Auid%3A%20IPA.Config.IConfigProvider.Filename%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>
  111. </span>
  112. <span class="small pull-right mobile-hide">
  113. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/Config/IConfigProvider.cs/#L45">View Source</a>
  114. </span>
  115. <a id="IPA_Config_IConfigProvider_Filename_" data-uid="IPA.Config.IConfigProvider.Filename*"></a>
  116. <h4 id="IPA_Config_IConfigProvider_Filename" data-uid="IPA.Config.IConfigProvider.Filename">Filename</h4>
  117. <div class="markdown level1 summary"><p>Will be set with the filename (no extension) to save to. When saving, the implementation should add the appropriate extension. Should error if set multiple times.</p>
  118. </div>
  119. <div class="markdown level1 conceptual"></div>
  120. <h5 class="decalaration">Declaration</h5>
  121. <div class="codewrapper">
  122. <pre><code class="lang-csharp hljs">string Filename { set; }</code></pre>
  123. </div>
  124. <h5 class="propertyValue">Property Value</h5>
  125. <table class="table table-bordered table-striped table-condensed">
  126. <thead>
  127. <tr>
  128. <th>Type</th>
  129. <th>Description</th>
  130. </tr>
  131. </thead>
  132. <tbody>
  133. <tr>
  134. <td><span class="xref">System.String</span></td>
  135. <td><p>the extensionless filename to save to</p>
  136. </td>
  137. </tr>
  138. </tbody>
  139. </table>
  140. <span class="small pull-right mobile-hide">
  141. <span class="divider">|</span>
  142. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/apiSpec/new?filename=IPA_Config_IConfigProvider_HasChanged.md&amp;value=---%0Auid%3A%20IPA.Config.IConfigProvider.HasChanged%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>
  143. </span>
  144. <span class="small pull-right mobile-hide">
  145. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/Config/IConfigProvider.cs/#L35">View Source</a>
  146. </span>
  147. <a id="IPA_Config_IConfigProvider_HasChanged_" data-uid="IPA.Config.IConfigProvider.HasChanged*"></a>
  148. <h4 id="IPA_Config_IConfigProvider_HasChanged" data-uid="IPA.Config.IConfigProvider.HasChanged">HasChanged</h4>
  149. <div class="markdown level1 summary"><p>Returns <span class="xref">true</span> if object has changed since the last save</p>
  150. </div>
  151. <div class="markdown level1 conceptual"></div>
  152. <h5 class="decalaration">Declaration</h5>
  153. <div class="codewrapper">
  154. <pre><code class="lang-csharp hljs">bool HasChanged { get; }</code></pre>
  155. </div>
  156. <h5 class="propertyValue">Property Value</h5>
  157. <table class="table table-bordered table-striped table-condensed">
  158. <thead>
  159. <tr>
  160. <th>Type</th>
  161. <th>Description</th>
  162. </tr>
  163. </thead>
  164. <tbody>
  165. <tr>
  166. <td><span class="xref">System.Boolean</span></td>
  167. <td><p><span class="xref">true</span> if object has changed since the last save, else <span class="xref">false</span></p>
  168. </td>
  169. </tr>
  170. </tbody>
  171. </table>
  172. <span class="small pull-right mobile-hide">
  173. <span class="divider">|</span>
  174. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/apiSpec/new?filename=IPA_Config_IConfigProvider_InMemoryChanged.md&amp;value=---%0Auid%3A%20IPA.Config.IConfigProvider.InMemoryChanged%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>
  175. </span>
  176. <span class="small pull-right mobile-hide">
  177. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/Config/IConfigProvider.cs/#L40">View Source</a>
  178. </span>
  179. <a id="IPA_Config_IConfigProvider_InMemoryChanged_" data-uid="IPA.Config.IConfigProvider.InMemoryChanged*"></a>
  180. <h4 id="IPA_Config_IConfigProvider_InMemoryChanged" data-uid="IPA.Config.IConfigProvider.InMemoryChanged">InMemoryChanged</h4>
  181. <div class="markdown level1 summary"><p>Returns <span class="xref">true</span> if the data in memory has been changed - notably including loads.</p>
  182. </div>
  183. <div class="markdown level1 conceptual"></div>
  184. <h5 class="decalaration">Declaration</h5>
  185. <div class="codewrapper">
  186. <pre><code class="lang-csharp hljs">bool InMemoryChanged { get; set; }</code></pre>
  187. </div>
  188. <h5 class="propertyValue">Property Value</h5>
  189. <table class="table table-bordered table-striped table-condensed">
  190. <thead>
  191. <tr>
  192. <th>Type</th>
  193. <th>Description</th>
  194. </tr>
  195. </thead>
  196. <tbody>
  197. <tr>
  198. <td><span class="xref">System.Boolean</span></td>
  199. <td><p><span class="xref">true</span> if the data in memory has been changed, else <span class="xref">false</span></p>
  200. </td>
  201. </tr>
  202. </tbody>
  203. </table>
  204. <span class="small pull-right mobile-hide">
  205. <span class="divider">|</span>
  206. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/apiSpec/new?filename=IPA_Config_IConfigProvider_LastModified.md&amp;value=---%0Auid%3A%20IPA.Config.IConfigProvider.LastModified%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>
  207. </span>
  208. <span class="small pull-right mobile-hide">
  209. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/Config/IConfigProvider.cs/#L50">View Source</a>
  210. </span>
  211. <a id="IPA_Config_IConfigProvider_LastModified_" data-uid="IPA.Config.IConfigProvider.LastModified*"></a>
  212. <h4 id="IPA_Config_IConfigProvider_LastModified" data-uid="IPA.Config.IConfigProvider.LastModified">LastModified</h4>
  213. <div class="markdown level1 summary"><p>Gets the last time the config was modified.</p>
  214. </div>
  215. <div class="markdown level1 conceptual"></div>
  216. <h5 class="decalaration">Declaration</h5>
  217. <div class="codewrapper">
  218. <pre><code class="lang-csharp hljs">DateTime LastModified { get; }</code></pre>
  219. </div>
  220. <h5 class="propertyValue">Property Value</h5>
  221. <table class="table table-bordered table-striped table-condensed">
  222. <thead>
  223. <tr>
  224. <th>Type</th>
  225. <th>Description</th>
  226. </tr>
  227. </thead>
  228. <tbody>
  229. <tr>
  230. <td><span class="xref">System.DateTime</span></td>
  231. <td><p>the last time the config file was modified</p>
  232. </td>
  233. </tr>
  234. </tbody>
  235. </table>
  236. <h3 id="methods">Methods
  237. </h3>
  238. <span class="small pull-right mobile-hide">
  239. <span class="divider">|</span>
  240. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/apiSpec/new?filename=IPA_Config_IConfigProvider_Load.md&amp;value=---%0Auid%3A%20IPA.Config.IConfigProvider.Load%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>
  241. </span>
  242. <span class="small pull-right mobile-hide">
  243. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/Config/IConfigProvider.cs/#L58">View Source</a>
  244. </span>
  245. <a id="IPA_Config_IConfigProvider_Load_" data-uid="IPA.Config.IConfigProvider.Load*"></a>
  246. <h4 id="IPA_Config_IConfigProvider_Load" data-uid="IPA.Config.IConfigProvider.Load">Load()</h4>
  247. <div class="markdown level1 summary"><p>Loads the state of the file on disk.</p>
  248. </div>
  249. <div class="markdown level1 conceptual"></div>
  250. <h5 class="decalaration">Declaration</h5>
  251. <div class="codewrapper">
  252. <pre><code class="lang-csharp hljs">void Load()</code></pre>
  253. </div>
  254. <span class="small pull-right mobile-hide">
  255. <span class="divider">|</span>
  256. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/apiSpec/new?filename=IPA_Config_IConfigProvider_Parse__1.md&amp;value=---%0Auid%3A%20IPA.Config.IConfigProvider.Parse%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>
  257. </span>
  258. <span class="small pull-right mobile-hide">
  259. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/Config/IConfigProvider.cs/#L16">View Source</a>
  260. </span>
  261. <a id="IPA_Config_IConfigProvider_Parse_" data-uid="IPA.Config.IConfigProvider.Parse*"></a>
  262. <h4 id="IPA_Config_IConfigProvider_Parse__1" data-uid="IPA.Config.IConfigProvider.Parse``1">Parse&lt;T&gt;()</h4>
  263. <div class="markdown level1 summary"><p>Loads the data provided by this <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a> into an object of type <code data-dev-comment-type="typeparamref" class="typeparamref">T</code>.</p>
  264. </div>
  265. <div class="markdown level1 conceptual"></div>
  266. <h5 class="decalaration">Declaration</h5>
  267. <div class="codewrapper">
  268. <pre><code class="lang-csharp hljs">T Parse&lt;T&gt;()</code></pre>
  269. </div>
  270. <h5 class="returns">Returns</h5>
  271. <table class="table table-bordered table-striped table-condensed">
  272. <thead>
  273. <tr>
  274. <th>Type</th>
  275. <th>Description</th>
  276. </tr>
  277. </thead>
  278. <tbody>
  279. <tr>
  280. <td><span class="xref">T</span></td>
  281. <td><p>the values from the config provider parsed into the object</p>
  282. </td>
  283. </tr>
  284. </tbody>
  285. </table>
  286. <h5 class="typeParameters">Type Parameters</h5>
  287. <table class="table table-bordered table-striped table-condensed">
  288. <thead>
  289. <tr>
  290. <th>Name</th>
  291. <th>Description</th>
  292. </tr>
  293. </thead>
  294. <tbody>
  295. <tr>
  296. <td><span class="parametername">T</span></td>
  297. <td><p>the type of the object to parse into</p>
  298. </td>
  299. </tr>
  300. </tbody>
  301. </table>
  302. <span class="small pull-right mobile-hide">
  303. <span class="divider">|</span>
  304. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/apiSpec/new?filename=IPA_Config_IConfigProvider_Save.md&amp;value=---%0Auid%3A%20IPA.Config.IConfigProvider.Save%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>
  305. </span>
  306. <span class="small pull-right mobile-hide">
  307. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/Config/IConfigProvider.cs/#L54">View Source</a>
  308. </span>
  309. <a id="IPA_Config_IConfigProvider_Save_" data-uid="IPA.Config.IConfigProvider.Save*"></a>
  310. <h4 id="IPA_Config_IConfigProvider_Save" data-uid="IPA.Config.IConfigProvider.Save">Save()</h4>
  311. <div class="markdown level1 summary"><p>Saves configuration to file. Should error if not a root object.</p>
  312. </div>
  313. <div class="markdown level1 conceptual"></div>
  314. <h5 class="decalaration">Declaration</h5>
  315. <div class="codewrapper">
  316. <pre><code class="lang-csharp hljs">void Save()</code></pre>
  317. </div>
  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/master/apiSpec/new?filename=IPA_Config_IConfigProvider_Store__1___0_.md&amp;value=---%0Auid%3A%20IPA.Config.IConfigProvider.Store%60%601(%60%600)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  321. </span>
  322. <span class="small pull-right mobile-hide">
  323. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/Config/IConfigProvider.cs/#L22">View Source</a>
  324. </span>
  325. <a id="IPA_Config_IConfigProvider_Store_" data-uid="IPA.Config.IConfigProvider.Store*"></a>
  326. <h4 id="IPA_Config_IConfigProvider_Store__1___0_" data-uid="IPA.Config.IConfigProvider.Store``1(``0)">Store&lt;T&gt;(T)</h4>
  327. <div class="markdown level1 summary"><p>Stores the data from <code data-dev-comment-type="paramref" class="paramref">obj</code> into the <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a>.</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">void Store&lt;T&gt;(T obj)</code></pre>
  333. </div>
  334. <h5 class="parameters">Parameters</h5>
  335. <table class="table table-bordered table-striped table-condensed">
  336. <thead>
  337. <tr>
  338. <th>Type</th>
  339. <th>Name</th>
  340. <th>Description</th>
  341. </tr>
  342. </thead>
  343. <tbody>
  344. <tr>
  345. <td><span class="xref">T</span></td>
  346. <td><span class="parametername">obj</span></td>
  347. <td><p>the object containing the data to save</p>
  348. </td>
  349. </tr>
  350. </tbody>
  351. </table>
  352. <h5 class="typeParameters">Type Parameters</h5>
  353. <table class="table table-bordered table-striped table-condensed">
  354. <thead>
  355. <tr>
  356. <th>Name</th>
  357. <th>Description</th>
  358. </tr>
  359. </thead>
  360. <tbody>
  361. <tr>
  362. <td><span class="parametername">T</span></td>
  363. <td><p>the type of <code data-dev-comment-type="paramref" class="paramref">obj</code></p>
  364. </td>
  365. </tr>
  366. </tbody>
  367. </table>
  368. <h3 id="extensionmethods">Extension Methods</h3>
  369. <div>
  370. <a class="xref" href="IPA.Config.Config.html#IPA_Config_Config_MakeLink__1_IPA_Config_IConfigProvider_System_Action_IPA_Config_IConfigProvider_IPA_Utilities_Ref___0___">Config.MakeLink&lt;T&gt;(IConfigProvider, Action&lt;IConfigProvider, Ref&lt;T&gt;&gt;)</a>
  371. </div>
  372. <div>
  373. <a class="xref" href="IPA.Config.Config.html#IPA_Config_Config_RemoveLinks_IPA_Config_IConfigProvider_">Config.RemoveLinks(IConfigProvider)</a>
  374. </div>
  375. <div>
  376. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetPrivateField_System_Object_System_String_System_Object_">ReflectionUtil.SetPrivateField(Object, String, Object)</a>
  377. </div>
  378. <div>
  379. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetPrivateField__1_System_Object_System_String_">ReflectionUtil.GetPrivateField&lt;T&gt;(Object, String)</a>
  380. </div>
  381. <div>
  382. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetPrivateProperty_System_Object_System_String_System_Object_">ReflectionUtil.SetPrivateProperty(Object, String, Object)</a>
  383. </div>
  384. <div>
  385. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokePrivateMethod_System_Object_System_String_System_Object___">ReflectionUtil.InvokePrivateMethod(Object, String, Object[])</a>
  386. </div>
  387. <div>
  388. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokePrivateMethod__1_System_Object_System_String_System_Object___">ReflectionUtil.InvokePrivateMethod&lt;T&gt;(Object, String, Object[])</a>
  389. </div>
  390. </article>
  391. </div>
  392. <div class="hidden-sm col-md-2" role="complementary">
  393. <div class="sideaffix">
  394. <div class="contribution">
  395. <ul class="nav">
  396. <li>
  397. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/apiSpec/new?filename=IPA_Config_IConfigProvider.md&amp;value=---%0Auid%3A%20IPA.Config.IConfigProvider%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>
  398. </li>
  399. <li>
  400. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/Config/IConfigProvider.cs/#L9" class="contribution-link">View Source</a>
  401. </li>
  402. </ul>
  403. </div>
  404. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  405. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  406. </nav>
  407. </div>
  408. </div>
  409. </div>
  410. </div>
  411. <footer>
  412. <div class="grad-bottom"></div>
  413. <div class="footer">
  414. <div class="container">
  415. <span class="pull-right">
  416. <a href="#top">Back to top</a>
  417. </span>
  418. <span>Generated by <strong>DocFX</strong></span>
  419. </div>
  420. </div>
  421. </footer>
  422. </div>
  423. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  424. <script type="text/javascript" src="../styles/docfx.js"></script>
  425. <script type="text/javascript" src="../styles/main.js"></script>
  426. </body>
  427. </html>