Namespace BepInEx.Bootstrap

Classes

BaseChainloader<TPlugin>

CachedAssembly<T>

A cached assembly.

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>>, Dictionary<String, String>) to cache plugin metadata.