C# 클래스 withSIX.Mini.Applications.Factories.InstallerSessionFactory

상속: IINstallerSessionFactory, IApplicationService
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
Create ( IInstallContentAction action, Task>.Func progress ) : IInstallerSession
CreateUninstaller ( IUninstallContentAction2 action ) : IUninstallSession
InstallerSessionFactory ( ISteamHelperRunner steamHelperRunner, Func fact ) : System

메소드 상세

Create() 공개 메소드

public Create ( IInstallContentAction action, Task>.Func progress ) : IInstallerSession
action IInstallContentAction
progress Task>.Func
리턴 IInstallerSession

CreateUninstaller() 공개 메소드

public CreateUninstaller ( IUninstallContentAction2 action ) : IUninstallSession
action IUninstallContentAction2
리턴 IUninstallSession

InstallerSessionFactory() 공개 메소드

public InstallerSessionFactory ( ISteamHelperRunner steamHelperRunner, Func fact ) : System
steamHelperRunner ISteamHelperRunner
fact Func
리턴 System