C# 클래스 Prism.Mods.ModReference

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

공개 메소드들

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

메소드 상세

LoadAssembly() 공개 메소드

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

ModReference() 공개 메소드

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