C# Class PSAttackBuildTool.Utils.Display

Datei anzeigen Open project: jaredhaight/PSAttackBuildTool Class Usage Examples

Public Properties

Property Type Description
dashboard string
messageLeft int
messageTop int
secondaryMessageLeft int
secondaryMessageTop int
stageLeft int
stageTop int
statusLeft int
statusTop int

Public Methods

Method Description
Display ( ) : System
updateMessage ( string value ) : void
updateSecondaryMessage ( string value ) : void
updateStage ( string value ) : void
updateStatus ( string value ) : void

Method Details

Display() public method

public Display ( ) : System
return System

updateMessage() public method

public updateMessage ( string value ) : void
value string
return void

updateSecondaryMessage() public method

public updateSecondaryMessage ( string value ) : void
value string
return void

updateStage() public method

public updateStage ( string value ) : void
value string
return void

updateStatus() public method

public updateStatus ( string value ) : void
value string
return void

Property Details

dashboard public_oe property

public string dashboard
return string

messageLeft public_oe property

public int messageLeft
return int

messageTop public_oe property

public int messageTop
return int

secondaryMessageLeft public_oe property

public int secondaryMessageLeft
return int

secondaryMessageTop public_oe property

public int secondaryMessageTop
return int

stageLeft public_oe property

public int stageLeft
return int

stageTop public_oe property

public int stageTop
return int

statusLeft public_oe property

public int statusLeft
return int

statusTop public_oe property

public int statusTop
return int