C# Class Prism.Mods.AssemblyReference

A reference to any Assembly.
Afficher le fichier Open project: TerrariaPrismTeam/Prism

Méthodes publiques

Méthode 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 méthode

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

LoadAssembly() public méthode

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