Namespace BepInEx

Classes

BepInDependency

This attribute specifies any dependencies that this plugin has on other plugins.

BepInIncompatibility

This attribute specifies other plugins that are incompatible with this plugin.

BepInPlugin

This attribute denotes that a class is a plugin, and specifies the required metadata.

BepInProcess

This attribute specifies which processes this plugin should be run for. Not specifying this attribute will load the plugin under every process.

ConsoleManager

MetadataHelper

Helper class to use for retrieving metadata about a plugin, defined as attributes.

Paths

Paths used by BepInEx

PluginInfo

Data class that represents information about a loadable BepInEx plugin. Contains all metadata and additional info required for plugin loading by .

Utility

Generic helper properties and methods.

Enums

BepInDependency.DependencyFlags

Flags that are applied to a dependency

ConsoleManager.ConsoleOutRedirectType