C# Class BExplorer.Shell.AssociationItem

Represents an application that this ShellItem is associated with.
Afficher le fichier Open project: Gainedge/BetterExplorer

Méthodes publiques

Méthode Description
AssociationItem ( ShellItem item ) : BExplorer.Shell.Interop

Default constructor

Invoke ( ) : void

Invokes/Runs the application this item represents and supplies it with the owner

Method Details

AssociationItem() public méthode

Default constructor
public AssociationItem ( ShellItem item ) : BExplorer.Shell.Interop
item ShellItem The that this item is for (sets the property
Résultat BExplorer.Shell.Interop

Invoke() public méthode

Invokes/Runs the application this item represents and supplies it with the owner
public Invoke ( ) : void
Résultat void