Show / Hide Table of Contents

Class RegistryLoader

Used to load the registries for WeaverCore Mods

Inheritance
object
RegistryLoader
Namespace: WeaverCore
Assembly: WeaverCore.dll
Syntax
public static class RegistryLoader

Methods

| Edit this page View Source

LoadAllRegistries(Assembly)

Loads all registries from an assembly

Declaration
public static void LoadAllRegistries(Assembly assembly)
Parameters
Type Name Description
Assembly assembly

The assembly to load the registries from

| Edit this page View Source

LoadAllRegistries(Type)

Loads all Registries that are a part of the specified mod

Declaration
public static void LoadAllRegistries(Type modType)
Parameters
Type Name Description
Type modType

The mod to load the registries from

| Edit this page View Source

LoadAllRegistries<Mod>()

Loads all Registries that are a part of the specified mod

Declaration
public static void LoadAllRegistries<Mod>() where Mod : IMod
Type Parameters
Name Description
Mod

The mod to load the registries from

| Edit this page View Source

LoadEmbeddedRegistries(Assembly)

Loads any registries that are embedded inside of the assembly as an embedded resource asset bundle

Declaration
public static void LoadEmbeddedRegistries(Assembly assembly)
Parameters
Type Name Description
Assembly assembly

The assembly to load from

  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾