C# Class Inkjet.NPPGameOfLife

显示文件 Open project: cartman300/Hackery

Public Methods

Method Description
Main ( ) : void

Private Methods

Method Description
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

Method Details

Main() public static method

public static Main ( ) : void
return void