C# 클래스 ZombieSystem.Main

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: jariz/jZm 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
console System.Windows.Forms.TextBox

공개 메소드들

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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

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

메소드 상세

API_OnCrash() 공개 메소드

public API_OnCrash ( Exception exep ) : void
exep System.Exception
리턴 void

API_OnFrame() 공개 메소드

public API_OnFrame ( ) : void
리턴 void

API_OnPluginCrash() 공개 메소드

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

API_OnWrite() 공개 메소드

public API_OnWrite ( string msg ) : void
msg string
리턴 void

Dispose() 보호된 메소드

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

Main() 공개 메소드

public Main ( ) : System
리턴 System

boxshow() 공개 메소드

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

프로퍼티 상세

console 공개적으로 프로퍼티

public System.Windows.Forms.TextBox console
리턴 System.Windows.Forms.TextBox