Show / Hide Table of Contents

Class BepInExUtils

Helper methods to access BepInEx plugin information
Inheritance
object
BepInExUtils
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Jotunn.Utils
Assembly: Jotunn.dll
Syntax
public static class BepInExUtils

Methods

Name Description
GetDependentPlugins(bool) Get a dictionary of loaded plugins which depend on Jotunn.
GetPluginInfoFromAssembly(Assembly) Get PluginInfo from an Assembly
GetPluginInfoFromPath(FileInfo) Get PluginInfo from a path, also matches subfolder paths
GetPluginInfoFromType(Type) Get PluginInfo from a Type
GetPlugins(bool) Get a dictionary of all plugins loaded by BepInEx
GetSourceModMetadata() Get metadata information from the current calling mod
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾