C# 클래스 OldFashionedFun.MainForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: swax/OldFashionedFun

공개 프로퍼티들

프로퍼티 타입 설명
EnumWindow Win32.EnumWindowsProc

공개 메소드들

메소드 설명
MainForm ( ) : System
OnEnumWindow ( IntPtr hwnd, IntPtr lParam ) : bool

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
Bounce ( double dT, int groundDistance, double &vel, double accel ) : int
GetTargetShelf ( WinInfo info ) : int
InitializeComponent ( ) : void

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

MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
OnShelf ( WinInfo info ) : bool
RefreshTimer_Tick ( object sender, EventArgs e ) : void
ShouldWindowBeDisplayed ( IntPtr window ) : bool
StepTimer_Tick ( object sender, EventArgs e ) : void
TestShelf ( IntPtr handle, Win32 shelf ) : void
button1_Click ( object sender, EventArgs e ) : 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

MainForm() 공개 메소드

public MainForm ( ) : System
리턴 System

OnEnumWindow() 공개 메소드

public OnEnumWindow ( IntPtr hwnd, IntPtr lParam ) : bool
hwnd System.IntPtr
lParam System.IntPtr
리턴 bool

프로퍼티 상세

EnumWindow 공개적으로 프로퍼티

public Win32.EnumWindowsProc EnumWindow
리턴 Win32.EnumWindowsProc