C# Class Nexus.Client.Plugins.Plugin

Encapsulates the information about a plugin.
显示文件 Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
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.

Method Details

Plugin() public method

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.
return System

SetMasters() public method

public SetMasters ( IList p_lstMasters ) : void
p_lstMasters IList
return void

ToString() public method

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