C# Класс Prism.Mods.AssemblyReference

A reference to any Assembly.
Показать файл Открыть проект

Открытые методы

Метод Описание
AssemblyReference ( string path, string modPath ) : System

Constructs a new Assembly Reference.

LoadAssembly ( ) : Assembly

Loads and returns the Assembly associated with this AssemblyReference.

Описание методов

AssemblyReference() публичный Метод

Constructs a new Assembly Reference.
public AssemblyReference ( string path, string modPath ) : System
path string The path to the assembly to reference.
modPath string
Результат System

LoadAssembly() публичный Метод

Loads and returns the Assembly associated with this AssemblyReference.
public LoadAssembly ( ) : Assembly
Результат System.Reflection.Assembly