Show / Hide Table of Contents

Class DesktopPlatform

The desktop platform object

Inheritance
System.Object
DesktopPlatform
DesktopPlatform.Linux
DesktopPlatform.Mac
DesktopPlatform.Other
DesktopPlatform.Windows
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: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class DesktopPlatform

Constructors

| Improve this Doc View Source

DesktopPlatform()

Initializes a new instance of the DesktopPlatform class.

Declaration
public DesktopPlatform()

Properties

| Improve this Doc View Source

AsLinux

Gets this instance as a Linux, or null.

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

AsMac

Gets this instance as a Mac, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsWindows

Gets this instance as a Windows, or null.

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

IsLinux

Gets a value indicating whether this instance is Linux

Declaration
public bool IsLinux { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMac

Gets a value indicating whether this instance is Mac

Declaration
public bool IsMac { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsWindows

Gets a value indicating whether this instance is Windows

Declaration
public bool IsWindows { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DesktopPlatform()
  • Properties
    • AsLinux
    • AsMac
    • AsOther
    • AsWindows
    • IsLinux
    • IsMac
    • IsOther
    • IsWindows
Back to top Generated by DocFX