C# 클래스 withSIX.Steam.Api.PublishedFile

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetPath IAbsolutePath
HandleSubscription Task
IsInstalled bool
IsLegacy bool
IsSubscribed bool
RequiresDownloading bool

공개 메소드들

메소드 설명
Download ( ISteamDownloader dl, ISteamApi api, double>.Action progressAction = null, CancellationToken cancelToken = default(CancellationToken), bool force = false ) : Task
PublishedFile ( PublishedFileId_t id, AppId_t appId ) : System
PublishedFile ( ulong id, uint appId ) : System
ToString ( ) : string
Uninstall ( ISteamApi api, IAbsoluteDirectoryPath workshopPath, CancellationToken cancelToken = default(CancellationToken) ) : Task

비공개 메소드들

메소드 설명
GetPath ( IAbsoluteDirectoryPath workshopPath ) : IAbsolutePath
HandleSubscription ( bool force, ISteamApi api ) : Task
IsInstalled ( ) : bool
IsLegacy ( ) : bool
IsSubscribed ( ) : bool
RequiresDownloading ( ) : bool

메소드 상세

Download() 공개 메소드

public Download ( ISteamDownloader dl, ISteamApi api, double>.Action progressAction = null, CancellationToken cancelToken = default(CancellationToken), bool force = false ) : Task
dl ISteamDownloader
api ISteamApi
progressAction double>.Action
cancelToken System.Threading.CancellationToken
force bool
리턴 Task

PublishedFile() 공개 메소드

public PublishedFile ( PublishedFileId_t id, AppId_t appId ) : System
id PublishedFileId_t
appId AppId_t
리턴 System

PublishedFile() 공개 메소드

public PublishedFile ( ulong id, uint appId ) : System
id ulong
appId uint
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Uninstall() 공개 메소드

public Uninstall ( ISteamApi api, IAbsoluteDirectoryPath workshopPath, CancellationToken cancelToken = default(CancellationToken) ) : Task
api ISteamApi
workshopPath IAbsoluteDirectoryPath
cancelToken System.Threading.CancellationToken
리턴 Task