C# 클래스 DeeShell.Functions

파일 보기 프로젝트 열기: pravin/deeshell

공개 메소드들

메소드 설명
GetActiveTasks ( ) : ArrayList

Gets a list of Active Tasks

HideTaskBar ( ) : void

Hides the Windows Taskbar

MakeNewDesktopArea ( ) : void

Resizes the Desktop area to our shells' requirements

RestoreDesktopArea ( ) : void

Restores the Desktop area

ShowTaskBar ( ) : void

Show the Windows Taskbar

메소드 상세

GetActiveTasks() 공개 정적인 메소드

Gets a list of Active Tasks
public static GetActiveTasks ( ) : ArrayList
리턴 System.Collections.ArrayList

HideTaskBar() 공개 정적인 메소드

Hides the Windows Taskbar
public static HideTaskBar ( ) : void
리턴 void

MakeNewDesktopArea() 공개 정적인 메소드

Resizes the Desktop area to our shells' requirements
public static MakeNewDesktopArea ( ) : void
리턴 void

RestoreDesktopArea() 공개 정적인 메소드

Restores the Desktop area
public static RestoreDesktopArea ( ) : void
리턴 void

ShowTaskBar() 공개 정적인 메소드

Show the Windows Taskbar
public static ShowTaskBar ( ) : void
리턴 void