C# Класс BExplorer.Shell.AssociationItem

Represents an application that this ShellItem is associated with.
Показать файл Открыть проект

Открытые методы

Метод Описание
AssociationItem ( ShellItem item ) : BExplorer.Shell.Interop

Default constructor

Invoke ( ) : void

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

Описание методов

AssociationItem() публичный Метод

Default constructor
public AssociationItem ( ShellItem item ) : BExplorer.Shell.Interop
item ShellItem The that this item is for (sets the property
Результат BExplorer.Shell.Interop

Invoke() публичный Метод

Invokes/Runs the application this item represents and supplies it with the owner
public Invoke ( ) : void
Результат void