Class DownloadSize
Inheritance
System.Object
DownloadSize
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:ClickTwice.UpdateManager
Assembly:ClickTwice.UpdateManager.dll
Syntax
public class DownloadSize
Constructors
| Improve this Doc View SourceDownloadSize(Int32)
Declaration
public DownloadSize(int bytes)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | bytes |
DownloadSize(Int64)
Declaration
public DownloadSize(long bytes)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | bytes |
Properties
| Improve this Doc View SourceBytes
Declaration
public long Bytes { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Gigabytes
Declaration
public long Gigabytes { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Kilobytes
Declaration
public long Kilobytes { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Megabytes
Declaration
public long Megabytes { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
|
Improve this Doc
View Source
ToString(Int32)
Declaration
public string ToString(int places)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | places |
Returns
Type | Description |
---|---|
System.String |