Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PlatformID.cs
Go to the documentation of this file.
1
using
System.ComponentModel
;
2
3
namespace
System
;
4
5
public
enum
PlatformID
6
{
7
[EditorBrowsable(
EditorBrowsableState
.Never)]
8
Win32S
,
9
[EditorBrowsable(
EditorBrowsableState
.Never)]
10
Win32Windows
,
11
Win32NT
,
12
[EditorBrowsable(
EditorBrowsableState
.Never)]
13
WinCE
,
14
Unix
,
15
[EditorBrowsable(
EditorBrowsableState
.Never)]
16
Xbox
,
17
[EditorBrowsable(
EditorBrowsableState
.Never)]
18
MacOSX
,
19
Other
20
}
System.ComponentModel.EditorBrowsableState
EditorBrowsableState
Definition
EditorBrowsableState.cs:4
System.ComponentModel
Definition
ColumnAttribute.cs:3
System.PlatformID
PlatformID
Definition
PlatformID.cs:6
System.PlatformID.Xbox
@ Xbox
System.PlatformID.WinCE
@ WinCE
System.PlatformID.MacOSX
@ MacOSX
System.PlatformID.Unix
@ Unix
System.PlatformID.Win32NT
@ Win32NT
System.PlatformID.Win32Windows
@ Win32Windows
System.PlatformID.Win32S
@ Win32S
System.DTSubStringType.Other
@ Other
System
Definition
BlockingCollection.cs:8
source
System.Private.CoreLib
System
PlatformID.cs
Generated by
1.10.0