C# 클래스 entity.EntityPlugin

The entity plugin.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
Author string
PluginName string
map int
tagtype string

공개 메소드들

메소드 설명
EntityPlugin ( ) : System

Initializes a new instance of the EntityPlugin class.

GetName ( ) : string

The get name.

Run ( Map map, System.Windows.Forms.ToolStripProgressBar &progressbar ) : void

The run.

비공개 메소드들

메소드 설명
EntityPlugin_Load ( object sender, EventArgs e ) : void

The entity plugin_ load.

InitializeComponent ( ) : void

메소드 상세

EntityPlugin() 공개 메소드

Initializes a new instance of the EntityPlugin class.
public EntityPlugin ( ) : System
리턴 System

GetName() 공개 메소드

The get name.
public GetName ( ) : string
리턴 string

Run() 공개 메소드

The run.
public Run ( Map map, System.Windows.Forms.ToolStripProgressBar &progressbar ) : void
map HaloMap.Map.Map The map.
progressbar System.Windows.Forms.ToolStripProgressBar The progressbar.
리턴 void

프로퍼티 상세

Author 공개적으로 프로퍼티

The author.
public string Author
리턴 string

PluginName 공개적으로 프로퍼티

The plugin name.
public string PluginName
리턴 string

map 공개적으로 프로퍼티

The map number.
public int map
리턴 int

tagtype 공개적으로 프로퍼티

The tagtype.
public string tagtype
리턴 string