C# 클래스 Nexus.Client.Plugins.Plugin

Encapsulates the information about a plugin.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
Plugin ( string p_strPath, string p_strDescription, Image p_imgPicture ) : System

A simple constructor that initializes the object with the given values.

SetMasters ( IList p_lstMasters ) : void
ToString ( ) : string

Uses the filename to represent the plugin.

메소드 상세

Plugin() 공개 메소드

A simple constructor that initializes the object with the given values.
public Plugin ( string p_strPath, string p_strDescription, Image p_imgPicture ) : System
p_strPath string The filename of the plugin.
p_strDescription string The description of the plugin.
p_imgPicture Image The picture of the plugin.
리턴 System

SetMasters() 공개 메소드

public SetMasters ( IList p_lstMasters ) : void
p_lstMasters IList
리턴 void

ToString() 공개 메소드

Uses the filename to represent the plugin.
public ToString ( ) : string
리턴 string