C# 클래스 MGDF.GamesManager.Model.ShortcutManager

상속: IShortcutManager
파일 보기 프로젝트 열기: mrsharpoblunto/MGDF

공개 메소드들

메소드 설명
CreateShortcut ( string path, string filename, string args, string icon ) : void
DeleteShortcut ( string path ) : void
RefreshDesktop ( ) : void

비공개 메소드들

메소드 설명
IShortcutManager ( string path ) : bool
SHChangeNotify ( EventId wEventId, uFlags uFlags, IntPtr dwItem1, IntPtr dwItem2 ) : void

메소드 상세

CreateShortcut() 공개 메소드

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

DeleteShortcut() 공개 메소드

public DeleteShortcut ( string path ) : void
path string
리턴 void

RefreshDesktop() 공개 정적인 메소드

public static RefreshDesktop ( ) : void
리턴 void