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.

450 lines
23 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=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.IConfigProvider">
  74. <h1 id="IPA_Config_IConfigProvider" data-uid="IPA.Config.IConfigProvider" class="text-break">Interface IConfigProvider
  75. </h1>
  76. <div class="markdown level0 summary"><p>An interface for configuration providers.</p>
  77. </div>
  78. <div class="markdown level0 conceptual"></div>
  79. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Config.html">IPA.Config</a></h6>
  80. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  81. <h5 id="IPA_Config_IConfigProvider_syntax">Syntax</h5>
  82. <div class="codewrapper">
  83. <pre><code class="lang-csharp hljs">public interface IConfigProvider</code></pre>
  84. </div>
  85. <h3 id="properties">Properties
  86. </h3>
  87. <span class="small pull-right mobile-hide">
  88. <span class="divider">|</span>
  89. <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>
  90. </span>
  91. <span class="small pull-right mobile-hide">
  92. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/Config/IConfigProvider.cs/#L28">View Source</a>
  93. </span>
  94. <a id="IPA_Config_IConfigProvider_Dynamic_" data-uid="IPA.Config.IConfigProvider.Dynamic*"></a>
  95. <h4 id="IPA_Config_IConfigProvider_Dynamic" data-uid="IPA.Config.IConfigProvider.Dynamic">Dynamic</h4>
  96. <div class="markdown level1 summary"><p>Gets a dynamic object providing access to the configuration.</p>
  97. </div>
  98. <div class="markdown level1 conceptual"></div>
  99. <h5 class="decalaration">Declaration</h5>
  100. <div class="codewrapper">
  101. <pre><code class="lang-csharp hljs">dynamic Dynamic { get; }</code></pre>
  102. </div>
  103. <h5 class="propertyValue">Property Value</h5>
  104. <table class="table table-bordered table-striped table-condensed">
  105. <thead>
  106. <tr>
  107. <th>Type</th>
  108. <th>Description</th>
  109. </tr>
  110. </thead>
  111. <tbody>
  112. <tr>
  113. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  114. <td><p>a dynamically bound object to use to access config values directly</p>
  115. </td>
  116. </tr>
  117. </tbody>
  118. </table>
  119. <span class="small pull-right mobile-hide">
  120. <span class="divider">|</span>
  121. <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>
  122. </span>
  123. <span class="small pull-right mobile-hide">
  124. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/Config/IConfigProvider.cs/#L45">View Source</a>
  125. </span>
  126. <a id="IPA_Config_IConfigProvider_Filename_" data-uid="IPA.Config.IConfigProvider.Filename*"></a>
  127. <h4 id="IPA_Config_IConfigProvider_Filename" data-uid="IPA.Config.IConfigProvider.Filename">Filename</h4>
  128. <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>
  129. </div>
  130. <div class="markdown level1 conceptual"></div>
  131. <h5 class="decalaration">Declaration</h5>
  132. <div class="codewrapper">
  133. <pre><code class="lang-csharp hljs">string Filename { set; }</code></pre>
  134. </div>
  135. <h5 class="propertyValue">Property Value</h5>
  136. <table class="table table-bordered table-striped table-condensed">
  137. <thead>
  138. <tr>
  139. <th>Type</th>
  140. <th>Description</th>
  141. </tr>
  142. </thead>
  143. <tbody>
  144. <tr>
  145. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  146. <td><p>the extensionless filename to save to</p>
  147. </td>
  148. </tr>
  149. </tbody>
  150. </table>
  151. <span class="small pull-right mobile-hide">
  152. <span class="divider">|</span>
  153. <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>
  154. </span>
  155. <span class="small pull-right mobile-hide">
  156. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/Config/IConfigProvider.cs/#L35">View Source</a>
  157. </span>
  158. <a id="IPA_Config_IConfigProvider_HasChanged_" data-uid="IPA.Config.IConfigProvider.HasChanged*"></a>
  159. <h4 id="IPA_Config_IConfigProvider_HasChanged" data-uid="IPA.Config.IConfigProvider.HasChanged">HasChanged</h4>
  160. <div class="markdown level1 summary"><p>Returns <span class="xref">true</span> if object has changed since the last save</p>
  161. </div>
  162. <div class="markdown level1 conceptual"></div>
  163. <h5 class="decalaration">Declaration</h5>
  164. <div class="codewrapper">
  165. <pre><code class="lang-csharp hljs">bool HasChanged { get; }</code></pre>
  166. </div>
  167. <h5 class="propertyValue">Property Value</h5>
  168. <table class="table table-bordered table-striped table-condensed">
  169. <thead>
  170. <tr>
  171. <th>Type</th>
  172. <th>Description</th>
  173. </tr>
  174. </thead>
  175. <tbody>
  176. <tr>
  177. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  178. <td><span class="xref">true</span> if object has changed since the last save, else <span class="xref">false</span></td>
  179. </tr>
  180. </tbody>
  181. </table>
  182. <span class="small pull-right mobile-hide">
  183. <span class="divider">|</span>
  184. <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>
  185. </span>
  186. <span class="small pull-right mobile-hide">
  187. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/Config/IConfigProvider.cs/#L40">View Source</a>
  188. </span>
  189. <a id="IPA_Config_IConfigProvider_InMemoryChanged_" data-uid="IPA.Config.IConfigProvider.InMemoryChanged*"></a>
  190. <h4 id="IPA_Config_IConfigProvider_InMemoryChanged" data-uid="IPA.Config.IConfigProvider.InMemoryChanged">InMemoryChanged</h4>
  191. <div class="markdown level1 summary"><p>Returns <span class="xref">true</span> if the data in memory has been changed - notably including loads.</p>
  192. </div>
  193. <div class="markdown level1 conceptual"></div>
  194. <h5 class="decalaration">Declaration</h5>
  195. <div class="codewrapper">
  196. <pre><code class="lang-csharp hljs">bool InMemoryChanged { get; set; }</code></pre>
  197. </div>
  198. <h5 class="propertyValue">Property Value</h5>
  199. <table class="table table-bordered table-striped table-condensed">
  200. <thead>
  201. <tr>
  202. <th>Type</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.boolean">Boolean</a></td>
  209. <td><span class="xref">true</span> if the data in memory has been changed, else <span class="xref">false</span></td>
  210. </tr>
  211. </tbody>
  212. </table>
  213. <span class="small pull-right mobile-hide">
  214. <span class="divider">|</span>
  215. <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>
  216. </span>
  217. <span class="small pull-right mobile-hide">
  218. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/Config/IConfigProvider.cs/#L50">View Source</a>
  219. </span>
  220. <a id="IPA_Config_IConfigProvider_LastModified_" data-uid="IPA.Config.IConfigProvider.LastModified*"></a>
  221. <h4 id="IPA_Config_IConfigProvider_LastModified" data-uid="IPA.Config.IConfigProvider.LastModified">LastModified</h4>
  222. <div class="markdown level1 summary"><p>Gets the last time the config was modified.</p>
  223. </div>
  224. <div class="markdown level1 conceptual"></div>
  225. <h5 class="decalaration">Declaration</h5>
  226. <div class="codewrapper">
  227. <pre><code class="lang-csharp hljs">DateTime LastModified { get; }</code></pre>
  228. </div>
  229. <h5 class="propertyValue">Property Value</h5>
  230. <table class="table table-bordered table-striped table-condensed">
  231. <thead>
  232. <tr>
  233. <th>Type</th>
  234. <th>Description</th>
  235. </tr>
  236. </thead>
  237. <tbody>
  238. <tr>
  239. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.datetime">DateTime</a></td>
  240. <td><p>the last time the config file was modified</p>
  241. </td>
  242. </tr>
  243. </tbody>
  244. </table>
  245. <h3 id="methods">Methods
  246. </h3>
  247. <span class="small pull-right mobile-hide">
  248. <span class="divider">|</span>
  249. <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>
  250. </span>
  251. <span class="small pull-right mobile-hide">
  252. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/Config/IConfigProvider.cs/#L58">View Source</a>
  253. </span>
  254. <a id="IPA_Config_IConfigProvider_Load_" data-uid="IPA.Config.IConfigProvider.Load*"></a>
  255. <h4 id="IPA_Config_IConfigProvider_Load" data-uid="IPA.Config.IConfigProvider.Load">Load()</h4>
  256. <div class="markdown level1 summary"><p>Loads the state of the file on disk.</p>
  257. </div>
  258. <div class="markdown level1 conceptual"></div>
  259. <h5 class="decalaration">Declaration</h5>
  260. <div class="codewrapper">
  261. <pre><code class="lang-csharp hljs">void Load()</code></pre>
  262. </div>
  263. <span class="small pull-right mobile-hide">
  264. <span class="divider">|</span>
  265. <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>
  266. </span>
  267. <span class="small pull-right mobile-hide">
  268. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/Config/IConfigProvider.cs/#L16">View Source</a>
  269. </span>
  270. <a id="IPA_Config_IConfigProvider_Parse_" data-uid="IPA.Config.IConfigProvider.Parse*"></a>
  271. <h4 id="IPA_Config_IConfigProvider_Parse__1" data-uid="IPA.Config.IConfigProvider.Parse``1">Parse&lt;T&gt;()</h4>
  272. <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>
  273. </div>
  274. <div class="markdown level1 conceptual"></div>
  275. <h5 class="decalaration">Declaration</h5>
  276. <div class="codewrapper">
  277. <pre><code class="lang-csharp hljs">T Parse&lt;T&gt;()</code></pre>
  278. </div>
  279. <h5 class="returns">Returns</h5>
  280. <table class="table table-bordered table-striped table-condensed">
  281. <thead>
  282. <tr>
  283. <th>Type</th>
  284. <th>Description</th>
  285. </tr>
  286. </thead>
  287. <tbody>
  288. <tr>
  289. <td><span class="xref">T</span></td>
  290. <td><p>the values from the config provider parsed into the object</p>
  291. </td>
  292. </tr>
  293. </tbody>
  294. </table>
  295. <h5 class="typeParameters">Type Parameters</h5>
  296. <table class="table table-bordered table-striped table-condensed">
  297. <thead>
  298. <tr>
  299. <th>Name</th>
  300. <th>Description</th>
  301. </tr>
  302. </thead>
  303. <tbody>
  304. <tr>
  305. <td><span class="parametername">T</span></td>
  306. <td><p>the type of the object to parse into</p>
  307. </td>
  308. </tr>
  309. </tbody>
  310. </table>
  311. <span class="small pull-right mobile-hide">
  312. <span class="divider">|</span>
  313. <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>
  314. </span>
  315. <span class="small pull-right mobile-hide">
  316. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/Config/IConfigProvider.cs/#L54">View Source</a>
  317. </span>
  318. <a id="IPA_Config_IConfigProvider_Save_" data-uid="IPA.Config.IConfigProvider.Save*"></a>
  319. <h4 id="IPA_Config_IConfigProvider_Save" data-uid="IPA.Config.IConfigProvider.Save">Save()</h4>
  320. <div class="markdown level1 summary"><p>Saves configuration to file. Should error if not a root object.</p>
  321. </div>
  322. <div class="markdown level1 conceptual"></div>
  323. <h5 class="decalaration">Declaration</h5>
  324. <div class="codewrapper">
  325. <pre><code class="lang-csharp hljs">void Save()</code></pre>
  326. </div>
  327. <span class="small pull-right mobile-hide">
  328. <span class="divider">|</span>
  329. <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>
  330. </span>
  331. <span class="small pull-right mobile-hide">
  332. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/Config/IConfigProvider.cs/#L22">View Source</a>
  333. </span>
  334. <a id="IPA_Config_IConfigProvider_Store_" data-uid="IPA.Config.IConfigProvider.Store*"></a>
  335. <h4 id="IPA_Config_IConfigProvider_Store__1___0_" data-uid="IPA.Config.IConfigProvider.Store``1(``0)">Store&lt;T&gt;(T)</h4>
  336. <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>
  337. </div>
  338. <div class="markdown level1 conceptual"></div>
  339. <h5 class="decalaration">Declaration</h5>
  340. <div class="codewrapper">
  341. <pre><code class="lang-csharp hljs">void Store&lt;T&gt;(T obj)</code></pre>
  342. </div>
  343. <h5 class="parameters">Parameters</h5>
  344. <table class="table table-bordered table-striped table-condensed">
  345. <thead>
  346. <tr>
  347. <th>Type</th>
  348. <th>Name</th>
  349. <th>Description</th>
  350. </tr>
  351. </thead>
  352. <tbody>
  353. <tr>
  354. <td><span class="xref">T</span></td>
  355. <td><span class="parametername">obj</span></td>
  356. <td><p>the object containing the data to save</p>
  357. </td>
  358. </tr>
  359. </tbody>
  360. </table>
  361. <h5 class="typeParameters">Type Parameters</h5>
  362. <table class="table table-bordered table-striped table-condensed">
  363. <thead>
  364. <tr>
  365. <th>Name</th>
  366. <th>Description</th>
  367. </tr>
  368. </thead>
  369. <tbody>
  370. <tr>
  371. <td><span class="parametername">T</span></td>
  372. <td><p>the type of <code data-dev-comment-type="paramref" class="paramref">obj</code></p>
  373. </td>
  374. </tr>
  375. </tbody>
  376. </table>
  377. <h3 id="extensionmethods">Extension Methods</h3>
  378. <div>
  379. <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>
  380. </div>
  381. <div>
  382. <a class="xref" href="IPA.Config.Config.html#IPA_Config_Config_RemoveLinks_IPA_Config_IConfigProvider_">Config.RemoveLinks(IConfigProvider)</a>
  383. </div>
  384. <div>
  385. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetPrivateField_System_Object_System_String_System_Object_">ReflectionUtil.SetPrivateField(Object, String, Object)</a>
  386. </div>
  387. <div>
  388. <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>
  389. </div>
  390. <div>
  391. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetPrivateProperty_System_Object_System_String_System_Object_">ReflectionUtil.SetPrivateProperty(Object, String, Object)</a>
  392. </div>
  393. <div>
  394. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokePrivateMethod_System_Object_System_String_System_Object___">ReflectionUtil.InvokePrivateMethod(Object, String, Object[])</a>
  395. </div>
  396. <div>
  397. <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>
  398. </div>
  399. </article>
  400. </div>
  401. <div class="hidden-sm col-md-2" role="complementary">
  402. <div class="sideaffix">
  403. <div class="contribution">
  404. <ul class="nav">
  405. <li>
  406. <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>
  407. </li>
  408. <li>
  409. <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>
  410. </li>
  411. </ul>
  412. </div>
  413. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  414. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  415. </nav>
  416. </div>
  417. </div>
  418. </div>
  419. </div>
  420. <footer>
  421. <div class="grad-bottom"></div>
  422. <div class="footer">
  423. <div class="container">
  424. <span class="pull-right">
  425. <a href="#top">Back to top</a>
  426. </span>
  427. <span>Generated by <strong>DocFX</strong></span>
  428. </div>
  429. </div>
  430. </footer>
  431. </div>
  432. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  433. <script type="text/javascript" src="../styles/docfx.js"></script>
  434. <script type="text/javascript" src="../styles/main.js"></script>
  435. </body>
  436. </html>