|
enum | AttributeTargets {
Assembly = 1
, Module = 2
, Class = 4
, Struct = 8
,
Enum = 16
, Constructor = 32
, Method = 64
, Property = 128
,
Field = 256
, Event = 512
, Interface = 1024
, Parameter = 2048
,
Delegate = 4096
, ReturnValue = 8192
, GenericParameter = 16384
, All = 32767
} |
|
enum | Base64FormattingOptions { None = 0
, InsertLineBreaks = 1
} |
|
enum | ByteEnum : byte |
|
enum | ConsoleColor {
Black
, DarkBlue
, DarkGreen
, DarkCyan
,
DarkRed
, DarkMagenta
, DarkYellow
, Gray
,
DarkGray
, Blue
, Green
, Cyan
,
Red
, Magenta
, Yellow
, White
} |
|
enum | ConsoleKey {
Backspace = 8
, Tab
, Clear = 12
, Enter
,
Pause = 19
, Escape = 27
, Spacebar = 32
, PageUp
,
PageDown
, End
, Home
, LeftArrow
,
UpArrow
, RightArrow
, DownArrow
, Select
,
Print
, Execute
, PrintScreen
, Insert
,
Delete
, Help
, D0
, D1
,
D2
, D3
, D4
, D5
,
D6
, D7
, D8
, D9
,
A = 65
, B
, C
, D
,
E
, F
, G
, H
,
I
, J
, K
, L
,
M
, N
, O
, P
,
Q
, R
, S
, T
,
U
, V
, W
, X
,
Y
, Z
, LeftWindows
, RightWindows
,
Applications
, Sleep = 95
, NumPad0
, NumPad1
,
NumPad2
, NumPad3
, NumPad4
, NumPad5
,
NumPad6
, NumPad7
, NumPad8
, NumPad9
,
Multiply
, Add
, Separator
, Subtract
,
Decimal
, Divide
, F1
, F2
,
F3
, F4
, F5
, F6
,
F7
, F8
, F9
, F10
,
F11
, F12
, F13
, F14
,
F15
, F16
, F17
, F18
,
F19
, F20
, F21
, F22
,
F23
, F24
, BrowserBack = 166
, BrowserForward
,
BrowserRefresh
, BrowserStop
, BrowserSearch
, BrowserFavorites
,
BrowserHome
, VolumeMute
, VolumeDown
, VolumeUp
,
MediaNext
, MediaPrevious
, MediaStop
, MediaPlay
,
LaunchMail
, LaunchMediaSelect
, LaunchApp1
, LaunchApp2
,
Oem1 = 186
, OemPlus
, OemComma
, OemMinus
,
OemPeriod
, Oem2
, Oem3
, Oem4 = 219
,
Oem5
, Oem6
, Oem7
, Oem8
,
Oem102 = 226
, Process = 229
, Packet = 231
, Attention = 246
,
CrSel
, ExSel
, EraseEndOfFile
, Play
,
Zoom
, NoName
, Pa1
, OemClear
} |
|
enum | ConsoleModifiers { Alt = 1
, Shift = 2
, Control = 4
} |
|
enum | ConsoleSpecialKey { ControlC
, ControlBreak
} |
|
enum | DateTimeKind { Unspecified
, Utc
, Local
} |
|
enum | DayOfWeek {
Sunday
, Monday
, Tuesday
, Wednesday
,
Thursday
, Friday
, Saturday
} |
|
enum | DTSubStringType {
Unknown
, Invalid
, Number
, End
,
Other
} |
|
enum | ExceptionArgument {
obj
, dictionary
, dictionaryCreationThreshold
, array
,
info
, key
, collection
, list
,
match
, converter
, queue
, stack
,
capacity
, index
, startIndex
, value
,
count
, arrayIndex
, name
, mode
,
item
, options
, view
, sourceBytesToCopy
,
start
, pointer
, ownedMemory
, text
,
length
, comparer
, comparable
, exceptions
,
exception
, action
, comparison
, startSegment
,
endSegment
, endIndex
, task
, source
,
state
, culture
, destination
, byteOffset
,
minimumBufferSize
, offset
, values
, comparisonType
,
s
, input
, format
} |
|
enum | ExceptionResource {
Argument_ImplementIComparable
, Argument_InvalidType
, Argument_InvalidArgumentForComparison
, Argument_InvalidRegistryKeyPermissionCheck
,
ArgumentOutOfRange_NeedNonNegNum
, Arg_ArrayPlusOffTooSmall
, Arg_NonZeroLowerBound
, Arg_RankMultiDimNotSupported
,
Arg_RegKeyDelHive
, Arg_RegKeyStrLenBug
, Arg_RegSetStrArrNull
, Arg_RegSetMismatchedKind
,
Arg_RegSubKeyAbsent
, Arg_RegSubKeyValueAbsent
, Argument_AddingDuplicate
, Serialization_InvalidOnDeser
,
Serialization_MissingKeys
, Serialization_NullKey
, Argument_InvalidArrayType
, NotSupported_KeyCollectionSet
,
NotSupported_ValueCollectionSet
, ArgumentOutOfRange_SmallCapacity
, ArgumentOutOfRange_Index
, Argument_InvalidOffLen
,
Argument_ItemNotExist
, ArgumentOutOfRange_Count
, ArgumentOutOfRange_InvalidThreshold
, ArgumentOutOfRange_ListInsert
,
NotSupported_ReadOnlyCollection
, InvalidOperation_CannotRemoveFromStackOrQueue
, InvalidOperation_EmptyQueue
, InvalidOperation_EnumOpCantHappen
,
InvalidOperation_EnumFailedVersion
, InvalidOperation_EmptyStack
, ArgumentOutOfRange_BiggerThanCollection
, InvalidOperation_EnumNotStarted
,
InvalidOperation_EnumEnded
, NotSupported_SortedListNestedWrite
, InvalidOperation_NoValue
, InvalidOperation_RegRemoveSubKey
,
Security_RegistryPermission
, UnauthorizedAccess_RegistryNoWrite
, ObjectDisposed_RegKeyClosed
, NotSupported_InComparableType
,
Argument_InvalidRegistryOptionsCheck
, Argument_InvalidRegistryViewCheck
, TaskT_TransitionToFinal_AlreadyCompleted
, TaskCompletionSourceT_TrySetException_NullException
,
TaskCompletionSourceT_TrySetException_NoExceptions
, NotSupported_StringComparison
, InvalidOperation_NullArray
} |
|
enum | GCCollectionMode { Default
, Forced
, Optimized
} |
|
enum | Handles { STD_INPUT = -10
, STD_OUTPUT = -11
, STD_ERROR = -12
} |
|
enum | Int16Enum : short |
|
enum | Int32Enum |
|
enum | Int64Enum : long |
|
enum | MidpointRounding { ToEven
, AwayFromZero
} |
|
enum | ParseFailureKind {
None
, ArgumentNull
, Format
, FormatWithParameter
,
FormatWithOriginalDateTime
, FormatWithFormatSpecifier
, FormatWithOriginalDateTimeAndParameter
, FormatBadDateTimeCalendar
} |
|
enum | ParseFlags {
HaveYear = 1
, HaveMonth = 2
, HaveDay = 4
, HaveHour = 8
,
HaveMinute = 16
, HaveSecond = 32
, HaveTime = 64
, HaveDate = 128
,
TimeZoneUsed = 256
, TimeZoneUtc = 512
, ParsedMonthName = 1024
, CaptureOffset = 2048
,
YearDefault = 4096
, Rfc1123Pattern = 8192
, UtcSortPattern = 16384
} |
|
enum | PlatformID {
Win32S
, Win32Windows
, Win32NT
, WinCE
,
Unix
, Xbox
, MacOSX
} |
|
enum | SByteEnum : sbyte |
|
enum | StringComparison {
CurrentCulture
, CurrentCultureIgnoreCase
, InvariantCulture
, InvariantCultureIgnoreCase
,
Ordinal
, OrdinalIgnoreCase
} |
|
enum | StringSplitOptions { None = 0
, RemoveEmptyEntries = 1
} |
|
enum | TermInfoNumbers {
Columns
, InitTabs
, Lines
, LinesOfMemory
,
MagicCookieGlitch
, PaddingBaudRate
, VirtualTerminal
, WidthStatusLine
,
NumLabels
, LabelHeight
, LabelWidth
, MaxAttributes
,
MaximumWindows
, MaxColors
, MaxPairs
, NoColorVideo
,
BufferCapacity
, DotVertSpacing
, DotHorzSpacing
, MaxMicroAddress
,
MaxMicroJump
, MicroColSize
, MicroLineSize
, NumberOfPins
,
OutputResChar
, OutputResLine
, OutputResHorzInch
, OutputResVertInch
,
PrintRate
, WideCharSize
, Buttons
, BitImageEntwining
,
BitImageType
, Last
} |
|
enum | TermInfoStrings {
BackTab
, Bell
, CarriageReturn
, ChangeScrollRegion
,
ClearAllTabs
, ClearScreen
, ClrEol
, ClrEos
,
ColumnAddress
, CommandCharacter
, CursorAddress
, CursorDown
,
CursorHome
, CursorInvisible
, CursorLeft
, CursorMemAddress
,
CursorNormal
, CursorRight
, CursorToLl
, CursorUp
,
CursorVisible
, DeleteCharacter
, DeleteLine
, DisStatusLine
,
DownHalfLine
, EnterAltCharsetMode
, EnterBlinkMode
, EnterBoldMode
,
EnterCaMode
, EnterDeleteMode
, EnterDimMode
, EnterInsertMode
,
EnterSecureMode
, EnterProtectedMode
, EnterReverseMode
, EnterStandoutMode
,
EnterUnderlineMode
, EraseChars
, ExitAltCharsetMode
, ExitAttributeMode
,
ExitCaMode
, ExitDeleteMode
, ExitInsertMode
, ExitStandoutMode
,
ExitUnderlineMode
, FlashScreen
, FormFeed
, FromStatusLine
,
Init1string
, Init2string
, Init3string
, InitFile
,
InsertCharacter
, InsertLine
, InsertPadding
, KeyBackspace
,
KeyCatab
, KeyClear
, KeyCtab
, KeyDc
,
KeyDl
, KeyDown
, KeyEic
, KeyEol
,
KeyEos
, KeyF0
, KeyF1
, KeyF10
,
KeyF2
, KeyF3
, KeyF4
, KeyF5
,
KeyF6
, KeyF7
, KeyF8
, KeyF9
,
KeyHome
, KeyIc
, KeyIl
, KeyLeft
,
KeyLl
, KeyNpage
, KeyPpage
, KeyRight
,
KeySf
, KeySr
, KeyStab
, KeyUp
,
KeypadLocal
, KeypadXmit
, LabF0
, LabF1
,
LabF10
, LabF2
, LabF3
, LabF4
,
LabF5
, LabF6
, LabF7
, LabF8
,
LabF9
, MetaOff
, MetaOn
, Newline
,
PadChar
, ParmDch
, ParmDeleteLine
, ParmDownCursor
,
ParmIch
, ParmIndex
, ParmInsertLine
, ParmLeftCursor
,
ParmRightCursor
, ParmRindex
, ParmUpCursor
, PkeyKey
,
PkeyLocal
, PkeyXmit
, PrintScreen
, PrtrOff
,
PrtrOn
, RepeatChar
, Reset1string
, Reset2string
,
Reset3string
, ResetFile
, RestoreCursor
, RowAddress
,
SaveCursor
, ScrollForward
, ScrollReverse
, SetAttributes
,
SetTab
, SetWindow
, Tab
, ToStatusLine
,
UnderlineChar
, UpHalfLine
, InitProg
, KeyA1
,
KeyA3
, KeyB2
, KeyC1
, KeyC3
,
PrtrNon
, CharPadding
, AcsChars
, PlabNorm
,
KeyBtab
, EnterXonMode
, ExitXonMode
, EnterAmMode
,
ExitAmMode
, XonCharacter
, XoffCharacter
, EnaAcs
,
LabelOn
, LabelOff
, KeyBeg
, KeyCancel
,
KeyClose
, KeyCommand
, KeyCopy
, KeyCreate
,
KeyEnd
, KeyEnter
, KeyExit
, KeyFind
,
KeyHelp
, KeyMark
, KeyMessage
, KeyMove
,
KeyNext
, KeyOpen
, KeyOptions
, KeyPrevious
,
KeyPrint
, KeyRedo
, KeyReference
, KeyRefresh
,
KeyReplace
, KeyRestart
, KeyResume
, KeySave
,
KeySuspend
, KeyUndo
, KeySbeg
, KeyScancel
,
KeyScommand
, KeyScopy
, KeyScreate
, KeySdc
,
KeySdl
, KeySelect
, KeySend
, KeySeol
,
KeySexit
, KeySfind
, KeyShelp
, KeyShome
,
KeySic
, KeySleft
, KeySmessage
, KeySmove
,
KeySnext
, KeySoptions
, KeySprevious
, KeySprint
,
KeySredo
, KeySreplace
, KeySright
, KeySrsume
,
KeySsave
, KeySsuspend
, KeySundo
, ReqForInput
,
KeyF11
, KeyF12
, KeyF13
, KeyF14
,
KeyF15
, KeyF16
, KeyF17
, KeyF18
,
KeyF19
, KeyF20
, KeyF21
, KeyF22
,
KeyF23
, KeyF24
, KeyF25
, KeyF26
,
KeyF27
, KeyF28
, KeyF29
, KeyF30
,
KeyF31
, KeyF32
, KeyF33
, KeyF34
,
KeyF35
, KeyF36
, KeyF37
, KeyF38
,
KeyF39
, KeyF40
, KeyF41
, KeyF42
,
KeyF43
, KeyF44
, KeyF45
, KeyF46
,
KeyF47
, KeyF48
, KeyF49
, KeyF50
,
KeyF51
, KeyF52
, KeyF53
, KeyF54
,
KeyF55
, KeyF56
, KeyF57
, KeyF58
,
KeyF59
, KeyF60
, KeyF61
, KeyF62
,
KeyF63
, ClrBol
, ClearMargins
, SetLeftMargin
,
SetRightMargin
, LabelFormat
, SetClock
, DisplayClock
,
RemoveClock
, CreateWindow
, GotoWindow
, Hangup
,
DialPhone
, QuickDial
, Tone
, Pulse
,
FlashHook
, FixedPause
, WaitTone
, User0
,
User1
, User2
, User3
, User4
,
User5
, User6
, User7
, User8
,
User9
, OrigPair
, OrigColors
, InitializeColor
,
InitializePair
, SetColorPair
, SetForeground
, SetBackground
,
ChangeCharPitch
, ChangeLinePitch
, ChangeResHorz
, ChangeResVert
,
DefineChar
, EnterDoublewideMode
, EnterDraftQuality
, EnterItalicsMode
,
EnterLeftwardMode
, EnterMicroMode
, EnterNearLetterQuality
, EnterNormalQuality
,
EnterShadowMode
, EnterSubscriptMode
, EnterSuperscriptMode
, EnterUpwardMode
,
ExitDoublewideMode
, ExitItalicsMode
, ExitLeftwardMode
, ExitMicroMode
,
ExitShadowMode
, ExitSubscriptMode
, ExitSuperscriptMode
, ExitUpwardMode
,
MicroColumnAddress
, MicroDown
, MicroLeft
, MicroRight
,
MicroRowAddress
, MicroUp
, OrderOfPins
, ParmDownMicro
,
ParmLeftMicro
, ParmRightMicro
, ParmUpMicro
, SelectCharSet
,
SetBottomMargin
, SetBottomMarginParm
, SetLeftMarginParm
, SetRightMarginParm
,
SetTopMargin
, SetTopMarginParm
, StartBitImage
, StartCharSetDef
,
StopBitImage
, StopCharSetDef
, SubscriptCharacters
, SuperscriptCharacters
,
TheseCauseCr
, ZeroMotion
, CharSetNames
, KeyMouse
,
MouseInfo
, ReqMousePos
, GetMouse
, SetAForeground
,
SetABackground
, PkeyPlab
, DeviceType
, CodeSetInit
,
Set0DesSeq
, Set1DesSeq
, Set2DesSeq
, Set3DesSeq
,
SetLrMargin
, SetTbMargin
, BitImageRepeat
, BitImageNewline
,
BitImageCarriageReturn
, ColorNames
, DefineBitImageRegion
, EndBitImageRegion
,
SetColorBand
, SetPageLength
, DisplayPcChar
, EnterPcCharsetMode
,
ExitPcCharsetMode
, EnterScancodeMode
, ExitScancodeMode
, PcTermOptions
,
ScancodeEscape
, AltScancodeEsc
, EnterHorizontalHlMode
, EnterLeftHlMode
,
EnterLowHlMode
, EnterRightHlMode
, EnterTopHlMode
, EnterVerticalHlMode
,
SetAAttributes
, SetPglenInch
, Last
} |
|
enum | TimeZoneInfoOptions { None = 1
, NoThrowOnInvalidTime = 2
} |
|
enum | TokenType {
NumberToken = 1
, YearNumberToken
, Am
, Pm
,
MonthToken
, EndOfString
, DayOfWeekToken
, TimeZoneToken
,
EraToken
, DateWordToken
, UnknownToken
, HebrewNumber
,
JapaneseEraToken
, TEraToken
, IgnorableSymbol
, SEP_Unk = 256
,
SEP_End = 512
, SEP_Space = 768
, SEP_Am = 1024
, SEP_Pm = 1280
,
SEP_Date = 1536
, SEP_Time = 1792
, SEP_YearSuff = 2048
, SEP_MonthSuff = 2304
,
SEP_DaySuff = 2560
, SEP_HourSuff = 2816
, SEP_MinuteSuff = 3072
, SEP_SecondSuff = 3328
,
SEP_LocalTimeMark = 3584
, SEP_DateOrOffset = 3840
, RegularTokenMask = 255
, SeparatorTokenMask = 65280
} |
|
enum | TypeCode {
Empty
, Object
, DBNull
, Boolean
,
Char
, SByte
, Byte
, Int16
,
UInt16
, Int32
, UInt32
, Int64
,
UInt64
, Single
, Double
, Decimal
,
DateTime
, String = 18
} |
|
enum | TypeNameFormatFlags {
FormatBasic
, FormatNamespace
, FormatFullInst
, FormatAssembly = 4
,
FormatSignature = 8
, FormatNoVersion = 16
, FormatAngleBrackets = 64
, FormatStubInfo = 128
,
FormatGenericParam = 256
, FormatSerialization = 259
} |
|
enum | TypeNameKind { Name
, ToString
, SerializationName
, FullName
} |
|
enum | UInt16Enum : ushort |
|
enum | UInt32Enum : uint |
|
enum | UInt64Enum : ulong |
|
enum | GenericUriParserOptions {
Default = 0
, GenericAuthority = 1
, AllowEmptyAuthority = 2
, NoUserInfo = 4
,
NoPort = 8
, NoQuery = 16
, NoFragment = 32
, DontConvertPathBackslashes = 64
,
DontCompressPath = 128
, DontUnescapePathDotsAndSlashes = 256
, Idn = 512
, IriParsing = 1024
} |
|
enum | IOOperation { Read = 1
, Write
} |
|
enum | ParsingError {
None
, BadFormat
, BadScheme
, BadAuthority
,
EmptyUriString
, LastRelativeUriOkErrIndex = 4
, SchemeLimit
, SizeLimit
,
MustRootedPath
, BadHostName
, NonEmptyHost
, BadPort
,
BadAuthorityTerminator
, CannotCreateRelative
} |
|
enum | UnescapeMode {
CopyOnly = 0
, Escape = 1
, Unescape = 2
, EscapeUnescape = 3
,
V1ToStringFlag = 4
, UnescapeAll = 8
, UnescapeAllOrThrow = 24
} |
|
enum | UriComponents {
Scheme = 1
, UserInfo = 2
, Host = 4
, Port = 8
,
Path = 16
, Query = 32
, Fragment = 64
, StrongPort = 128
,
NormalizedHost = 256
, KeepDelimiter = 1073741824
, SerializationInfoString = -2147483648
, AbsoluteUri = 127
,
HostAndPort = 132
, StrongAuthority = 134
, SchemeAndServer = 13
, HttpRequestUrl = 61
,
PathAndQuery = 48
} |
|
enum | UriFormat { UriEscaped = 1
, Unescaped
, SafeUnescaped
} |
|
enum | UriHostNameType {
Unknown
, Basic
, Dns
, IPv4
,
IPv6
} |
|
enum | UriIdnScope { None
, AllExceptIntranet
, All
} |
|
enum | UriKind { RelativeOrAbsolute
, Absolute
, Relative
} |
|
enum | UriSyntaxFlags {
None = 0
, MustHaveAuthority = 1
, OptionalAuthority = 2
, MayHaveUserInfo = 4
,
MayHavePort = 8
, MayHavePath = 16
, MayHaveQuery = 32
, MayHaveFragment = 64
,
AllowEmptyHost = 128
, AllowUncHost = 256
, AllowDnsHost = 512
, AllowIPv4Host = 1024
,
AllowIPv6Host = 2048
, AllowAnInternetHost = 3584
, AllowAnyOtherHost = 4096
, FileLikeUri = 8192
,
MailToLikeUri = 16384
, V1_UnknownUri = 65536
, SimpleUserSyntax = 131072
, BuiltInSyntax = 262144
,
ParserSchemeOnly = 524288
, AllowDOSPath = 1048576
, PathIsRooted = 2097152
, ConvertPathSlashes = 4194304
,
CompressPath = 8388608
, CanonicalizeAsFilePath = 16777216
, UnEscapeDotsAndSlashes = 33554432
, AllowIdn = 67108864
,
AllowIriParsing = 268435456
} |
|