C# Class Squirrel.EasyModeMixin

ファイルを表示 Open project: fusetools/Squirrel.Windows

Public Methods

Method Description
CreateShortcutForThisExe ( this This ) : void
RemoveShortcutForThisExe ( this This ) : void
UpdateApp ( this This, Action progress = null ) : Task

Method Details

CreateShortcutForThisExe() public static method

public static CreateShortcutForThisExe ( this This ) : void
This this
return void

RemoveShortcutForThisExe() public static method

public static RemoveShortcutForThisExe ( this This ) : void
This this
return void

UpdateApp() public static method

public static UpdateApp ( this This, Action progress = null ) : Task
This this
progress Action
return Task