Class BuildInfo
Describes qBittorrent build information.
Inheritance
System.Object
BuildInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: QBittorrent.Client
Assembly: QBittorrent.Client.dll
Syntax
public class BuildInfo
Properties
| Improve this Doc View SourceAdditionalData
Additional properties not handled by this library.
Declaration
[JsonExtensionData]
public IDictionary<string, JToken> AdditionalData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, Newtonsoft.Json.Linq.JToken> |
Bitness
QBittorrent bitness.
Declaration
[JsonProperty("bitness")]
public int Bitness { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BoostVersion
The version of Boost.
Declaration
[JsonProperty("boost")]
public string BoostVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LibtorrentVersion
The version of libtorrent.
Declaration
[JsonProperty("libtorrent")]
public string LibtorrentVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OpenSslVersion
The version of OpenSSL.
Declaration
[JsonProperty("openssl")]
public string OpenSslVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Platform
The platform qBittorrent is running on.
Declaration
[JsonProperty("platform")]
public string Platform { get; set; }
Property Value
Type | Description |
---|---|
System.String |
QtVersion
The version of Qt.
Declaration
[JsonProperty("qt")]
public string QtVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ZlibVersion
The version of zlib.
Declaration
[JsonProperty("zlib")]
public string ZlibVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |