C# Class ImageProcessor.Web.Plugins.PostProcessor.PostProcessingResultEventArgs

The post processing result event arguments. Many thanks to Azure Image Optimizer
Inheritance: System.EventArgs
Afficher le fichier Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Méthodes publiques

Méthode Description
PostProcessingResultEventArgs ( string resultFileName, long length ) : System

Initializes a new instance of the PostProcessingResultEventArgs class.

ToString ( ) : string

Returns a string that represents the current object.

Method Details

PostProcessingResultEventArgs() public méthode

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

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string