C# Class BExplorer.Shell.AssociationItem

Represents an application that this ShellItem is associated with.
Show file Open project: Gainedge/BetterExplorer

Public Methods

Method 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 method

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

Invoke() public method

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