C# 클래스 Inkjet.NPPGameOfLife

파일 보기 프로젝트 열기: cartman300/Hackery

공개 메소드들

메소드 설명
Main ( ) : void

비공개 메소드들

메소드 설명
AllocConsole ( ) : bool
CountNeighbours ( int X, int Y ) : int
EnumChildWindows ( IntPtr Parent, Win32Callback Callback, IntPtr Param ) : bool
FindControl ( IntPtr Parent, string Name ) : IntPtr
FindWindowEx ( IntPtr Parent, IntPtr Child, string Class, string Window ) : IntPtr
ForEachControl ( IntPtr Parent, Func F ) : void
FreeConsole ( ) : bool
Get ( int X, int Y ) : int
GetChildControls ( IntPtr Parent ) : System.IntPtr[]
GetClassName ( IntPtr Wnd, StringBuilder ClassName, int MaxCount ) : int
GetClassName ( IntPtr Wind ) : string
Sci_AddText ( IntPtr Control, string Txt ) : void
Sci_ClearText ( IntPtr Control ) : void
SendMessage ( IntPtr Wnd, uint Msg, IntPtr L, IntPtr W ) : int
SetWindowText ( IntPtr Wnd, string Txt ) : bool
Step ( ) : void
ToString ( ) : string

메소드 상세

Main() 공개 정적인 메소드

public static Main ( ) : void
리턴 void