C# Class Recurity.Swf.SwfDecompressSateChangedEventArgs

Provides data for DecompressSateChanged events.
Inheritance: System.EventArgs
Afficher le fichier Open project: rtezli/Blitzableiter

Méthodes publiques

Méthode Description
SwfDecompressSateChangedEventArgs ( System.UInt64 overAll, System.UInt64 currentState ) : System

Provides data for DecompressSateChanged events.

Method Details

SwfDecompressSateChangedEventArgs() public méthode

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
Résultat System