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.

472 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 PluginLoader.PluginMetadata
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class PluginLoader.PluginMetadata
  11. ">
  12. <meta name="generator" content="docfx 2.43.3.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.Loader.PluginLoader.PluginMetadata">
  74. <h1 id="IPA_Loader_PluginLoader_PluginMetadata" data-uid="IPA.Loader.PluginLoader.PluginMetadata" class="text-break">Class PluginLoader.PluginMetadata
  75. </h1>
  76. <div class="markdown level0 summary"><p>A class which describes a loaded plugin.</p>
  77. </div>
  78. <div class="markdown level0 conceptual"></div>
  79. <div class="inheritance">
  80. <h5>Inheritance</h5>
  81. <div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
  82. <div class="level1"><span class="xref">PluginLoader.PluginMetadata</span></div>
  83. </div>
  84. <div class="inheritedMembers">
  85. <h5>Inherited Members</h5>
  86. <div>
  87. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_">Object.Equals(Object)</a>
  88. </div>
  89. <div>
  90. <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>
  91. </div>
  92. <div>
  93. <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>
  94. </div>
  95. <div>
  96. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gethashcode#System_Object_GetHashCode">Object.GetHashCode()</a>
  97. </div>
  98. <div>
  99. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.gettype#System_Object_GetType">Object.GetType()</a>
  100. </div>
  101. <div>
  102. <a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#System_Object_MemberwiseClone">Object.MemberwiseClone()</a>
  103. </div>
  104. </div>
  105. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Loader.html">IPA.Loader</a></h6>
  106. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  107. <h5 id="IPA_Loader_PluginLoader_PluginMetadata_syntax">Syntax</h5>
  108. <div class="codewrapper">
  109. <pre><code class="lang-csharp hljs">public class PluginMetadata</code></pre>
  110. </div>
  111. <h3 id="properties">Properties
  112. </h3>
  113. <span class="small pull-right mobile-hide">
  114. <span class="divider">|</span>
  115. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_PluginLoader_PluginMetadata_Assembly.md&amp;value=---%0Auid%3A%20IPA.Loader.PluginLoader.PluginMetadata.Assembly%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>
  116. </span>
  117. <span class="small pull-right mobile-hide">
  118. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/5eea0200363a63e02e1b61546b8478103bf14c26/IPA.Loader/Loader/PluginLoader.cs/#L48">View Source</a>
  119. </span>
  120. <a id="IPA_Loader_PluginLoader_PluginMetadata_Assembly_" data-uid="IPA.Loader.PluginLoader.PluginMetadata.Assembly*"></a>
  121. <h4 id="IPA_Loader_PluginLoader_PluginMetadata_Assembly" data-uid="IPA.Loader.PluginLoader.PluginMetadata.Assembly">Assembly</h4>
  122. <div class="markdown level1 summary"><p>The assembly the plugin was loaded from.</p>
  123. </div>
  124. <div class="markdown level1 conceptual"></div>
  125. <h5 class="decalaration">Declaration</h5>
  126. <div class="codewrapper">
  127. <pre><code class="lang-csharp hljs">public Assembly Assembly { get; }</code></pre>
  128. </div>
  129. <h5 class="propertyValue">Property Value</h5>
  130. <table class="table table-bordered table-striped table-condensed">
  131. <thead>
  132. <tr>
  133. <th>Type</th>
  134. <th>Description</th>
  135. </tr>
  136. </thead>
  137. <tbody>
  138. <tr>
  139. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.reflection.assembly">Assembly</a></td>
  140. <td><p>the loaded Assembly that contains the plugin main type</p>
  141. </td>
  142. </tr>
  143. </tbody>
  144. </table>
  145. <span class="small pull-right mobile-hide">
  146. <span class="divider">|</span>
  147. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_PluginLoader_PluginMetadata_Features.md&amp;value=---%0Auid%3A%20IPA.Loader.PluginLoader.PluginMetadata.Features%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>
  148. </span>
  149. <span class="small pull-right mobile-hide">
  150. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/5eea0200363a63e02e1b61546b8478103bf14c26/IPA.Loader/Loader/PluginLoader.cs/#L85">View Source</a>
  151. </span>
  152. <a id="IPA_Loader_PluginLoader_PluginMetadata_Features_" data-uid="IPA.Loader.PluginLoader.PluginMetadata.Features*"></a>
  153. <h4 id="IPA_Loader_PluginLoader_PluginMetadata_Features" data-uid="IPA.Loader.PluginLoader.PluginMetadata.Features">Features</h4>
  154. <div class="markdown level1 summary"><p>The features this plugin requests.</p>
  155. </div>
  156. <div class="markdown level1 conceptual"></div>
  157. <h5 class="decalaration">Declaration</h5>
  158. <div class="codewrapper">
  159. <pre><code class="lang-csharp hljs">public IReadOnlyList&lt;Feature&gt; Features { get; }</code></pre>
  160. </div>
  161. <h5 class="propertyValue">Property Value</h5>
  162. <table class="table table-bordered table-striped table-condensed">
  163. <thead>
  164. <tr>
  165. <th>Type</th>
  166. <th>Description</th>
  167. </tr>
  168. </thead>
  169. <tbody>
  170. <tr>
  171. <td><span class="xref">IReadOnlyList</span>&lt;<a class="xref" href="IPA.Loader.Features.Feature.html">Feature</a>&gt;</td>
  172. <td><p>the list of features requested by the plugin</p>
  173. </td>
  174. </tr>
  175. </tbody>
  176. </table>
  177. <span class="small pull-right mobile-hide">
  178. <span class="divider">|</span>
  179. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_PluginLoader_PluginMetadata_File.md&amp;value=---%0Auid%3A%20IPA.Loader.PluginLoader.PluginMetadata.File%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>
  180. </span>
  181. <span class="small pull-right mobile-hide">
  182. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/5eea0200363a63e02e1b61546b8478103bf14c26/IPA.Loader/Loader/PluginLoader.cs/#L78">View Source</a>
  183. </span>
  184. <a id="IPA_Loader_PluginLoader_PluginMetadata_File_" data-uid="IPA.Loader.PluginLoader.PluginMetadata.File*"></a>
  185. <h4 id="IPA_Loader_PluginLoader_PluginMetadata_File" data-uid="IPA.Loader.PluginLoader.PluginMetadata.File">File</h4>
  186. <div class="markdown level1 summary"><p>The file the plugin was loaded from.</p>
  187. </div>
  188. <div class="markdown level1 conceptual"></div>
  189. <h5 class="decalaration">Declaration</h5>
  190. <div class="codewrapper">
  191. <pre><code class="lang-csharp hljs">public FileInfo File { get; }</code></pre>
  192. </div>
  193. <h5 class="propertyValue">Property Value</h5>
  194. <table class="table table-bordered table-striped table-condensed">
  195. <thead>
  196. <tr>
  197. <th>Type</th>
  198. <th>Description</th>
  199. </tr>
  200. </thead>
  201. <tbody>
  202. <tr>
  203. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.io.fileinfo">FileInfo</a></td>
  204. <td><p>the file the plugin was loaded from</p>
  205. </td>
  206. </tr>
  207. </tbody>
  208. </table>
  209. <span class="small pull-right mobile-hide">
  210. <span class="divider">|</span>
  211. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_PluginLoader_PluginMetadata_Id.md&amp;value=---%0Auid%3A%20IPA.Loader.PluginLoader.PluginMetadata.Id%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>
  212. </span>
  213. <span class="small pull-right mobile-hide">
  214. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/5eea0200363a63e02e1b61546b8478103bf14c26/IPA.Loader/Loader/PluginLoader.cs/#L66">View Source</a>
  215. </span>
  216. <a id="IPA_Loader_PluginLoader_PluginMetadata_Id_" data-uid="IPA.Loader.PluginLoader.PluginMetadata.Id*"></a>
  217. <h4 id="IPA_Loader_PluginLoader_PluginMetadata_Id" data-uid="IPA.Loader.PluginLoader.PluginMetadata.Id">Id</h4>
  218. <div class="markdown level1 summary"><p>The BeatMods ID of the plugin, or null if it doesn&apos;t have one.</p>
  219. </div>
  220. <div class="markdown level1 conceptual"></div>
  221. <h5 class="decalaration">Declaration</h5>
  222. <div class="codewrapper">
  223. <pre><code class="lang-csharp hljs">public string Id { get; }</code></pre>
  224. </div>
  225. <h5 class="propertyValue">Property Value</h5>
  226. <table class="table table-bordered table-striped table-condensed">
  227. <thead>
  228. <tr>
  229. <th>Type</th>
  230. <th>Description</th>
  231. </tr>
  232. </thead>
  233. <tbody>
  234. <tr>
  235. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  236. <td><p>the updater ID of the plugin</p>
  237. </td>
  238. </tr>
  239. </tbody>
  240. </table>
  241. <span class="small pull-right mobile-hide">
  242. <span class="divider">|</span>
  243. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_PluginLoader_PluginMetadata_IsBare.md&amp;value=---%0Auid%3A%20IPA.Loader.PluginLoader.PluginMetadata.IsBare%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>
  244. </span>
  245. <span class="small pull-right mobile-hide">
  246. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/5eea0200363a63e02e1b61546b8478103bf14c26/IPA.Loader/Loader/PluginLoader.cs/#L95">View Source</a>
  247. </span>
  248. <a id="IPA_Loader_PluginLoader_PluginMetadata_IsBare_" data-uid="IPA.Loader.PluginLoader.PluginMetadata.IsBare*"></a>
  249. <h4 id="IPA_Loader_PluginLoader_PluginMetadata_IsBare" data-uid="IPA.Loader.PluginLoader.PluginMetadata.IsBare">IsBare</h4>
  250. <div class="markdown level1 summary"><p>Whether or not this metadata object represents a bare manifest.</p>
  251. </div>
  252. <div class="markdown level1 conceptual"></div>
  253. <h5 class="decalaration">Declaration</h5>
  254. <div class="codewrapper">
  255. <pre><code class="lang-csharp hljs">public bool IsBare { get; }</code></pre>
  256. </div>
  257. <h5 class="propertyValue">Property Value</h5>
  258. <table class="table table-bordered table-striped table-condensed">
  259. <thead>
  260. <tr>
  261. <th>Type</th>
  262. <th>Description</th>
  263. </tr>
  264. </thead>
  265. <tbody>
  266. <tr>
  267. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  268. <td><p><span class="xref">true</span> if it is bare, <span class="xref">false</span> otherwise</p>
  269. </td>
  270. </tr>
  271. </tbody>
  272. </table>
  273. <span class="small pull-right mobile-hide">
  274. <span class="divider">|</span>
  275. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_PluginLoader_PluginMetadata_Name.md&amp;value=---%0Auid%3A%20IPA.Loader.PluginLoader.PluginMetadata.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>
  276. </span>
  277. <span class="small pull-right mobile-hide">
  278. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/5eea0200363a63e02e1b61546b8478103bf14c26/IPA.Loader/Loader/PluginLoader.cs/#L60">View Source</a>
  279. </span>
  280. <a id="IPA_Loader_PluginLoader_PluginMetadata_Name_" data-uid="IPA.Loader.PluginLoader.PluginMetadata.Name*"></a>
  281. <h4 id="IPA_Loader_PluginLoader_PluginMetadata_Name" data-uid="IPA.Loader.PluginLoader.PluginMetadata.Name">Name</h4>
  282. <div class="markdown level1 summary"><p>The human readable name of the plugin.</p>
  283. </div>
  284. <div class="markdown level1 conceptual"></div>
  285. <h5 class="decalaration">Declaration</h5>
  286. <div class="codewrapper">
  287. <pre><code class="lang-csharp hljs">public string Name { get; }</code></pre>
  288. </div>
  289. <h5 class="propertyValue">Property Value</h5>
  290. <table class="table table-bordered table-striped table-condensed">
  291. <thead>
  292. <tr>
  293. <th>Type</th>
  294. <th>Description</th>
  295. </tr>
  296. </thead>
  297. <tbody>
  298. <tr>
  299. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  300. <td><p>the name of the plugin</p>
  301. </td>
  302. </tr>
  303. </tbody>
  304. </table>
  305. <span class="small pull-right mobile-hide">
  306. <span class="divider">|</span>
  307. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_PluginLoader_PluginMetadata_PluginType.md&amp;value=---%0Auid%3A%20IPA.Loader.PluginLoader.PluginMetadata.PluginType%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>
  308. </span>
  309. <span class="small pull-right mobile-hide">
  310. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/5eea0200363a63e02e1b61546b8478103bf14c26/IPA.Loader/Loader/PluginLoader.cs/#L54">View Source</a>
  311. </span>
  312. <a id="IPA_Loader_PluginLoader_PluginMetadata_PluginType_" data-uid="IPA.Loader.PluginLoader.PluginMetadata.PluginType*"></a>
  313. <h4 id="IPA_Loader_PluginLoader_PluginMetadata_PluginType" data-uid="IPA.Loader.PluginLoader.PluginMetadata.PluginType">PluginType</h4>
  314. <div class="markdown level1 summary"><p>The TypeDefinition for the main type of the plugin.</p>
  315. </div>
  316. <div class="markdown level1 conceptual"></div>
  317. <h5 class="decalaration">Declaration</h5>
  318. <div class="codewrapper">
  319. <pre><code class="lang-csharp hljs">public TypeDefinition PluginType { get; }</code></pre>
  320. </div>
  321. <h5 class="propertyValue">Property Value</h5>
  322. <table class="table table-bordered table-striped table-condensed">
  323. <thead>
  324. <tr>
  325. <th>Type</th>
  326. <th>Description</th>
  327. </tr>
  328. </thead>
  329. <tbody>
  330. <tr>
  331. <td><span class="xref">TypeDefinition</span></td>
  332. <td><p>the Cecil definition for the plugin main type</p>
  333. </td>
  334. </tr>
  335. </tbody>
  336. </table>
  337. <span class="small pull-right mobile-hide">
  338. <span class="divider">|</span>
  339. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_PluginLoader_PluginMetadata_Version.md&amp;value=---%0Auid%3A%20IPA.Loader.PluginLoader.PluginMetadata.Version%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>
  340. </span>
  341. <span class="small pull-right mobile-hide">
  342. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/5eea0200363a63e02e1b61546b8478103bf14c26/IPA.Loader/Loader/PluginLoader.cs/#L72">View Source</a>
  343. </span>
  344. <a id="IPA_Loader_PluginLoader_PluginMetadata_Version_" data-uid="IPA.Loader.PluginLoader.PluginMetadata.Version*"></a>
  345. <h4 id="IPA_Loader_PluginLoader_PluginMetadata_Version" data-uid="IPA.Loader.PluginLoader.PluginMetadata.Version">Version</h4>
  346. <div class="markdown level1 summary"><p>The version of the plugin.</p>
  347. </div>
  348. <div class="markdown level1 conceptual"></div>
  349. <h5 class="decalaration">Declaration</h5>
  350. <div class="codewrapper">
  351. <pre><code class="lang-csharp hljs">public SemVer.Version Version { get; }</code></pre>
  352. </div>
  353. <h5 class="propertyValue">Property Value</h5>
  354. <table class="table table-bordered table-striped table-condensed">
  355. <thead>
  356. <tr>
  357. <th>Type</th>
  358. <th>Description</th>
  359. </tr>
  360. </thead>
  361. <tbody>
  362. <tr>
  363. <td><span class="xref">SemVer.Version</span></td>
  364. <td><p>the version of the plugin</p>
  365. </td>
  366. </tr>
  367. </tbody>
  368. </table>
  369. <h3 id="methods">Methods
  370. </h3>
  371. <span class="small pull-right mobile-hide">
  372. <span class="divider">|</span>
  373. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_PluginLoader_PluginMetadata_ToString.md&amp;value=---%0Auid%3A%20IPA.Loader.PluginLoader.PluginMetadata.ToString%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>
  374. </span>
  375. <span class="small pull-right mobile-hide">
  376. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/5eea0200363a63e02e1b61546b8478103bf14c26/IPA.Loader/Loader/PluginLoader.cs/#L117">View Source</a>
  377. </span>
  378. <a id="IPA_Loader_PluginLoader_PluginMetadata_ToString_" data-uid="IPA.Loader.PluginLoader.PluginMetadata.ToString*"></a>
  379. <h4 id="IPA_Loader_PluginLoader_PluginMetadata_ToString" data-uid="IPA.Loader.PluginLoader.PluginMetadata.ToString">ToString()</h4>
  380. <div class="markdown level1 summary"><p>Gets all of the metadata as a readable string.</p>
  381. </div>
  382. <div class="markdown level1 conceptual"></div>
  383. <h5 class="decalaration">Declaration</h5>
  384. <div class="codewrapper">
  385. <pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
  386. </div>
  387. <h5 class="returns">Returns</h5>
  388. <table class="table table-bordered table-striped table-condensed">
  389. <thead>
  390. <tr>
  391. <th>Type</th>
  392. <th>Description</th>
  393. </tr>
  394. </thead>
  395. <tbody>
  396. <tr>
  397. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  398. <td><p>the readable printable metadata string</p>
  399. </td>
  400. </tr>
  401. </tbody>
  402. </table>
  403. <h5 class="overrides">Overrides</h5>
  404. <div><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object.tostring#System_Object_ToString">Object.ToString()</a></div>
  405. <h3 id="extensionmethods">Extension Methods</h3>
  406. <div>
  407. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetPrivateField_System_Object_System_String_System_Object_">ReflectionUtil.SetPrivateField(Object, String, Object)</a>
  408. </div>
  409. <div>
  410. <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>
  411. </div>
  412. <div>
  413. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetPrivateProperty_System_Object_System_String_System_Object_">ReflectionUtil.SetPrivateProperty(Object, String, Object)</a>
  414. </div>
  415. <div>
  416. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokePrivateMethod_System_Object_System_String_System_Object___">ReflectionUtil.InvokePrivateMethod(Object, String, Object[])</a>
  417. </div>
  418. <div>
  419. <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>
  420. </div>
  421. </article>
  422. </div>
  423. <div class="hidden-sm col-md-2" role="complementary">
  424. <div class="sideaffix">
  425. <div class="contribution">
  426. <ul class="nav">
  427. <li>
  428. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_PluginLoader_PluginMetadata.md&amp;value=---%0Auid%3A%20IPA.Loader.PluginLoader.PluginMetadata%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>
  429. </li>
  430. <li>
  431. <a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/5eea0200363a63e02e1b61546b8478103bf14c26/IPA.Loader/Loader/PluginLoader.cs/#L42" class="contribution-link">View Source</a>
  432. </li>
  433. </ul>
  434. </div>
  435. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  436. <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
  437. </nav>
  438. </div>
  439. </div>
  440. </div>
  441. </div>
  442. <footer>
  443. <div class="grad-bottom"></div>
  444. <div class="footer">
  445. <div class="container">
  446. <span class="pull-right">
  447. <a href="#top">Back to top</a>
  448. </span>
  449. <span>Generated by <strong>DocFX</strong></span>
  450. </div>
  451. </div>
  452. </footer>
  453. </div>
  454. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  455. <script type="text/javascript" src="../styles/docfx.js"></script>
  456. <script type="text/javascript" src="../styles/main.js"></script>
  457. </body>
  458. </html>