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.

586 lines
29 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>Struct IgnoreReason
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Struct IgnoreReason
  11. ">
  12. <meta name="generator" content="docfx 2.59.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 rel="stylesheet" href="../styles/fix.css">
  18. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  19. <meta property="docfx:navrel" content="../toc.html">
  20. <meta property="docfx:tocrel" content="toc.html">
  21. <meta property="docfx:rel" content="../">
  22. <meta property="docfx:newtab" content="true">
  23. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  24. <div id="wrapper">
  25. <header>
  26. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  27. <div class="container">
  28. <div class="navbar-header">
  29. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  30. <span class="sr-only">Toggle navigation</span>
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. <span class="icon-bar"></span>
  34. </button>
  35. <a class="navbar-brand" href="../index.html">
  36. <img id="logo" class="svg" src="../logo.svg" alt="">
  37. </a>
  38. </div>
  39. <div class="collapse navbar-collapse" id="navbar">
  40. <form class="navbar-form navbar-right" role="search" id="search">
  41. <div class="form-group">
  42. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  43. </div>
  44. </form>
  45. </div>
  46. </div>
  47. </nav>
  48. <div class="subnav navbar navbar-default">
  49. <div class="container hide-when-search" id="breadcrumb">
  50. <ul class="breadcrumb">
  51. <li></li>
  52. </ul>
  53. </div>
  54. </div>
  55. </header>
  56. <div class="container body-content">
  57. <div id="search-results">
  58. <div class="search-list">Search Results for <span></span></div>
  59. <div class="sr-items">
  60. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  61. </div>
  62. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  63. </div>
  64. </div>
  65. <div role="main" class="container body-content hide-when-search">
  66. <div class="sidenav hide-when-search">
  67. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  68. <div class="sidetoggle collapse" id="sidetoggle">
  69. <div id="sidetoc"></div>
  70. </div>
  71. </div>
  72. <div class="article row grid-right">
  73. <div class="col-md-10">
  74. <article class="content wrap" id="_content" data-uid="IPA.Loader.IgnoreReason">
  75. <h1 id="IPA_Loader_IgnoreReason" data-uid="IPA.Loader.IgnoreReason" class="text-break">Struct IgnoreReason
  76. </h1>
  77. <div class="markdown level0 summary"><p>A structure describing the reason that a plugin was ignored.</p>
  78. </div>
  79. <div class="markdown level0 conceptual"></div>
  80. <div class="implements">
  81. <h5>Implements</h5>
  82. <div><span class="xref">IEquatable</span>&lt;<a class="xref" href="IPA.Loader.IgnoreReason.html">IgnoreReason</a>&gt;</div>
  83. </div>
  84. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Loader.html">IPA.Loader</a></h6>
  85. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  86. <h5 id="IPA_Loader_IgnoreReason_syntax">Syntax</h5>
  87. <div class="codewrapper">
  88. <pre><code class="lang-csharp hljs">public struct IgnoreReason</code></pre>
  89. </div>
  90. <h3 id="constructors">Constructors
  91. </h3>
  92. <span class="small pull-right mobile-hide">
  93. <span class="divider">|</span>
  94. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_IgnoreReason__ctor_IPA_Loader_Reason_System_Nullable_System_String__System_Nullable_Exception__IPA_Loader_PluginMetadata_.md&amp;value=---%0Auid%3A%20IPA.Loader.IgnoreReason.%23ctor(IPA.Loader.Reason%2CSystem.Nullable%7BSystem.String%7D%2CSystem.Nullable%7BException%7D%2CIPA.Loader.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">Improve this Doc</a>
  95. </span>
  96. <span class="small pull-right mobile-hide">
  97. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Loader/PluginLoader.cs/#L430">View Source</a>
  98. </span>
  99. <a id="IPA_Loader_IgnoreReason__ctor_" data-uid="IPA.Loader.IgnoreReason.#ctor*"></a>
  100. <h4 id="IPA_Loader_IgnoreReason__ctor_IPA_Loader_Reason_System_Nullable_System_String__System_Nullable_Exception__IPA_Loader_PluginMetadata_" data-uid="IPA.Loader.IgnoreReason.#ctor(IPA.Loader.Reason,System.Nullable{System.String},System.Nullable{Exception},IPA.Loader.PluginMetadata)">IgnoreReason(Reason, Nullable&lt;String&gt;, Nullable&lt;Exception&gt;, PluginMetadata)</h4>
  101. <div class="markdown level1 summary"><p>Initializes an <a class="xref" href="IPA.Loader.IgnoreReason.html">IgnoreReason</a> with the provided data.</p>
  102. </div>
  103. <div class="markdown level1 conceptual"></div>
  104. <h5 class="decalaration">Declaration</h5>
  105. <div class="codewrapper">
  106. <pre><code class="lang-csharp hljs">public IgnoreReason(Reason reason, string? reasonText = null, Exception? error = null, PluginMetadata relatedTo = null)</code></pre>
  107. </div>
  108. <h5 class="parameters">Parameters</h5>
  109. <table class="table table-bordered table-striped table-condensed">
  110. <thead>
  111. <tr>
  112. <th>Type</th>
  113. <th>Name</th>
  114. <th>Description</th>
  115. </tr>
  116. </thead>
  117. <tbody>
  118. <tr>
  119. <td><a class="xref" href="IPA.Loader.Reason.html">Reason</a></td>
  120. <td><span class="parametername">reason</span></td>
  121. <td><p>the <a class="xref" href="IPA.Loader.Reason.html">Reason</a> enum value that describes this reason</p>
  122. </td>
  123. </tr>
  124. <tr>
  125. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>&gt;</td>
  126. <td><span class="parametername">reasonText</span></td>
  127. <td><p>the textual description of this ignore reason, if any</p>
  128. </td>
  129. </tr>
  130. <tr>
  131. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;<span class="xref">Exception</span>&gt;</td>
  132. <td><span class="parametername">error</span></td>
  133. <td><p>the <see cref="!:Exception"></see> that caused this <a class="xref" href="IPA.Loader.IgnoreReason.html">IgnoreReason</a>, if any</p>
  134. </td>
  135. </tr>
  136. <tr>
  137. <td><a class="xref" href="IPA.Loader.PluginMetadata.html">PluginMetadata</a></td>
  138. <td><span class="parametername">relatedTo</span></td>
  139. <td><p>the <a class="xref" href="IPA.Loader.PluginMetadata.html">PluginMetadata</a> this reason is related to, if any</p>
  140. </td>
  141. </tr>
  142. </tbody>
  143. </table>
  144. <h3 id="properties">Properties
  145. </h3>
  146. <span class="small pull-right mobile-hide">
  147. <span class="divider">|</span>
  148. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_IgnoreReason_Error.md&amp;value=---%0Auid%3A%20IPA.Loader.IgnoreReason.Error%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>
  149. </span>
  150. <span class="small pull-right mobile-hide">
  151. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Loader/PluginLoader.cs/#L418">View Source</a>
  152. </span>
  153. <a id="IPA_Loader_IgnoreReason_Error_" data-uid="IPA.Loader.IgnoreReason.Error*"></a>
  154. <h4 id="IPA_Loader_IgnoreReason_Error" data-uid="IPA.Loader.IgnoreReason.Error">Error</h4>
  155. <div class="markdown level1 summary"><p>Gets the <see cref="!:Exception"></see> that caused this plugin to be ignored, if any.</p>
  156. </div>
  157. <div class="markdown level1 conceptual"></div>
  158. <h5 class="decalaration">Declaration</h5>
  159. <div class="codewrapper">
  160. <pre><code class="lang-csharp hljs">public Exception? Error { readonly get; }</code></pre>
  161. </div>
  162. <h5 class="propertyValue">Property Value</h5>
  163. <table class="table table-bordered table-striped table-condensed">
  164. <thead>
  165. <tr>
  166. <th>Type</th>
  167. <th>Description</th>
  168. </tr>
  169. </thead>
  170. <tbody>
  171. <tr>
  172. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.nullable-1">Nullable</a>&lt;<span class="xref">Exception</span>&gt;</td>
  173. <td></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/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_IgnoreReason_Reason.md&amp;value=---%0Auid%3A%20IPA.Loader.IgnoreReason.Reason%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/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Loader/PluginLoader.cs/#L409">View Source</a>
  183. </span>
  184. <a id="IPA_Loader_IgnoreReason_Reason_" data-uid="IPA.Loader.IgnoreReason.Reason*"></a>
  185. <h4 id="IPA_Loader_IgnoreReason_Reason" data-uid="IPA.Loader.IgnoreReason.Reason">Reason</h4>
  186. <div class="markdown level1 summary"><p>Gets the ignore reason, as represented by the <a class="xref" href="IPA.Loader.Reason.html">Reason</a> enum.</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 readonly Reason Reason { 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="IPA.Loader.Reason.html">Reason</a></td>
  204. <td></td>
  205. </tr>
  206. </tbody>
  207. </table>
  208. <span class="small pull-right mobile-hide">
  209. <span class="divider">|</span>
  210. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_IgnoreReason_ReasonText.md&amp;value=---%0Auid%3A%20IPA.Loader.IgnoreReason.ReasonText%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>
  211. </span>
  212. <span class="small pull-right mobile-hide">
  213. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Loader/PluginLoader.cs/#L414">View Source</a>
  214. </span>
  215. <a id="IPA_Loader_IgnoreReason_ReasonText_" data-uid="IPA.Loader.IgnoreReason.ReasonText*"></a>
  216. <h4 id="IPA_Loader_IgnoreReason_ReasonText" data-uid="IPA.Loader.IgnoreReason.ReasonText">ReasonText</h4>
  217. <div class="markdown level1 summary"><p>Gets the textual description of the particular ignore reason. This will typically
  218. include details about why the plugin was ignored, if it is present.</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? ReasonText { readonly 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.nullable-1">Nullable</a>&lt;<a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a>&gt;</td>
  236. <td></td>
  237. </tr>
  238. </tbody>
  239. </table>
  240. <span class="small pull-right mobile-hide">
  241. <span class="divider">|</span>
  242. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_IgnoreReason_RelatedTo.md&amp;value=---%0Auid%3A%20IPA.Loader.IgnoreReason.RelatedTo%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>
  243. </span>
  244. <span class="small pull-right mobile-hide">
  245. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Loader/PluginLoader.cs/#L422">View Source</a>
  246. </span>
  247. <a id="IPA_Loader_IgnoreReason_RelatedTo_" data-uid="IPA.Loader.IgnoreReason.RelatedTo*"></a>
  248. <h4 id="IPA_Loader_IgnoreReason_RelatedTo" data-uid="IPA.Loader.IgnoreReason.RelatedTo">RelatedTo</h4>
  249. <div class="markdown level1 summary"><p>Gets the metadata of the plugin that this ignore was related to, if any.</p>
  250. </div>
  251. <div class="markdown level1 conceptual"></div>
  252. <h5 class="decalaration">Declaration</h5>
  253. <div class="codewrapper">
  254. <pre><code class="lang-csharp hljs">public PluginMetadata RelatedTo { readonly get; }</code></pre>
  255. </div>
  256. <h5 class="propertyValue">Property Value</h5>
  257. <table class="table table-bordered table-striped table-condensed">
  258. <thead>
  259. <tr>
  260. <th>Type</th>
  261. <th>Description</th>
  262. </tr>
  263. </thead>
  264. <tbody>
  265. <tr>
  266. <td><a class="xref" href="IPA.Loader.PluginMetadata.html">PluginMetadata</a></td>
  267. <td></td>
  268. </tr>
  269. </tbody>
  270. </table>
  271. <h3 id="methods">Methods
  272. </h3>
  273. <span class="small pull-right mobile-hide">
  274. <span class="divider">|</span>
  275. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_IgnoreReason_Equals_IPA_Loader_IgnoreReason_.md&amp;value=---%0Auid%3A%20IPA.Loader.IgnoreReason.Equals(IPA.Loader.IgnoreReason)%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/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Loader/PluginLoader.cs/#L446">View Source</a>
  279. </span>
  280. <a id="IPA_Loader_IgnoreReason_Equals_" data-uid="IPA.Loader.IgnoreReason.Equals*"></a>
  281. <h4 id="IPA_Loader_IgnoreReason_Equals_IPA_Loader_IgnoreReason_" data-uid="IPA.Loader.IgnoreReason.Equals(IPA.Loader.IgnoreReason)">Equals(IgnoreReason)</h4>
  282. <div class="markdown level1 summary"><p>Compares this <a class="xref" href="IPA.Loader.IgnoreReason.html">IgnoreReason</a> with <code data-dev-comment-type="paramref" class="paramref">other</code> for equality.</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 bool Equals(IgnoreReason other)</code></pre>
  288. </div>
  289. <h5 class="parameters">Parameters</h5>
  290. <table class="table table-bordered table-striped table-condensed">
  291. <thead>
  292. <tr>
  293. <th>Type</th>
  294. <th>Name</th>
  295. <th>Description</th>
  296. </tr>
  297. </thead>
  298. <tbody>
  299. <tr>
  300. <td><a class="xref" href="IPA.Loader.IgnoreReason.html">IgnoreReason</a></td>
  301. <td><span class="parametername">other</span></td>
  302. <td><p>the reason to compare to</p>
  303. </td>
  304. </tr>
  305. </tbody>
  306. </table>
  307. <h5 class="returns">Returns</h5>
  308. <table class="table table-bordered table-striped table-condensed">
  309. <thead>
  310. <tr>
  311. <th>Type</th>
  312. <th>Description</th>
  313. </tr>
  314. </thead>
  315. <tbody>
  316. <tr>
  317. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  318. <td><p><span class="xref">true</span> if the two reasons compare equal, <span class="xref">false</span> otherwise</p>
  319. </td>
  320. </tr>
  321. </tbody>
  322. </table>
  323. <span class="small pull-right mobile-hide">
  324. <span class="divider">|</span>
  325. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_IgnoreReason_Equals_System_Object_.md&amp;value=---%0Auid%3A%20IPA.Loader.IgnoreReason.Equals(System.Object)%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>
  326. </span>
  327. <span class="small pull-right mobile-hide">
  328. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Loader/PluginLoader.cs/#L439">View Source</a>
  329. </span>
  330. <a id="IPA_Loader_IgnoreReason_Equals_" data-uid="IPA.Loader.IgnoreReason.Equals*"></a>
  331. <h4 id="IPA_Loader_IgnoreReason_Equals_System_Object_" data-uid="IPA.Loader.IgnoreReason.Equals(System.Object)">Equals(Object)</h4>
  332. <div class="markdown level1 summary"></div>
  333. <div class="markdown level1 conceptual"></div>
  334. <h5 class="decalaration">Declaration</h5>
  335. <div class="codewrapper">
  336. <pre><code class="lang-csharp hljs">public override bool Equals(object obj)</code></pre>
  337. </div>
  338. <h5 class="parameters">Parameters</h5>
  339. <table class="table table-bordered table-striped table-condensed">
  340. <thead>
  341. <tr>
  342. <th>Type</th>
  343. <th>Name</th>
  344. <th>Description</th>
  345. </tr>
  346. </thead>
  347. <tbody>
  348. <tr>
  349. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></td>
  350. <td><span class="parametername">obj</span></td>
  351. <td></td>
  352. </tr>
  353. </tbody>
  354. </table>
  355. <h5 class="returns">Returns</h5>
  356. <table class="table table-bordered table-striped table-condensed">
  357. <thead>
  358. <tr>
  359. <th>Type</th>
  360. <th>Description</th>
  361. </tr>
  362. </thead>
  363. <tbody>
  364. <tr>
  365. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  366. <td></td>
  367. </tr>
  368. </tbody>
  369. </table>
  370. <span class="small pull-right mobile-hide">
  371. <span class="divider">|</span>
  372. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_IgnoreReason_GetHashCode.md&amp;value=---%0Auid%3A%20IPA.Loader.IgnoreReason.GetHashCode%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>
  373. </span>
  374. <span class="small pull-right mobile-hide">
  375. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Loader/PluginLoader.cs/#L451">View Source</a>
  376. </span>
  377. <a id="IPA_Loader_IgnoreReason_GetHashCode_" data-uid="IPA.Loader.IgnoreReason.GetHashCode*"></a>
  378. <h4 id="IPA_Loader_IgnoreReason_GetHashCode" data-uid="IPA.Loader.IgnoreReason.GetHashCode">GetHashCode()</h4>
  379. <div class="markdown level1 summary"></div>
  380. <div class="markdown level1 conceptual"></div>
  381. <h5 class="decalaration">Declaration</h5>
  382. <div class="codewrapper">
  383. <pre><code class="lang-csharp hljs">public override int GetHashCode()</code></pre>
  384. </div>
  385. <h5 class="returns">Returns</h5>
  386. <table class="table table-bordered table-striped table-condensed">
  387. <thead>
  388. <tr>
  389. <th>Type</th>
  390. <th>Description</th>
  391. </tr>
  392. </thead>
  393. <tbody>
  394. <tr>
  395. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.int32">Int32</a></td>
  396. <td></td>
  397. </tr>
  398. </tbody>
  399. </table>
  400. <h3 id="operators">Operators
  401. </h3>
  402. <span class="small pull-right mobile-hide">
  403. <span class="divider">|</span>
  404. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_IgnoreReason_op_Equality_IPA_Loader_IgnoreReason_IPA_Loader_IgnoreReason_.md&amp;value=---%0Auid%3A%20IPA.Loader.IgnoreReason.op_Equality(IPA.Loader.IgnoreReason%2CIPA.Loader.IgnoreReason)%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>
  405. </span>
  406. <span class="small pull-right mobile-hide">
  407. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Loader/PluginLoader.cs/#L467">View Source</a>
  408. </span>
  409. <a id="IPA_Loader_IgnoreReason_op_Equality_" data-uid="IPA.Loader.IgnoreReason.op_Equality*"></a>
  410. <h4 id="IPA_Loader_IgnoreReason_op_Equality_IPA_Loader_IgnoreReason_IPA_Loader_IgnoreReason_" data-uid="IPA.Loader.IgnoreReason.op_Equality(IPA.Loader.IgnoreReason,IPA.Loader.IgnoreReason)">Equality(IgnoreReason, IgnoreReason)</h4>
  411. <div class="markdown level1 summary"><p>Checks if two <a class="xref" href="IPA.Loader.IgnoreReason.html">IgnoreReason</a>s are equal.</p>
  412. </div>
  413. <div class="markdown level1 conceptual"></div>
  414. <h5 class="decalaration">Declaration</h5>
  415. <div class="codewrapper">
  416. <pre><code class="lang-csharp hljs">public static bool operator ==(IgnoreReason left, IgnoreReason right)</code></pre>
  417. </div>
  418. <h5 class="parameters">Parameters</h5>
  419. <table class="table table-bordered table-striped table-condensed">
  420. <thead>
  421. <tr>
  422. <th>Type</th>
  423. <th>Name</th>
  424. <th>Description</th>
  425. </tr>
  426. </thead>
  427. <tbody>
  428. <tr>
  429. <td><a class="xref" href="IPA.Loader.IgnoreReason.html">IgnoreReason</a></td>
  430. <td><span class="parametername">left</span></td>
  431. <td><p>the first <a class="xref" href="IPA.Loader.IgnoreReason.html">IgnoreReason</a> to compare</p>
  432. </td>
  433. </tr>
  434. <tr>
  435. <td><a class="xref" href="IPA.Loader.IgnoreReason.html">IgnoreReason</a></td>
  436. <td><span class="parametername">right</span></td>
  437. <td><p>the second <a class="xref" href="IPA.Loader.IgnoreReason.html">IgnoreReason</a> to compare</p>
  438. </td>
  439. </tr>
  440. </tbody>
  441. </table>
  442. <h5 class="returns">Returns</h5>
  443. <table class="table table-bordered table-striped table-condensed">
  444. <thead>
  445. <tr>
  446. <th>Type</th>
  447. <th>Description</th>
  448. </tr>
  449. </thead>
  450. <tbody>
  451. <tr>
  452. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  453. <td><p><span class="xref">true</span> if the two reasons compare equal, <span class="xref">false</span> otherwise</p>
  454. </td>
  455. </tr>
  456. </tbody>
  457. </table>
  458. <span class="small pull-right mobile-hide">
  459. <span class="divider">|</span>
  460. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_IgnoreReason_op_Inequality_IPA_Loader_IgnoreReason_IPA_Loader_IgnoreReason_.md&amp;value=---%0Auid%3A%20IPA.Loader.IgnoreReason.op_Inequality(IPA.Loader.IgnoreReason%2CIPA.Loader.IgnoreReason)%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>
  461. </span>
  462. <span class="small pull-right mobile-hide">
  463. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Loader/PluginLoader.cs/#L476">View Source</a>
  464. </span>
  465. <a id="IPA_Loader_IgnoreReason_op_Inequality_" data-uid="IPA.Loader.IgnoreReason.op_Inequality*"></a>
  466. <h4 id="IPA_Loader_IgnoreReason_op_Inequality_IPA_Loader_IgnoreReason_IPA_Loader_IgnoreReason_" data-uid="IPA.Loader.IgnoreReason.op_Inequality(IPA.Loader.IgnoreReason,IPA.Loader.IgnoreReason)">Inequality(IgnoreReason, IgnoreReason)</h4>
  467. <div class="markdown level1 summary"><p>Checks if two <a class="xref" href="IPA.Loader.IgnoreReason.html">IgnoreReason</a>s are not equal.</p>
  468. </div>
  469. <div class="markdown level1 conceptual"></div>
  470. <h5 class="decalaration">Declaration</h5>
  471. <div class="codewrapper">
  472. <pre><code class="lang-csharp hljs">public static bool operator !=(IgnoreReason left, IgnoreReason right)</code></pre>
  473. </div>
  474. <h5 class="parameters">Parameters</h5>
  475. <table class="table table-bordered table-striped table-condensed">
  476. <thead>
  477. <tr>
  478. <th>Type</th>
  479. <th>Name</th>
  480. <th>Description</th>
  481. </tr>
  482. </thead>
  483. <tbody>
  484. <tr>
  485. <td><a class="xref" href="IPA.Loader.IgnoreReason.html">IgnoreReason</a></td>
  486. <td><span class="parametername">left</span></td>
  487. <td><p>the first <a class="xref" href="IPA.Loader.IgnoreReason.html">IgnoreReason</a> to compare</p>
  488. </td>
  489. </tr>
  490. <tr>
  491. <td><a class="xref" href="IPA.Loader.IgnoreReason.html">IgnoreReason</a></td>
  492. <td><span class="parametername">right</span></td>
  493. <td><p>the second <a class="xref" href="IPA.Loader.IgnoreReason.html">IgnoreReason</a> to compare</p>
  494. </td>
  495. </tr>
  496. </tbody>
  497. </table>
  498. <h5 class="returns">Returns</h5>
  499. <table class="table table-bordered table-striped table-condensed">
  500. <thead>
  501. <tr>
  502. <th>Type</th>
  503. <th>Description</th>
  504. </tr>
  505. </thead>
  506. <tbody>
  507. <tr>
  508. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.boolean">Boolean</a></td>
  509. <td><p><span class="xref">true</span> if the two reasons are not equal, <span class="xref">false</span> otherwise</p>
  510. </td>
  511. </tr>
  512. </tbody>
  513. </table>
  514. <h3 id="implements">Implements</h3>
  515. <div>
  516. <span class="xref">IEquatable&lt;&gt;</span>
  517. </div>
  518. <h3 id="extensionmethods">Extension Methods</h3>
  519. <div>
  520. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetField__2___0_System_String___1_">ReflectionUtil.SetField&lt;T, U&gt;(T, String, U)</a>
  521. </div>
  522. <div>
  523. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetField__2___1_System_String_">ReflectionUtil.GetField&lt;U, T&gt;(T, String)</a>
  524. </div>
  525. <div>
  526. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetProperty__2___0_System_String___1_">ReflectionUtil.SetProperty&lt;T, U&gt;(T, String, U)</a>
  527. </div>
  528. <div>
  529. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetProperty__2___1_System_String_">ReflectionUtil.GetProperty&lt;U, T&gt;(T, String)</a>
  530. </div>
  531. <div>
  532. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod__2___1_System_String_System_Object___">ReflectionUtil.InvokeMethod&lt;U, T&gt;(T, String, Object[])</a>
  533. </div>
  534. </article>
  535. </div>
  536. <div class="hidden-sm col-md-2" role="complementary">
  537. <div class="sideaffix">
  538. <div class="contribution">
  539. <ul class="nav">
  540. <li>
  541. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Loader_IgnoreReason.md&amp;value=---%0Auid%3A%20IPA.Loader.IgnoreReason%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>
  542. </li>
  543. <li>
  544. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Loader/PluginLoader.cs/#L404" class="contribution-link">View Source</a>
  545. </li>
  546. </ul>
  547. </div>
  548. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  549. <h5>In This Article</h5>
  550. <div></div>
  551. </nav>
  552. </div>
  553. </div>
  554. </div>
  555. </div>
  556. <footer>
  557. <div class="grad-bottom"></div>
  558. <div class="footer">
  559. <div class="container">
  560. <span class="pull-right">
  561. <a href="#top">Back to top</a>
  562. </span>
  563. <span>Generated by <strong>DocFX</strong></span>
  564. </div>
  565. </div>
  566. </footer>
  567. </div>
  568. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  569. <script type="text/javascript" src="../styles/docfx.js"></script>
  570. <script type="text/javascript" src="../styles/main.js"></script>
  571. </body>
  572. </html>