C# Класс Nexus.Client.Games.Gamebryo.Plugins.GamebryoPlugin

Encapsulates the information about a Gamebryo based game plugin.
Наследование: Nexus.Client.Plugins.Plugin
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GamebryoPlugin ( string p_strPath, string p_strDescription, Image p_imgPicture, bool p_booIsMaster ) : System.Drawing

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

Описание методов

GamebryoPlugin() публичный Метод

A simple constructor that initializes the object with the given values.
public GamebryoPlugin ( string p_strPath, string p_strDescription, Image p_imgPicture, bool p_booIsMaster ) : System.Drawing
p_strPath string The filename of the plugin.
p_strDescription string The description of the plugin.
p_imgPicture System.Drawing.Image The picture of the plugin.
p_booIsMaster bool Whether the plugin is a master file.
Результат System.Drawing