C# Class Prism.Mods.ModReference

A reference to a Prism mod.
ファイルを表示 Open project: TerrariaPrismTeam/Prism

Public Methods

Method 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 method

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
return System.Reflection.Assembly

ModReference() public method

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