ProgressBar {Microsoft.VisualBasic.ApplicationServices.Terminal.ProgressBar} | .NET clr documentation |
Progress bar for the Console Screen. http://www.cnblogs.com/masonlu/p/4668232.html
# namespace Microsoft.VisualBasic.ApplicationServices.Terminal.ProgressBar
export class ProgressBar extends AbstractBar {
# 获取当前实例测量得出的总运行时间(以毫秒为单位)。
ElapsedMilliseconds: integer;
}