C# Class Prism.Mods.ModReference

A reference to a Prism mod.
Afficher le fichier Open project: TerrariaPrismTeam/Prism

Méthodes publiques

Méthode Description
LoadAssembly ( ) : Assembly

Loads the mod's Assembly if it hasn't been loaded yet. Otherwise it just finds the already-loaded mod and returns it.

ModReference ( string name ) : System

Constructs a new Mod Reference.

Method Details

LoadAssembly() public méthode

Loads the mod's Assembly if it hasn't been loaded yet. Otherwise it just finds the already-loaded mod and returns it.
public LoadAssembly ( ) : Assembly
Résultat System.Reflection.Assembly

ModReference() public méthode

Constructs a new Mod Reference.
public ModReference ( string name ) : System
name string The name of the mod
Résultat System