Class DesktopPlatform
The desktop platform object
Inheritance
System.Object
DesktopPlatform
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 SourceDesktopPlatform()
Initializes a new instance of the DesktopPlatform class.
Declaration
public DesktopPlatform()
Properties
| Improve this Doc View SourceAsLinux
Gets this instance as a Linux, or null
.
Declaration
public DesktopPlatform.Linux AsLinux { get; }
Property Value
Type | Description |
---|---|
DesktopPlatform.Linux |
AsMac
Gets this instance as a Mac, or null
.
Declaration
public DesktopPlatform.Mac AsMac { get; }
Property Value
Type | Description |
---|---|
DesktopPlatform.Mac |
AsOther
Gets this instance as a Other, or null
.
Declaration
public DesktopPlatform.Other AsOther { get; }
Property Value
Type | Description |
---|---|
DesktopPlatform.Other |
AsWindows
Gets this instance as a Windows, or null
.
Declaration
public DesktopPlatform.Windows AsWindows { get; }
Property Value
Type | Description |
---|---|
DesktopPlatform.Windows |
IsLinux
Gets a value indicating whether this instance is Linux
Declaration
public bool IsLinux { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMac
Gets a value indicating whether this instance is Mac
Declaration
public bool IsMac { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsWindows
Gets a value indicating whether this instance is Windows
Declaration
public bool IsWindows { get; }
Property Value
Type | Description |
---|---|
System.Boolean |