C# Class Recurity.Swf.SwfCompressStateChangedEventArgs

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

Méthodes publiques

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

Provides data for CompressSateChanged events.

Method Details

SwfCompressStateChangedEventArgs() public méthode

Provides data for CompressSateChanged events.
public SwfCompressStateChangedEventArgs ( System.UInt64 overAll, System.UInt64 currentState ) : System
overAll System.UInt64 The stream length
currentState System.UInt64 The stream position
Résultat System