C# Class ZombieSystem.Main

Inheritance: System.Windows.Forms.Form
显示文件 Open project: jariz/jZm Class Usage Examples

Public Properties

Property Type Description
console System.Windows.Forms.TextBox

Public Methods

Method Description
API_OnCrash ( Exception exep ) : void
API_OnFrame ( ) : void
API_OnPluginCrash ( Exception exep, ZombieAPI plug ) : void
API_OnWrite ( string msg ) : void
Main ( ) : System
boxshow ( Panel p ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Main_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
listBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void
listView1_SelectedIndexChanged ( object sender, EventArgs e ) : void
plugin_init ( ) : void

Method Details

API_OnCrash() public method

public API_OnCrash ( Exception exep ) : void
exep System.Exception
return void

API_OnFrame() public method

public API_OnFrame ( ) : void
return void

API_OnPluginCrash() public method

public API_OnPluginCrash ( Exception exep, ZombieAPI plug ) : void
exep System.Exception
plug ZombieAPI
return void

API_OnWrite() public method

public API_OnWrite ( string msg ) : void
msg string
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Main() public method

public Main ( ) : System
return System

boxshow() public method

public boxshow ( Panel p ) : void
p System.Windows.Forms.Panel
return void

Property Details

console public_oe property

public System.Windows.Forms.TextBox console
return System.Windows.Forms.TextBox