C# 클래스 ImageProcessor.Web.Plugins.PostProcessor.PostProcessingResultEventArgs

The post processing result event arguments. Many thanks to Azure Image Optimizer
상속: System.EventArgs
파일 보기 프로젝트 열기: JimBobSquarePants/ImageProcessor 1 사용 예제들

공개 메소드들

메소드 설명
PostProcessingResultEventArgs ( string resultFileName, long length ) : System

Initializes a new instance of the PostProcessingResultEventArgs class.

ToString ( ) : string

Returns a string that represents the current object.

메소드 상세

PostProcessingResultEventArgs() 공개 메소드

Initializes a new instance of the PostProcessingResultEventArgs class.
public PostProcessingResultEventArgs ( string resultFileName, long length ) : System
resultFileName string The original file name.
length long The original file length in bytes.
리턴 System

ToString() 공개 메소드

Returns a string that represents the current object.
public ToString ( ) : string
리턴 string