Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
VAGSuite
msiupdater.MSIUpdateProgressEventArgs
C# Class VAGSuite.msiupdater.MSIUpdateProgressEventArgs
Inheritance:
System.EventArgs
显示文件
Open project: Blackfrosch/VAGEDCSuite
Public Methods
Method
Description
MSIUpdateProgressEventArgs
(
Int32
NoFiles
,
Int32
NoFilesDone
,
Int32
PercentageDone
,
Int32
NoBytes
,
Int32
NoBytesDone
) :
System
Method Details
MSIUpdateProgressEventArgs()
public
method
public
MSIUpdateProgressEventArgs
(
Int32
NoFiles
,
Int32
NoFilesDone
,
Int32
PercentageDone
,
Int32
NoBytes
,
Int32
NoBytesDone
) :
System
NoFiles
System.Int32
NoFilesDone
System.Int32
PercentageDone
System.Int32
NoBytes
System.Int32
NoBytesDone
System.Int32
return
System