C# Class ICSharpCode.SharpZipLib.Core.ScanEventArgs

Event arguments for scanning.
Inheritance: System.EventArgs
Afficher le fichier Open project: icsharpcode/SharpZipLib Class Usage Examples

Méthodes publiques

Méthode Description
ScanEventArgs ( string name ) : System

Initialise a new instance of ScanEventArgs

Method Details

ScanEventArgs() public méthode

Initialise a new instance of ScanEventArgs
public ScanEventArgs ( string name ) : System
name string The file or directory name.
Résultat System