C# Class SystemInsightsMTCDemo.Utilities

Exibir arquivo Open project: systeminsights/mtcdemoapp Class Usage Examples

Public Methods

Method Description
ActivateDtClock ( ) : void
ActivateProdClock ( ) : void
GetTotalDownTimeString ( ) : string
GetTotalTime ( ) : int
GetTotalTimeString ( ) : string
GetTotalUpTime ( ) : int
GetTotalUpTimeString ( ) : string
GetUtilization ( ) : string
StopAndResetAllClocks ( ) : void
TotalTimeStart ( ) : void
Utilities ( ) : System

Method Details

ActivateDtClock() public method

public ActivateDtClock ( ) : void
return void

ActivateProdClock() public method

public ActivateProdClock ( ) : void
return void

GetTotalDownTimeString() public method

public GetTotalDownTimeString ( ) : string
return string

GetTotalTime() public method

public GetTotalTime ( ) : int
return int

GetTotalTimeString() public method

public GetTotalTimeString ( ) : string
return string

GetTotalUpTime() public method

public GetTotalUpTime ( ) : int
return int

GetTotalUpTimeString() public method

public GetTotalUpTimeString ( ) : string
return string

GetUtilization() public method

public GetUtilization ( ) : string
return string

StopAndResetAllClocks() public method

public StopAndResetAllClocks ( ) : void
return void

TotalTimeStart() public method

public TotalTimeStart ( ) : void
return void

Utilities() public method

public Utilities ( ) : System
return System