C# Класс Recurity.Swf.SwfDecompressSateChangedEventArgs

Provides data for DecompressSateChanged events.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
SwfDecompressSateChangedEventArgs ( System.UInt64 overAll, System.UInt64 currentState ) : System

Provides data for DecompressSateChanged events.

Описание методов

SwfDecompressSateChangedEventArgs() публичный Метод

Provides data for DecompressSateChanged events.
public SwfDecompressSateChangedEventArgs ( System.UInt64 overAll, System.UInt64 currentState ) : System
overAll System.UInt64 The stream length
currentState System.UInt64 The stream position
Результат System