C# Class inVtero.net.Support.ProgressBarz

Mostra file Open project: ShaneK2/inVtero.net

Public Properties

Property Type Description
Bar CliProgressBar
BaseMessage ConsoleString
DisableProgressBar bool
Progress int
TextInfo bool
pBarColor ConsoleColor

Public Methods

Method Description
RenderConsoleProgress ( int percentage ) : void

Private Methods

Method Description
ProgressBarz ( ) : System

Method Details

RenderConsoleProgress() public static method

public static RenderConsoleProgress ( int percentage ) : void
percentage int
return void

Property Details

Bar public_oe static_oe property

public static CliProgressBar Bar
return CliProgressBar

BaseMessage public_oe static_oe property

public static ConsoleString BaseMessage
return ConsoleString

DisableProgressBar public_oe static_oe property

public static bool DisableProgressBar
return bool

Progress public_oe static_oe property

public static int Progress
return int

TextInfo public_oe static_oe property

public static bool TextInfo
return bool

pBarColor public_oe static_oe property

public static ConsoleColor pBarColor
return ConsoleColor