C# Class MGDF.GamesManager.Model.ShortcutManager

Inheritance: IShortcutManager
Afficher le fichier Open project: mrsharpoblunto/MGDF

Méthodes publiques

Méthode Description
CreateShortcut ( string path, string filename, string args, string icon ) : void
DeleteShortcut ( string path ) : void
RefreshDesktop ( ) : void

Private Methods

Méthode Description
IShortcutManager ( string path ) : bool
SHChangeNotify ( EventId wEventId, uFlags uFlags, IntPtr dwItem1, IntPtr dwItem2 ) : void

Method Details

CreateShortcut() public méthode

public CreateShortcut ( string path, string filename, string args, string icon ) : void
path string
filename string
args string
icon string
Résultat void

DeleteShortcut() public méthode

public DeleteShortcut ( string path ) : void
path string
Résultat void

RefreshDesktop() public static méthode

public static RefreshDesktop ( ) : void
Résultat void