C# Класс HandBrake.ApplicationServices.Utilities.GeneralUtilities

A Set of Static Utilites
Показать файл Открыть проект

Открытые методы

Метод Описание
ClearLogFiles ( int daysToKeep ) : void

Clear all the log files older than 30 Days

CreateCliLogHeader ( ) : StringBuilder

Add the CLI Query to the Log File.

GetCliProcess ( ) : System.Diagnostics.Process[]

Get the Process ID of HandBrakeCLI for the current instance.

GetDrives ( ) : List

Get a list of available DVD drives which are ready and contain DVD content.

LogLine ( string message ) : string

Return the standard log format line of text for a given log message

Описание методов

ClearLogFiles() публичный статический Метод

Clear all the log files older than 30 Days
public static ClearLogFiles ( int daysToKeep ) : void
daysToKeep int /// The Number of Days to Keep ///
Результат void

CreateCliLogHeader() публичный статический Метод

Add the CLI Query to the Log File.
public static CreateCliLogHeader ( ) : StringBuilder
Результат StringBuilder

GetCliProcess() публичный статический Метод

Get the Process ID of HandBrakeCLI for the current instance.
public static GetCliProcess ( ) : System.Diagnostics.Process[]
Результат System.Diagnostics.Process[]

GetDrives() публичный статический Метод

Get a list of available DVD drives which are ready and contain DVD content.
public static GetDrives ( ) : List
Результат List

LogLine() публичный статический Метод

Return the standard log format line of text for a given log message
public static LogLine ( string message ) : string
message string The Log Message
Результат string