C# 클래스 Prism.Mods.AssemblyReference

A reference to any Assembly.
파일 보기 프로젝트 열기: TerrariaPrismTeam/Prism

공개 메소드들

메소드 설명
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