C# Class PSAttackBuildTool.Utils.Display

Afficher le fichier Open project: jaredhaight/PSAttackBuildTool Class Usage Examples

Méthodes publiques

Свойство Type Description
dashboard string
messageLeft int
messageTop int
secondaryMessageLeft int
secondaryMessageTop int
stageLeft int
stageTop int
statusLeft int
statusTop int

Méthodes publiques

Méthode Description
Display ( ) : System
updateMessage ( string value ) : void
updateSecondaryMessage ( string value ) : void
updateStage ( string value ) : void
updateStatus ( string value ) : void

Method Details

Display() public méthode

public Display ( ) : System
Résultat System

updateMessage() public méthode

public updateMessage ( string value ) : void
value string
Résultat void

updateSecondaryMessage() public méthode

public updateSecondaryMessage ( string value ) : void
value string
Résultat void

updateStage() public méthode

public updateStage ( string value ) : void
value string
Résultat void

updateStatus() public méthode

public updateStatus ( string value ) : void
value string
Résultat void

Property Details

dashboard public_oe property

public string dashboard
Résultat string

messageLeft public_oe property

public int messageLeft
Résultat int

messageTop public_oe property

public int messageTop
Résultat int

secondaryMessageLeft public_oe property

public int secondaryMessageLeft
Résultat int

secondaryMessageTop public_oe property

public int secondaryMessageTop
Résultat int

stageLeft public_oe property

public int stageLeft
Résultat int

stageTop public_oe property

public int stageTop
Résultat int

statusLeft public_oe property

public int statusLeft
Résultat int

statusTop public_oe property

public int statusTop
Résultat int