C# 클래스 Recurity.Swf.SwfCompressStateChangedEventArgs

Provides data for CompressSateChanged events.
상속: System.EventArgs
파일 보기 프로젝트 열기: rtezli/Blitzableiter

공개 메소드들

메소드 설명
SwfCompressStateChangedEventArgs ( System.UInt64 overAll, System.UInt64 currentState ) : System

Provides data for CompressSateChanged events.

메소드 상세

SwfCompressStateChangedEventArgs() 공개 메소드

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
리턴 System