Dropbox .NET SDK
Show / Hide Table of Contents

Class DesktopPlatform

The desktop platform object

Inheritance
object
DesktopPlatform
DesktopPlatform.Linux
DesktopPlatform.Mac
DesktopPlatform.Other
DesktopPlatform.Windows
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class DesktopPlatform

Constructors

View Source

DesktopPlatform()

Initializes a new instance of the DesktopPlatform class.

Declaration
public DesktopPlatform()

Properties

View Source

AsLinux

Gets this instance as a Linux, or null.

Declaration
public DesktopPlatform.Linux AsLinux { get; }
Property Value
Type Description
DesktopPlatform.Linux
View Source

AsMac

Gets this instance as a Mac, or null.

Declaration
public DesktopPlatform.Mac AsMac { get; }
Property Value
Type Description
DesktopPlatform.Mac
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public DesktopPlatform.Other AsOther { get; }
Property Value
Type Description
DesktopPlatform.Other
View Source

AsWindows

Gets this instance as a Windows, or null.

Declaration
public DesktopPlatform.Windows AsWindows { get; }
Property Value
Type Description
DesktopPlatform.Windows
View Source

IsLinux

Gets a value indicating whether this instance is Linux

Declaration
public bool IsLinux { get; }
Property Value
Type Description
bool
View Source

IsMac

Gets a value indicating whether this instance is Mac

Declaration
public bool IsMac { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsWindows

Gets a value indicating whether this instance is Windows

Declaration
public bool IsWindows { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK