C# 클래스 Squirrel.EasyModeMixin

파일 보기 프로젝트 열기: fusetools/Squirrel.Windows

공개 메소드들

메소드 설명
CreateShortcutForThisExe ( this This ) : void
RemoveShortcutForThisExe ( this This ) : void
UpdateApp ( this This, Action progress = null ) : Task

메소드 상세

CreateShortcutForThisExe() 공개 정적인 메소드

public static CreateShortcutForThisExe ( this This ) : void
This this
리턴 void

RemoveShortcutForThisExe() 공개 정적인 메소드

public static RemoveShortcutForThisExe ( this This ) : void
This this
리턴 void

UpdateApp() 공개 정적인 메소드

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