Show / Hide Table of Contents

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 Source

AdditionalData

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>
| Improve this Doc View Source

Bitness

QBittorrent bitness.

Declaration
[JsonProperty("bitness")]
public int Bitness { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

BoostVersion

The version of Boost.

Declaration
[JsonProperty("boost")]
public string BoostVersion { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LibtorrentVersion

The version of libtorrent.

Declaration
[JsonProperty("libtorrent")]
public string LibtorrentVersion { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

OpenSslVersion

The version of OpenSSL.

Declaration
[JsonProperty("openssl")]
public string OpenSslVersion { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Platform

The platform qBittorrent is running on.

Declaration
[JsonProperty("platform")]
public string Platform { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

QtVersion

The version of Qt.

Declaration
[JsonProperty("qt")]
public string QtVersion { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ZlibVersion

The version of zlib.

Declaration
[JsonProperty("zlib")]
public string ZlibVersion { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018 Pavel Fedarovich