Class BepInExUtils
Helper methods to access BepInEx plugin information
Inherited Members
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 |