C# Класс Nexus.Client.Plugins.Plugin

Encapsulates the information about a plugin.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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