메소드 | 설명 | |
---|---|---|
Clone ( this record ) : System.Management.Automation.ProgressRecord | ||
WithCurrentOperation ( this record, string currentOperation ) : System.Management.Automation.ProgressRecord | ||
WithPercentCompleteAndSecondsRemaining ( this record, int percentComplete, int secondsRemaining ) : System.Management.Automation.ProgressRecord | ||
WithRecordType ( this record, ProgressRecordType recordType ) : System.Management.Automation.ProgressRecord |
메소드 | 설명 | |
---|---|---|
CloneProgressRecord ( System.Management.Automation.ProgressRecord record ) : System.Management.Automation.ProgressRecord |
public static Clone ( this record ) : System.Management.Automation.ProgressRecord | ||
record | this | |
리턴 | System.Management.Automation.ProgressRecord |
public static WithCurrentOperation ( this record, string currentOperation ) : System.Management.Automation.ProgressRecord | ||
record | this | |
currentOperation | string | |
리턴 | System.Management.Automation.ProgressRecord |
public static WithPercentCompleteAndSecondsRemaining ( this record, int percentComplete, int secondsRemaining ) : System.Management.Automation.ProgressRecord | ||
record | this | |
percentComplete | int | |
secondsRemaining | int | |
리턴 | System.Management.Automation.ProgressRecord |
public static WithRecordType ( this record, ProgressRecordType recordType ) : System.Management.Automation.ProgressRecord | ||
record | this | |
recordType | ProgressRecordType | |
리턴 | System.Management.Automation.ProgressRecord |