Class CachedAssembly<T>
A cached assembly.
Namespace: BepInEx.Bootstrap
Assembly: BepInEx.Core.dll
Syntax
public class CachedAssembly<T>
where T : ICacheable
Type Parameters
Name | Description |
---|---|
T |
Properties
List of cached items inside the assembly.
Declaration
public List<T> CacheItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T> |
Hash of the assembly. Used to verify that the assembly hasn't been changed.
Declaration
public string Hash { get; set; }
Property Value
Type | Description |
---|---|
System.String |