C# Class Packman.InstallEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: madskristensen/Packman Class Usage Examples

Méthodes publiques

Méthode Description
InstallEventArgs ( IInstallablePackage package, string path ) : System
InstallEventArgs ( Manifest manifest, IInstallablePackage package, string path ) : System

Method Details

InstallEventArgs() public méthode

public InstallEventArgs ( IInstallablePackage package, string path ) : System
package IInstallablePackage
path string
Résultat System

InstallEventArgs() public méthode

public InstallEventArgs ( Manifest manifest, IInstallablePackage package, string path ) : System
manifest Manifest
package IInstallablePackage
path string
Résultat System