C# Class Prism.Mods.AssemblyReference

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

Public Methods

Method Description
AssemblyReference ( string path, string modPath ) : System

Constructs a new Assembly Reference.

LoadAssembly ( ) : Assembly

Loads and returns the Assembly associated with this AssemblyReference.

Method Details

AssemblyReference() public method

Constructs a new Assembly Reference.
public AssemblyReference ( string path, string modPath ) : System
path string The path to the assembly to reference.
modPath string
return System

LoadAssembly() public method

Loads and returns the Assembly associated with this AssemblyReference.
public LoadAssembly ( ) : Assembly
return System.Reflection.Assembly