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.

154 lines
6.5 KiB

3 months ago
  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> </title>
  8. <meta name="viewport" content="width=device-width">
  9. <meta name="title" content=" ">
  10. <meta name="generator" content="docfx 2.59.4.0">
  11. <link rel="shortcut icon" href="../favicon.ico">
  12. <link rel="stylesheet" href="../styles/docfx.vendor.css">
  13. <link rel="stylesheet" href="../styles/docfx.css">
  14. <link rel="stylesheet" href="../styles/main.css">
  15. <link rel="stylesheet" href="../styles/fix.css">
  16. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  17. <meta property="docfx:navrel" content="../toc.html">
  18. <meta property="docfx:tocrel" content="toc.html">
  19. <meta property="docfx:rel" content="../">
  20. <meta property="docfx:newtab" content="true">
  21. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  22. <div id="wrapper">
  23. <header>
  24. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  25. <div class="container">
  26. <div class="navbar-header">
  27. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  28. <span class="sr-only">Toggle navigation</span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. </button>
  33. <a class="navbar-brand" href="../index.html">
  34. <img id="logo" class="svg" src="../logo.svg" alt="">
  35. </a>
  36. </div>
  37. <div class="collapse navbar-collapse" id="navbar">
  38. <form class="navbar-form navbar-right" role="search" id="search">
  39. <div class="form-group">
  40. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  41. </div>
  42. </form>
  43. </div>
  44. </div>
  45. </nav>
  46. <div class="subnav navbar navbar-default">
  47. <div class="container hide-when-search" id="breadcrumb">
  48. <ul class="breadcrumb">
  49. <li></li>
  50. </ul>
  51. </div>
  52. </div>
  53. </header>
  54. <div class="container body-content">
  55. <div id="search-results">
  56. <div class="search-list">Search Results for <span></span></div>
  57. <div class="sr-items">
  58. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  59. </div>
  60. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  61. </div>
  62. </div>
  63. <div role="main" class="container body-content hide-when-search">
  64. <div class="sidenav hide-when-search">
  65. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  66. <div class="sidetoggle collapse" id="sidetoggle">
  67. <div id="sidetoc"></div>
  68. </div>
  69. </div>
  70. <div class="article row grid-right">
  71. <div class="col-md-10">
  72. <article class="content wrap" id="_content" data-uid="IPA.Config">
  73. <h1 id="IPA_Config" data-uid="IPA.Config" class="text-break"></h1>
  74. <div class="markdown level0 summary"></div>
  75. <div class="markdown level0 conceptual"></div>
  76. <div class="markdown level0 remarks"></div>
  77. <h3 id="classes">Classes
  78. </h3>
  79. <h4><a class="xref" href="IPA.Config.Config.html">Config</a></h4>
  80. <section><p>An abstraction of a config file on disk, which handles synchronizing between a memory representation and the
  81. disk representation.</p>
  82. </section>
  83. <h4><a class="xref" href="IPA.Config.Config.NameAttribute.html">Config.NameAttribute</a></h4>
  84. <section><p>Specifies a preferred config name, instead of using the plugin&apos;s name.</p>
  85. </section>
  86. <h4><a class="xref" href="IPA.Config.Config.PreferAttribute.html">Config.PreferAttribute</a></h4>
  87. <section><p>Specifies that a particular parameter is preferred to use a particular <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a>.
  88. If it is not available, also specifies backups. If none are available, the default is used.</p>
  89. </section>
  90. <h4><a class="xref" href="IPA.Config.ConfigProvider.html">ConfigProvider</a></h4>
  91. <section><p>A wrapper for an <a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a> and the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.fileinfo">FileInfo</a> to use with it.</p>
  92. </section>
  93. <h4><a class="xref" href="IPA.Config.ConfigWatchersHelper.html">ConfigWatchersHelper</a></h4>
  94. <section></section>
  95. <h4><a class="xref" href="IPA.Config.ModPrefs.html">ModPrefs</a></h4>
  96. <section><p>Allows to get and set preferences for your mod. </p>
  97. </section>
  98. <h3 id="interfaces">Interfaces
  99. </h3>
  100. <h4><a class="xref" href="IPA.Config.IConfigProvider.html">IConfigProvider</a></h4>
  101. <section><p>An interface for configuration providers.</p>
  102. </section>
  103. <h4><a class="xref" href="IPA.Config.IConfigStore.html">IConfigStore</a></h4>
  104. <section><p>A storage for a config structure.</p>
  105. </section>
  106. <h4><a class="xref" href="IPA.Config.IModPrefs.html">IModPrefs</a></h4>
  107. <section><p>Allows to get and set preferences for your mod. </p>
  108. </section>
  109. </article>
  110. </div>
  111. <div class="hidden-sm col-md-2" role="complementary">
  112. <div class="sideaffix">
  113. <div class="contribution">
  114. <ul class="nav">
  115. </ul>
  116. </div>
  117. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  118. <h5>In This Article</h5>
  119. <div></div>
  120. </nav>
  121. </div>
  122. </div>
  123. </div>
  124. </div>
  125. <footer>
  126. <div class="grad-bottom"></div>
  127. <div class="footer">
  128. <div class="container">
  129. <span class="pull-right">
  130. <a href="#top">Back to top</a>
  131. </span>
  132. <span>Generated by <strong>DocFX</strong></span>
  133. </div>
  134. </div>
  135. </footer>
  136. </div>
  137. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  138. <script type="text/javascript" src="../styles/docfx.js"></script>
  139. <script type="text/javascript" src="../styles/main.js"></script>
  140. </body>
  141. </html>