C# Class WatchDog.MPWatchDog

Mostra file Open project: MediaPortal/MediaPortal-1

Private Properties

Property Type Description
CreateTemporaryConfiguration string
EnableChoice void
GetMPArguments string
GetScreenAspect float
GetZipFilename string
LaunchMediaPortalAction void
MakeGraphSnapshot void
ParseCommandLine bool
PerformPostTestActions void
PerformPostTestActions void
PerformPreTestActions void
PerformPreTestActions void
ProceedButton_Click void
SetStatus void
ShowUsage void
btnZipFile_Click void
menuItem2_Click void
menuItem7_Click void
tmrMPWatcher_Tick void
tmrUnAttended_Tick void
tmrWatchdog_Tick void

Public Methods

Method Description
CheckRequirements ( ) : bool
MPWatchDog ( ) : System

Private Methods

Method Description
CreateTemporaryConfiguration ( ) : string
EnableChoice ( bool enable ) : void
GetMPArguments ( ) : string
GetScreenAspect ( ) : float
GetZipFilename ( ) : string
LaunchMediaPortalAction ( ) : void
MakeGraphSnapshot ( DSGrapheditROTEntry rotEntry ) : void
ParseCommandLine ( ) : bool
PerformPostTestActions ( ) : void
PerformPostTestActions ( bool autoClose ) : void
PerformPreTestActions ( ) : void
PerformPreTestActions ( bool autoClose ) : void
ProceedButton_Click ( object sender, EventArgs e ) : void
SetStatus ( string status ) : void
ShowUsage ( ) : void
btnZipFile_Click ( object sender, EventArgs e ) : void
menuItem2_Click ( object sender, EventArgs e ) : void
menuItem7_Click ( object sender, EventArgs e ) : void
tmrMPWatcher_Tick ( object sender, EventArgs e ) : void
tmrUnAttended_Tick ( object sender, EventArgs e ) : void
tmrWatchdog_Tick ( object sender, EventArgs e ) : void

Method Details

CheckRequirements() public method

public CheckRequirements ( ) : bool
return bool

MPWatchDog() public method

public MPWatchDog ( ) : System
return System