C# 클래스 Nexus.Client.Games.Gamebryo.Plugins.GamebryoPlugin

Encapsulates the information about a Gamebryo based game plugin.
상속: Nexus.Client.Plugins.Plugin
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
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