C# Class withSIX.Mini.Core.Games.LocalContent

Inheritance: Content, IUninstallableContent, IContentWithPackageName
显示文件 Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetFQN ( string constraint = null ) : string
GetSource ( IHaveSourcePaths game ) : ContentPublisher
GetSourceDirectory ( IHaveSourcePaths game ) : IAbsoluteDirectoryPath
OverrideSource ( Publisher publisher ) : void
Uninstall ( IUninstallSession installerSession, CancellationToken cancelToken, string constraint = null ) : Task

Protected Methods

Method Description
CreateRelatedSpec ( string constraint ) : IContentSpec
HandleRelatedContentChildren ( ICollection x ) : void
LocalContent ( ) : System
LocalContent ( string packageName, System.Guid gameId, BasicInstallInfo basicInstallInfo ) : System
LocalContent ( string packageName, System.Guid gameId, string version ) : System

Method Details

CreateRelatedSpec() protected method

protected CreateRelatedSpec ( string constraint ) : IContentSpec
constraint string
return IContentSpec

GetFQN() public method

public GetFQN ( string constraint = null ) : string
constraint string
return string

GetSource() public method

public GetSource ( IHaveSourcePaths game ) : ContentPublisher
game IHaveSourcePaths
return ContentPublisher

GetSourceDirectory() public method

public GetSourceDirectory ( IHaveSourcePaths game ) : IAbsoluteDirectoryPath
game IHaveSourcePaths
return IAbsoluteDirectoryPath

HandleRelatedContentChildren() protected method

protected HandleRelatedContentChildren ( ICollection x ) : void
x ICollection
return void

LocalContent() protected method

protected LocalContent ( ) : System
return System

LocalContent() protected method

protected LocalContent ( string packageName, System.Guid gameId, BasicInstallInfo basicInstallInfo ) : System
packageName string
gameId System.Guid
basicInstallInfo BasicInstallInfo
return System

LocalContent() protected method

protected LocalContent ( string packageName, System.Guid gameId, string version ) : System
packageName string
gameId System.Guid
version string
return System

OverrideSource() public method

public OverrideSource ( Publisher publisher ) : void
publisher Publisher
return void

Uninstall() public method

public Uninstall ( IUninstallSession installerSession, CancellationToken cancelToken, string constraint = null ) : Task
installerSession IUninstallSession
cancelToken System.Threading.CancellationToken
constraint string
return Task