C# Class MGDF.GamesManager.Model.ShortcutManager

Inheritance: IShortcutManager
Mostra file Open project: mrsharpoblunto/MGDF

Public Methods

Method Description
CreateShortcut ( string path, string filename, string args, string icon ) : void
DeleteShortcut ( string path ) : void
RefreshDesktop ( ) : void

Private Methods

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

Method Details

CreateShortcut() public method

public CreateShortcut ( string path, string filename, string args, string icon ) : void
path string
filename string
args string
icon string
return void

DeleteShortcut() public method

public DeleteShortcut ( string path ) : void
path string
return void

RefreshDesktop() public static method

public static RefreshDesktop ( ) : void
return void