Namespace BepInEx.Bootstrap

Classes

CachedAssembly<T>

A cached assembly.

Chainloader

The manager and loader for all plugins, and the entry point for BepInEx plugin system.

TypeLoader

Provides methods for loading specified types from an assembly.

Interfaces

ICacheable

A cacheable metadata item. Can be used with LoadAssemblyCache<T>(String) and SaveAssemblyCache<T>(String, Dictionary<String, List<T>>) to cache plugin metadata.