C# 클래스 PSAttackBuildTool.Utils.Display

파일 보기 프로젝트 열기: jaredhaight/PSAttackBuildTool 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
dashboard string
messageLeft int
messageTop int
secondaryMessageLeft int
secondaryMessageTop int
stageLeft int
stageTop int
statusLeft int
statusTop int

공개 메소드들

메소드 설명
Display ( ) : System
updateMessage ( string value ) : void
updateSecondaryMessage ( string value ) : void
updateStage ( string value ) : void
updateStatus ( string value ) : void

메소드 상세

Display() 공개 메소드

public Display ( ) : System
리턴 System

updateMessage() 공개 메소드

public updateMessage ( string value ) : void
value string
리턴 void

updateSecondaryMessage() 공개 메소드

public updateSecondaryMessage ( string value ) : void
value string
리턴 void

updateStage() 공개 메소드

public updateStage ( string value ) : void
value string
리턴 void

updateStatus() 공개 메소드

public updateStatus ( string value ) : void
value string
리턴 void

프로퍼티 상세

dashboard 공개적으로 프로퍼티

public string dashboard
리턴 string

messageLeft 공개적으로 프로퍼티

public int messageLeft
리턴 int

messageTop 공개적으로 프로퍼티

public int messageTop
리턴 int

secondaryMessageLeft 공개적으로 프로퍼티

public int secondaryMessageLeft
리턴 int

secondaryMessageTop 공개적으로 프로퍼티

public int secondaryMessageTop
리턴 int

stageLeft 공개적으로 프로퍼티

public int stageLeft
리턴 int

stageTop 공개적으로 프로퍼티

public int stageTop
리턴 int

statusLeft 공개적으로 프로퍼티

public int statusLeft
리턴 int

statusTop 공개적으로 프로퍼티

public int statusTop
리턴 int