Browse Source

Moved docs to root of repo -- Docs

gh-pages
Anairkoen Schno 5 years ago
parent
commit
5cd77a9f4f
6 changed files with 626 additions and 12 deletions
  1. +1
    -1
      api/index.html
  2. +63
    -0
      api/toc.html
  3. +1
    -1
      articles/intro.html
  4. +1
    -1
      index.html
  5. +165
    -9
      manifest.json
  6. +395
    -0
      xrefmap.yml

+ 1
- 1
api/index.html View File

@ -78,7 +78,7 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/doc/api/index.md/#L1" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/docs/api/index.md/#L1" class="contribution-link">Improve this Doc</a>
</li>
</ul>
</div>


+ 63
- 0
api/toc.html View File

@ -11,6 +11,36 @@
<div class="toc" id="toc">
<ul class="nav level1">
<li>
<span class="expand-stub"></span>
<a href="BSIPA_ModList.html" name="" title="BSIPA_ModList">BSIPA_ModList</a>
<ul class="nav level2">
<li>
<a href="BSIPA_ModList.Plugin.html" name="" title="Plugin">Plugin</a>
</li>
</ul>
</li>
<li>
<span class="expand-stub"></span>
<a href="BSIPA_ModList.UI.ViewControllers.html" name="" title="BSIPA_ModList.UI.ViewControllers">BSIPA_ModList.UI.ViewControllers</a>
<ul class="nav level2">
<li>
<a href="BSIPA_ModList.UI.ViewControllers.MarkdownView.html" name="" title="MarkdownView">MarkdownView</a>
</li>
</ul>
</li>
<li>
<span class="expand-stub"></span>
<a href="Doorstop.html" name="" title="Doorstop">Doorstop</a>
<ul class="nav level2">
<li>
<a href="Doorstop.Loader.html" name="" title="Loader">Loader</a>
</li>
</ul>
</li>
<li>
<span class="expand-stub"></span>
<a href="IPA.html" name="" title="IPA">IPA</a>
@ -61,6 +91,29 @@
</li>
</ul>
</li>
<li>
<span class="expand-stub"></span>
<a href="IPA.Injector.html" name="" title="IPA.Injector">IPA.Injector</a>
<ul class="nav level2">
<li>
<a href="IPA.Injector.Injector.html" name="" title="Injector">Injector</a>
</li>
</ul>
</li>
<li>
<span class="expand-stub"></span>
<a href="IPA.Injector.Backups.html" name="" title="IPA.Injector.Backups">IPA.Injector.Backups</a>
<ul class="nav level2">
<li>
<a href="IPA.Injector.Backups.BackupManager.html" name="" title="BackupManager">BackupManager</a>
</li>
<li>
<a href="IPA.Injector.Backups.BackupUnit.html" name="" title="BackupUnit">BackupUnit</a>
</li>
</ul>
</li>
<li>
<span class="expand-stub"></span>
<a href="IPA.Loader.html" name="" title="IPA.Loader">IPA.Loader</a>
@ -193,6 +246,16 @@
</li>
</ul>
</li>
<li>
<span class="expand-stub"></span>
<a href="MSBuildTasks.html" name="" title="MSBuildTasks">MSBuildTasks</a>
<ul class="nav level2">
<li>
<a href="MSBuildTasks.AssemblyRename.html" name="" title="AssemblyRename">AssemblyRename</a>
</li>
</ul>
</li>
</ul>
</div>
</div>


+ 1
- 1
articles/intro.html View File

@ -77,7 +77,7 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/doc/articles/intro.md/#L1" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/docs/articles/intro.md/#L1" class="contribution-link">Improve this Doc</a>
</li>
</ul>
</div>


+ 1
- 1
index.html View File

@ -75,7 +75,7 @@
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/IPA.Loader/doc/index.md/#L1" class="contribution-link">Improve this Doc</a>
<a href="https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded/blob/master/docs/index.md/#L1" class="contribution-link">Improve this Doc</a>
</li>
</ul>
</div>


+ 165
- 9
manifest.json View File

@ -1,8 +1,80 @@
{
"homepages": [],
"source_base_path": "C:/projects/beatsaber-ipa-reloaded-9smsb/IPA.Loader/doc",
"source_base_path": "C:/projects/beatsaber-ipa-reloaded-9smsb/docs",
"xrefmap": "xrefmap.yml",
"files": [
{
"type": "ManagedReference",
"source_relative_path": "api/BSIPA_ModList.Plugin.yml",
"output": {
".html": {
"relative_path": "api/BSIPA_ModList.Plugin.html",
"hash": "gLiqzAJvsxX6jpBV3ULYOw=="
}
},
"is_incremental": false,
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/BSIPA_ModList.UI.ViewControllers.MarkdownView.yml",
"output": {
".html": {
"relative_path": "api/BSIPA_ModList.UI.ViewControllers.MarkdownView.html",
"hash": "9Mu2hixNIgOxqk30jLa6xw=="
}
},
"is_incremental": false,
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/BSIPA_ModList.UI.ViewControllers.yml",
"output": {
".html": {
"relative_path": "api/BSIPA_ModList.UI.ViewControllers.html",
"hash": "97EweQn+hOrrN5Ld7inEUw=="
}
},
"is_incremental": false,
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/BSIPA_ModList.yml",
"output": {
".html": {
"relative_path": "api/BSIPA_ModList.html",
"hash": "PO3QNv7+mX4j+q4EZvvAdA=="
}
},
"is_incremental": false,
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/Doorstop.Loader.yml",
"output": {
".html": {
"relative_path": "api/Doorstop.Loader.html",
"hash": "gUARU9Hg8uMw/sMO8sNbBw=="
}
},
"is_incremental": false,
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/Doorstop.yml",
"output": {
".html": {
"relative_path": "api/Doorstop.html",
"hash": "0S1dBMxWGA1c2YPP3QYhhw=="
}
},
"is_incremental": false,
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/IPA.Config.Config.NameAttribute.yml",
@ -147,6 +219,66 @@
"is_incremental": false,
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/IPA.Injector.Backups.BackupManager.yml",
"output": {
".html": {
"relative_path": "api/IPA.Injector.Backups.BackupManager.html",
"hash": "Lwb8DkNDmM/2+kEfvNAgVQ=="
}
},
"is_incremental": false,
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/IPA.Injector.Backups.BackupUnit.yml",
"output": {
".html": {
"relative_path": "api/IPA.Injector.Backups.BackupUnit.html",
"hash": "DneAsphO3cGKwBBsND/s1A=="
}
},
"is_incremental": false,
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/IPA.Injector.Backups.yml",
"output": {
".html": {
"relative_path": "api/IPA.Injector.Backups.html",
"hash": "A1PSezpI/l59NEyaB1c3Pg=="
}
},
"is_incremental": false,
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/IPA.Injector.Injector.yml",
"output": {
".html": {
"relative_path": "api/IPA.Injector.Injector.html",
"hash": "LJyu8VsVxTUQQLvksMpvJA=="
}
},
"is_incremental": false,
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/IPA.Injector.yml",
"output": {
".html": {
"relative_path": "api/IPA.Injector.html",
"hash": "5vq38D+CyqBlZJlT33LNcw=="
}
},
"is_incremental": false,
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/IPA.Loader.Features.Feature.yml",
@ -606,13 +738,37 @@
"is_incremental": false,
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/MSBuildTasks.AssemblyRename.yml",
"output": {
".html": {
"relative_path": "api/MSBuildTasks.AssemblyRename.html",
"hash": "pgfUKq8tX1bdcA3waxb/ag=="
}
},
"is_incremental": false,
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/MSBuildTasks.yml",
"output": {
".html": {
"relative_path": "api/MSBuildTasks.html",
"hash": "U6tLwp2YqMVIuQAQnY/bkw=="
}
},
"is_incremental": false,
"version": ""
},
{
"type": "Conceptual",
"source_relative_path": "api/index.md",
"output": {
".html": {
"relative_path": "api/index.html",
"hash": "z2KlFnNYAo6GRLTCD1PJPg=="
"hash": "EFQdyos1QjUmeSv/rodHyA=="
}
},
"is_incremental": false,
@ -624,7 +780,7 @@
"output": {
".html": {
"relative_path": "api/toc.html",
"hash": "B/KjbAdN6ION9PPOtzNf5Q=="
"hash": "QzbhtzF7aWvnfs8WpWGrLQ=="
}
},
"is_incremental": false,
@ -636,7 +792,7 @@
"output": {
".html": {
"relative_path": "articles/intro.html",
"hash": "K5OtQF5satcqUNsSWg1+rw=="
"hash": "7M61FgfW+tGkb7DH46bo2A=="
}
},
"is_incremental": false,
@ -660,7 +816,7 @@
"output": {
".html": {
"relative_path": "index.html",
"hash": "w3vZu73SpBfNdhwgvAQlgQ=="
"hash": "nBM3wtARAZPMYL05/aA+sg=="
}
},
"is_incremental": false,
@ -690,16 +846,16 @@
"full_build_reason_code": "NoAvailableBuildCache"
},
"processors": {
"ConceptualDocumentProcessor": {
"ManagedReferenceDocumentProcessor": {
"can_incremental": false,
"incrementalPhase": "build",
"total_file_count": 3,
"total_file_count": 63,
"skipped_file_count": 0
},
"ManagedReferenceDocumentProcessor": {
"ConceptualDocumentProcessor": {
"can_incremental": false,
"incrementalPhase": "build",
"total_file_count": 50,
"total_file_count": 3,
"skipped_file_count": 0
},
"TocDocumentProcessor": {


+ 395
- 0
xrefmap.yml View File

@ -1,6 +1,233 @@
### YamlMime:XRefMap
sorted: true
references:
- uid: BSIPA_ModList
name: BSIPA_ModList
href: api/BSIPA_ModList.html
commentId: N:BSIPA_ModList
fullName: BSIPA_ModList
nameWithType: BSIPA_ModList
- uid: BSIPA_ModList.Plugin
name: Plugin
href: api/BSIPA_ModList.Plugin.html
commentId: T:BSIPA_ModList.Plugin
fullName: BSIPA_ModList.Plugin
nameWithType: Plugin
- uid: BSIPA_ModList.Plugin.Init(IPA.Logging.Logger)
name: Init(Logger)
href: api/BSIPA_ModList.Plugin.html#BSIPA_ModList_Plugin_Init_IPA_Logging_Logger_
commentId: M:BSIPA_ModList.Plugin.Init(IPA.Logging.Logger)
fullName: BSIPA_ModList.Plugin.Init(IPA.Logging.Logger)
nameWithType: Plugin.Init(Logger)
- uid: BSIPA_ModList.Plugin.Init*
name: Init
href: api/BSIPA_ModList.Plugin.html#BSIPA_ModList_Plugin_Init_
commentId: Overload:BSIPA_ModList.Plugin.Init
isSpec: "True"
fullName: BSIPA_ModList.Plugin.Init
nameWithType: Plugin.Init
- uid: BSIPA_ModList.Plugin.OnActiveSceneChanged(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene)
name: OnActiveSceneChanged(Scene, Scene)
href: api/BSIPA_ModList.Plugin.html#BSIPA_ModList_Plugin_OnActiveSceneChanged_UnityEngine_SceneManagement_Scene_UnityEngine_SceneManagement_Scene_
commentId: M:BSIPA_ModList.Plugin.OnActiveSceneChanged(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene)
fullName: BSIPA_ModList.Plugin.OnActiveSceneChanged(UnityEngine.SceneManagement.Scene, UnityEngine.SceneManagement.Scene)
nameWithType: Plugin.OnActiveSceneChanged(Scene, Scene)
- uid: BSIPA_ModList.Plugin.OnActiveSceneChanged*
name: OnActiveSceneChanged
href: api/BSIPA_ModList.Plugin.html#BSIPA_ModList_Plugin_OnActiveSceneChanged_
commentId: Overload:BSIPA_ModList.Plugin.OnActiveSceneChanged
isSpec: "True"
fullName: BSIPA_ModList.Plugin.OnActiveSceneChanged
nameWithType: Plugin.OnActiveSceneChanged
- uid: BSIPA_ModList.Plugin.OnApplicationQuit
name: OnApplicationQuit()
href: api/BSIPA_ModList.Plugin.html#BSIPA_ModList_Plugin_OnApplicationQuit
commentId: M:BSIPA_ModList.Plugin.OnApplicationQuit
fullName: BSIPA_ModList.Plugin.OnApplicationQuit()
nameWithType: Plugin.OnApplicationQuit()
- uid: BSIPA_ModList.Plugin.OnApplicationQuit*
name: OnApplicationQuit
href: api/BSIPA_ModList.Plugin.html#BSIPA_ModList_Plugin_OnApplicationQuit_
commentId: Overload:BSIPA_ModList.Plugin.OnApplicationQuit
isSpec: "True"
fullName: BSIPA_ModList.Plugin.OnApplicationQuit
nameWithType: Plugin.OnApplicationQuit
- uid: BSIPA_ModList.Plugin.OnApplicationStart
name: OnApplicationStart()
href: api/BSIPA_ModList.Plugin.html#BSIPA_ModList_Plugin_OnApplicationStart
commentId: M:BSIPA_ModList.Plugin.OnApplicationStart
fullName: BSIPA_ModList.Plugin.OnApplicationStart()
nameWithType: Plugin.OnApplicationStart()
- uid: BSIPA_ModList.Plugin.OnApplicationStart*
name: OnApplicationStart
href: api/BSIPA_ModList.Plugin.html#BSIPA_ModList_Plugin_OnApplicationStart_
commentId: Overload:BSIPA_ModList.Plugin.OnApplicationStart
isSpec: "True"
fullName: BSIPA_ModList.Plugin.OnApplicationStart
nameWithType: Plugin.OnApplicationStart
- uid: BSIPA_ModList.Plugin.OnFixedUpdate
name: OnFixedUpdate()
href: api/BSIPA_ModList.Plugin.html#BSIPA_ModList_Plugin_OnFixedUpdate
commentId: M:BSIPA_ModList.Plugin.OnFixedUpdate
fullName: BSIPA_ModList.Plugin.OnFixedUpdate()
nameWithType: Plugin.OnFixedUpdate()
- uid: BSIPA_ModList.Plugin.OnFixedUpdate*
name: OnFixedUpdate
href: api/BSIPA_ModList.Plugin.html#BSIPA_ModList_Plugin_OnFixedUpdate_
commentId: Overload:BSIPA_ModList.Plugin.OnFixedUpdate
isSpec: "True"
fullName: BSIPA_ModList.Plugin.OnFixedUpdate
nameWithType: Plugin.OnFixedUpdate
- uid: BSIPA_ModList.Plugin.OnSceneLoaded(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode)
name: OnSceneLoaded(Scene, LoadSceneMode)
href: api/BSIPA_ModList.Plugin.html#BSIPA_ModList_Plugin_OnSceneLoaded_UnityEngine_SceneManagement_Scene_UnityEngine_SceneManagement_LoadSceneMode_
commentId: M:BSIPA_ModList.Plugin.OnSceneLoaded(UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.LoadSceneMode)
fullName: BSIPA_ModList.Plugin.OnSceneLoaded(UnityEngine.SceneManagement.Scene, UnityEngine.SceneManagement.LoadSceneMode)
nameWithType: Plugin.OnSceneLoaded(Scene, LoadSceneMode)
- uid: BSIPA_ModList.Plugin.OnSceneLoaded*
name: OnSceneLoaded
href: api/BSIPA_ModList.Plugin.html#BSIPA_ModList_Plugin_OnSceneLoaded_
commentId: Overload:BSIPA_ModList.Plugin.OnSceneLoaded
isSpec: "True"
fullName: BSIPA_ModList.Plugin.OnSceneLoaded
nameWithType: Plugin.OnSceneLoaded
- uid: BSIPA_ModList.Plugin.OnSceneUnloaded(UnityEngine.SceneManagement.Scene)
name: OnSceneUnloaded(Scene)
href: api/BSIPA_ModList.Plugin.html#BSIPA_ModList_Plugin_OnSceneUnloaded_UnityEngine_SceneManagement_Scene_
commentId: M:BSIPA_ModList.Plugin.OnSceneUnloaded(UnityEngine.SceneManagement.Scene)
fullName: BSIPA_ModList.Plugin.OnSceneUnloaded(UnityEngine.SceneManagement.Scene)
nameWithType: Plugin.OnSceneUnloaded(Scene)
- uid: BSIPA_ModList.Plugin.OnSceneUnloaded*
name: OnSceneUnloaded
href: api/BSIPA_ModList.Plugin.html#BSIPA_ModList_Plugin_OnSceneUnloaded_
commentId: Overload:BSIPA_ModList.Plugin.OnSceneUnloaded
isSpec: "True"
fullName: BSIPA_ModList.Plugin.OnSceneUnloaded
nameWithType: Plugin.OnSceneUnloaded
- uid: BSIPA_ModList.Plugin.OnUpdate
name: OnUpdate()
href: api/BSIPA_ModList.Plugin.html#BSIPA_ModList_Plugin_OnUpdate
commentId: M:BSIPA_ModList.Plugin.OnUpdate
fullName: BSIPA_ModList.Plugin.OnUpdate()
nameWithType: Plugin.OnUpdate()
- uid: BSIPA_ModList.Plugin.OnUpdate*
name: OnUpdate
href: api/BSIPA_ModList.Plugin.html#BSIPA_ModList_Plugin_OnUpdate_
commentId: Overload:BSIPA_ModList.Plugin.OnUpdate
isSpec: "True"
fullName: BSIPA_ModList.Plugin.OnUpdate
nameWithType: Plugin.OnUpdate
- uid: BSIPA_ModList.UI.ViewControllers
name: BSIPA_ModList.UI.ViewControllers
href: api/BSIPA_ModList.UI.ViewControllers.html
commentId: N:BSIPA_ModList.UI.ViewControllers
fullName: BSIPA_ModList.UI.ViewControllers
nameWithType: BSIPA_ModList.UI.ViewControllers
- uid: BSIPA_ModList.UI.ViewControllers.MarkdownView
name: MarkdownView
href: api/BSIPA_ModList.UI.ViewControllers.MarkdownView.html
commentId: T:BSIPA_ModList.UI.ViewControllers.MarkdownView
fullName: BSIPA_ModList.UI.ViewControllers.MarkdownView
nameWithType: MarkdownView
- uid: BSIPA_ModList.UI.ViewControllers.MarkdownView.#ctor
name: MarkdownView()
href: api/BSIPA_ModList.UI.ViewControllers.MarkdownView.html#BSIPA_ModList_UI_ViewControllers_MarkdownView__ctor
commentId: M:BSIPA_ModList.UI.ViewControllers.MarkdownView.#ctor
fullName: BSIPA_ModList.UI.ViewControllers.MarkdownView.MarkdownView()
nameWithType: MarkdownView.MarkdownView()
- uid: BSIPA_ModList.UI.ViewControllers.MarkdownView.#ctor*
name: MarkdownView
href: api/BSIPA_ModList.UI.ViewControllers.MarkdownView.html#BSIPA_ModList_UI_ViewControllers_MarkdownView__ctor_
commentId: Overload:BSIPA_ModList.UI.ViewControllers.MarkdownView.#ctor
isSpec: "True"
fullName: BSIPA_ModList.UI.ViewControllers.MarkdownView.MarkdownView
nameWithType: MarkdownView.MarkdownView
- uid: BSIPA_ModList.UI.ViewControllers.MarkdownView.Awake
name: Awake()
href: api/BSIPA_ModList.UI.ViewControllers.MarkdownView.html#BSIPA_ModList_UI_ViewControllers_MarkdownView_Awake
commentId: M:BSIPA_ModList.UI.ViewControllers.MarkdownView.Awake
fullName: BSIPA_ModList.UI.ViewControllers.MarkdownView.Awake()
nameWithType: MarkdownView.Awake()
- uid: BSIPA_ModList.UI.ViewControllers.MarkdownView.Awake*
name: Awake
href: api/BSIPA_ModList.UI.ViewControllers.MarkdownView.html#BSIPA_ModList_UI_ViewControllers_MarkdownView_Awake_
commentId: Overload:BSIPA_ModList.UI.ViewControllers.MarkdownView.Awake
isSpec: "True"
fullName: BSIPA_ModList.UI.ViewControllers.MarkdownView.Awake
nameWithType: MarkdownView.Awake
- uid: BSIPA_ModList.UI.ViewControllers.MarkdownView.HasEmbeddedImage
name: HasEmbeddedImage
href: api/BSIPA_ModList.UI.ViewControllers.MarkdownView.html#BSIPA_ModList_UI_ViewControllers_MarkdownView_HasEmbeddedImage
commentId: F:BSIPA_ModList.UI.ViewControllers.MarkdownView.HasEmbeddedImage
fullName: BSIPA_ModList.UI.ViewControllers.MarkdownView.HasEmbeddedImage
nameWithType: MarkdownView.HasEmbeddedImage
- uid: BSIPA_ModList.UI.ViewControllers.MarkdownView.Markdown
name: Markdown
href: api/BSIPA_ModList.UI.ViewControllers.MarkdownView.html#BSIPA_ModList_UI_ViewControllers_MarkdownView_Markdown
commentId: P:BSIPA_ModList.UI.ViewControllers.MarkdownView.Markdown
fullName: BSIPA_ModList.UI.ViewControllers.MarkdownView.Markdown
nameWithType: MarkdownView.Markdown
- uid: BSIPA_ModList.UI.ViewControllers.MarkdownView.Markdown*
name: Markdown
href: api/BSIPA_ModList.UI.ViewControllers.MarkdownView.html#BSIPA_ModList_UI_ViewControllers_MarkdownView_Markdown_
commentId: Overload:BSIPA_ModList.UI.ViewControllers.MarkdownView.Markdown
isSpec: "True"
fullName: BSIPA_ModList.UI.ViewControllers.MarkdownView.Markdown
nameWithType: MarkdownView.Markdown
- uid: BSIPA_ModList.UI.ViewControllers.MarkdownView.rectTransform
name: rectTransform
href: api/BSIPA_ModList.UI.ViewControllers.MarkdownView.html#BSIPA_ModList_UI_ViewControllers_MarkdownView_rectTransform
commentId: P:BSIPA_ModList.UI.ViewControllers.MarkdownView.rectTransform
fullName: BSIPA_ModList.UI.ViewControllers.MarkdownView.rectTransform
nameWithType: MarkdownView.rectTransform
- uid: BSIPA_ModList.UI.ViewControllers.MarkdownView.rectTransform*
name: rectTransform
href: api/BSIPA_ModList.UI.ViewControllers.MarkdownView.html#BSIPA_ModList_UI_ViewControllers_MarkdownView_rectTransform_
commentId: Overload:BSIPA_ModList.UI.ViewControllers.MarkdownView.rectTransform
isSpec: "True"
fullName: BSIPA_ModList.UI.ViewControllers.MarkdownView.rectTransform
nameWithType: MarkdownView.rectTransform
- uid: BSIPA_ModList.UI.ViewControllers.MarkdownView.Update
name: Update()
href: api/BSIPA_ModList.UI.ViewControllers.MarkdownView.html#BSIPA_ModList_UI_ViewControllers_MarkdownView_Update
commentId: M:BSIPA_ModList.UI.ViewControllers.MarkdownView.Update
fullName: BSIPA_ModList.UI.ViewControllers.MarkdownView.Update()
nameWithType: MarkdownView.Update()
- uid: BSIPA_ModList.UI.ViewControllers.MarkdownView.Update*
name: Update
href: api/BSIPA_ModList.UI.ViewControllers.MarkdownView.html#BSIPA_ModList_UI_ViewControllers_MarkdownView_Update_
commentId: Overload:BSIPA_ModList.UI.ViewControllers.MarkdownView.Update
isSpec: "True"
fullName: BSIPA_ModList.UI.ViewControllers.MarkdownView.Update
nameWithType: MarkdownView.Update
- uid: Doorstop
name: Doorstop
href: api/Doorstop.html
commentId: N:Doorstop
fullName: Doorstop
nameWithType: Doorstop
- uid: Doorstop.Loader
name: Loader
href: api/Doorstop.Loader.html
commentId: T:Doorstop.Loader
fullName: Doorstop.Loader
nameWithType: Loader
- uid: Doorstop.Loader.Main(System.String[])
name: Main(String[])
href: api/Doorstop.Loader.html#Doorstop_Loader_Main_System_String___
commentId: M:Doorstop.Loader.Main(System.String[])
name.vb: Main(String())
fullName: Doorstop.Loader.Main(System.String[])
fullName.vb: Doorstop.Loader.Main(System.String())
nameWithType: Loader.Main(String[])
nameWithType.vb: Loader.Main(String())
- uid: Doorstop.Loader.Main*
name: Main
href: api/Doorstop.Loader.html#Doorstop_Loader_Main_
commentId: Overload:Doorstop.Loader.Main
isSpec: "True"
fullName: Doorstop.Loader.Main
nameWithType: Loader.Main
- uid: IPA
name: IPA
href: api/IPA.html
@ -893,6 +1120,136 @@ references:
isSpec: "True"
fullName: IPA.IGenericEnhancedPlugin.OnLateUpdate
nameWithType: IGenericEnhancedPlugin.OnLateUpdate
- uid: IPA.Injector
name: IPA.Injector
href: api/IPA.Injector.html
commentId: N:IPA.Injector
fullName: IPA.Injector
nameWithType: IPA.Injector
- uid: IPA.Injector.Backups
name: IPA.Injector.Backups
href: api/IPA.Injector.Backups.html
commentId: N:IPA.Injector.Backups
fullName: IPA.Injector.Backups
nameWithType: IPA.Injector.Backups
- uid: IPA.Injector.Backups.BackupManager
name: BackupManager
href: api/IPA.Injector.Backups.BackupManager.html
commentId: T:IPA.Injector.Backups.BackupManager
fullName: IPA.Injector.Backups.BackupManager
nameWithType: BackupManager
- uid: IPA.Injector.Backups.BackupManager.FindLatestBackup(System.String)
name: FindLatestBackup(String)
href: api/IPA.Injector.Backups.BackupManager.html#IPA_Injector_Backups_BackupManager_FindLatestBackup_System_String_
commentId: M:IPA.Injector.Backups.BackupManager.FindLatestBackup(System.String)
fullName: IPA.Injector.Backups.BackupManager.FindLatestBackup(System.String)
nameWithType: BackupManager.FindLatestBackup(String)
- uid: IPA.Injector.Backups.BackupManager.FindLatestBackup*
name: FindLatestBackup
href: api/IPA.Injector.Backups.BackupManager.html#IPA_Injector_Backups_BackupManager_FindLatestBackup_
commentId: Overload:IPA.Injector.Backups.BackupManager.FindLatestBackup
isSpec: "True"
fullName: IPA.Injector.Backups.BackupManager.FindLatestBackup
nameWithType: BackupManager.FindLatestBackup
- uid: IPA.Injector.Backups.BackupManager.HasBackup(System.String)
name: HasBackup(String)
href: api/IPA.Injector.Backups.BackupManager.html#IPA_Injector_Backups_BackupManager_HasBackup_System_String_
commentId: M:IPA.Injector.Backups.BackupManager.HasBackup(System.String)
fullName: IPA.Injector.Backups.BackupManager.HasBackup(System.String)
nameWithType: BackupManager.HasBackup(String)
- uid: IPA.Injector.Backups.BackupManager.HasBackup*
name: HasBackup
href: api/IPA.Injector.Backups.BackupManager.html#IPA_Injector_Backups_BackupManager_HasBackup_
commentId: Overload:IPA.Injector.Backups.BackupManager.HasBackup
isSpec: "True"
fullName: IPA.Injector.Backups.BackupManager.HasBackup
nameWithType: BackupManager.HasBackup
- uid: IPA.Injector.Backups.BackupUnit
name: BackupUnit
href: api/IPA.Injector.Backups.BackupUnit.html
commentId: T:IPA.Injector.Backups.BackupUnit
fullName: IPA.Injector.Backups.BackupUnit
nameWithType: BackupUnit
- uid: IPA.Injector.Backups.BackupUnit.#ctor(System.String)
name: BackupUnit(String)
href: api/IPA.Injector.Backups.BackupUnit.html#IPA_Injector_Backups_BackupUnit__ctor_System_String_
commentId: M:IPA.Injector.Backups.BackupUnit.#ctor(System.String)
fullName: IPA.Injector.Backups.BackupUnit.BackupUnit(System.String)
nameWithType: BackupUnit.BackupUnit(String)
- uid: IPA.Injector.Backups.BackupUnit.#ctor*
name: BackupUnit
href: api/IPA.Injector.Backups.BackupUnit.html#IPA_Injector_Backups_BackupUnit__ctor_
commentId: Overload:IPA.Injector.Backups.BackupUnit.#ctor
isSpec: "True"
fullName: IPA.Injector.Backups.BackupUnit.BackupUnit
nameWithType: BackupUnit.BackupUnit
- uid: IPA.Injector.Backups.BackupUnit.Add(System.IO.FileInfo)
name: Add(FileInfo)
href: api/IPA.Injector.Backups.BackupUnit.html#IPA_Injector_Backups_BackupUnit_Add_System_IO_FileInfo_
commentId: M:IPA.Injector.Backups.BackupUnit.Add(System.IO.FileInfo)
fullName: IPA.Injector.Backups.BackupUnit.Add(System.IO.FileInfo)
nameWithType: BackupUnit.Add(FileInfo)
- uid: IPA.Injector.Backups.BackupUnit.Add(System.String)
name: Add(String)
href: api/IPA.Injector.Backups.BackupUnit.html#IPA_Injector_Backups_BackupUnit_Add_System_String_
commentId: M:IPA.Injector.Backups.BackupUnit.Add(System.String)
fullName: IPA.Injector.Backups.BackupUnit.Add(System.String)
nameWithType: BackupUnit.Add(String)
- uid: IPA.Injector.Backups.BackupUnit.Add*
name: Add
href: api/IPA.Injector.Backups.BackupUnit.html#IPA_Injector_Backups_BackupUnit_Add_
commentId: Overload:IPA.Injector.Backups.BackupUnit.Add
isSpec: "True"
fullName: IPA.Injector.Backups.BackupUnit.Add
nameWithType: BackupUnit.Add
- uid: IPA.Injector.Backups.BackupUnit.FromDirectory(System.IO.DirectoryInfo,System.String)
name: FromDirectory(DirectoryInfo, String)
href: api/IPA.Injector.Backups.BackupUnit.html#IPA_Injector_Backups_BackupUnit_FromDirectory_System_IO_DirectoryInfo_System_String_
commentId: M:IPA.Injector.Backups.BackupUnit.FromDirectory(System.IO.DirectoryInfo,System.String)
fullName: IPA.Injector.Backups.BackupUnit.FromDirectory(System.IO.DirectoryInfo, System.String)
nameWithType: BackupUnit.FromDirectory(DirectoryInfo, String)
- uid: IPA.Injector.Backups.BackupUnit.FromDirectory*
name: FromDirectory
href: api/IPA.Injector.Backups.BackupUnit.html#IPA_Injector_Backups_BackupUnit_FromDirectory_
commentId: Overload:IPA.Injector.Backups.BackupUnit.FromDirectory
isSpec: "True"
fullName: IPA.Injector.Backups.BackupUnit.FromDirectory
nameWithType: BackupUnit.FromDirectory
- uid: IPA.Injector.Backups.BackupUnit.Name
name: Name
href: api/IPA.Injector.Backups.BackupUnit.html#IPA_Injector_Backups_BackupUnit_Name
commentId: P:IPA.Injector.Backups.BackupUnit.Name
fullName: IPA.Injector.Backups.BackupUnit.Name
nameWithType: BackupUnit.Name
- uid: IPA.Injector.Backups.BackupUnit.Name*
name: Name
href: api/IPA.Injector.Backups.BackupUnit.html#IPA_Injector_Backups_BackupUnit_Name_
commentId: Overload:IPA.Injector.Backups.BackupUnit.Name
isSpec: "True"
fullName: IPA.Injector.Backups.BackupUnit.Name
nameWithType: BackupUnit.Name
- uid: IPA.Injector.Injector
name: Injector
href: api/IPA.Injector.Injector.html
commentId: T:IPA.Injector.Injector
fullName: IPA.Injector.Injector
nameWithType: Injector
- uid: IPA.Injector.Injector.Main(System.String[])
name: Main(String[])
href: api/IPA.Injector.Injector.html#IPA_Injector_Injector_Main_System_String___
commentId: M:IPA.Injector.Injector.Main(System.String[])
name.vb: Main(String())
fullName: IPA.Injector.Injector.Main(System.String[])
fullName.vb: IPA.Injector.Injector.Main(System.String())
nameWithType: Injector.Main(String[])
nameWithType.vb: Injector.Main(String())
- uid: IPA.Injector.Injector.Main*
name: Main
href: api/IPA.Injector.Injector.html#IPA_Injector_Injector_Main_
commentId: Overload:IPA.Injector.Injector.Main
isSpec: "True"
fullName: IPA.Injector.Injector.Main
nameWithType: Injector.Main
- uid: IPA.Loader
name: IPA.Loader
href: api/IPA.Loader.html
@ -2845,3 +3202,41 @@ references:
isSpec: "True"
fullName: IPA.Utilities.Utils.UnsafeCompare
nameWithType: Utils.UnsafeCompare
- uid: MSBuildTasks
name: MSBuildTasks
href: api/MSBuildTasks.html
commentId: N:MSBuildTasks
fullName: MSBuildTasks
nameWithType: MSBuildTasks
- uid: MSBuildTasks.AssemblyRename
name: AssemblyRename
href: api/MSBuildTasks.AssemblyRename.html
commentId: T:MSBuildTasks.AssemblyRename
fullName: MSBuildTasks.AssemblyRename
nameWithType: AssemblyRename
- uid: MSBuildTasks.AssemblyRename.Assemblies
name: Assemblies
href: api/MSBuildTasks.AssemblyRename.html#MSBuildTasks_AssemblyRename_Assemblies
commentId: P:MSBuildTasks.AssemblyRename.Assemblies
fullName: MSBuildTasks.AssemblyRename.Assemblies
nameWithType: AssemblyRename.Assemblies
- uid: MSBuildTasks.AssemblyRename.Assemblies*
name: Assemblies
href: api/MSBuildTasks.AssemblyRename.html#MSBuildTasks_AssemblyRename_Assemblies_
commentId: Overload:MSBuildTasks.AssemblyRename.Assemblies
isSpec: "True"
fullName: MSBuildTasks.AssemblyRename.Assemblies
nameWithType: AssemblyRename.Assemblies
- uid: MSBuildTasks.AssemblyRename.Execute
name: Execute()
href: api/MSBuildTasks.AssemblyRename.html#MSBuildTasks_AssemblyRename_Execute
commentId: M:MSBuildTasks.AssemblyRename.Execute
fullName: MSBuildTasks.AssemblyRename.Execute()
nameWithType: AssemblyRename.Execute()
- uid: MSBuildTasks.AssemblyRename.Execute*
name: Execute
href: api/MSBuildTasks.AssemblyRename.html#MSBuildTasks_AssemblyRename_Execute_
commentId: Overload:MSBuildTasks.AssemblyRename.Execute
isSpec: "True"
fullName: MSBuildTasks.AssemblyRename.Execute
nameWithType: AssemblyRename.Execute

Loading…
Cancel
Save