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

Inheritance: IInstallInfo
Show file Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Private Properties

Property Type Description
Updated void

Public Methods

Method Description
InstallInfo ( long size, long sizePacked, string version = null, bool completed = true ) : System

Protected Methods

Method Description
InstallInfo ( ) : System
InstallInfo ( long size, long sizePacked ) : System

Private Methods

Method Description
Updated ( string version, long size, long sizePacked, bool completed ) : void

Method Details

InstallInfo() protected method

protected InstallInfo ( ) : System
return System

InstallInfo() protected method

protected InstallInfo ( long size, long sizePacked ) : System
size long
sizePacked long
return System

InstallInfo() public method

public InstallInfo ( long size, long sizePacked, string version = null, bool completed = true ) : System
size long
sizePacked long
version string
completed bool
return System