C# Class Nexus.Client.Games.Gamebryo.Plugins.GamebryoPlugin

Encapsulates the information about a Gamebryo based game plugin.
Inheritance: Nexus.Client.Plugins.Plugin
Exibir arquivo Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

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

Method Details

GamebryoPlugin() public method

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