terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
GenericUriParserOptions.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System
4
{
5
// Token: 0x02000081 RID: 129
6
[Flags]
7
public
enum
GenericUriParserOptions
8
{
9
// Token: 0x0400016E RID: 366
10
Default
= 0,
11
// Token: 0x0400016F RID: 367
12
GenericAuthority
= 1,
13
// Token: 0x04000170 RID: 368
14
AllowEmptyAuthority
= 2,
15
// Token: 0x04000171 RID: 369
16
NoUserInfo
= 4,
17
// Token: 0x04000172 RID: 370
18
NoPort
= 8,
19
// Token: 0x04000173 RID: 371
20
NoQuery
= 16,
21
// Token: 0x04000174 RID: 372
22
NoFragment
= 32,
23
// Token: 0x04000175 RID: 373
24
DontConvertPathBackslashes
= 64,
25
// Token: 0x04000176 RID: 374
26
DontCompressPath
= 128,
27
// Token: 0x04000177 RID: 375
28
DontUnescapePathDotsAndSlashes
= 256,
29
// Token: 0x04000178 RID: 376
30
Idn
= 512,
31
// Token: 0x04000179 RID: 377
32
IriParsing
= 1024
33
}
34
}
System.GCCollectionMode.Default
@ Default
System.GenericUriParserOptions
GenericUriParserOptions
Definition
GenericUriParserOptions.cs:8
System.GenericUriParserOptions.DontUnescapePathDotsAndSlashes
@ DontUnescapePathDotsAndSlashes
System.GenericUriParserOptions.NoFragment
@ NoFragment
System.GenericUriParserOptions.AllowEmptyAuthority
@ AllowEmptyAuthority
System.GenericUriParserOptions.DontConvertPathBackslashes
@ DontConvertPathBackslashes
System.GenericUriParserOptions.NoUserInfo
@ NoUserInfo
System.GenericUriParserOptions.DontCompressPath
@ DontCompressPath
System.GenericUriParserOptions.NoPort
@ NoPort
System.GenericUriParserOptions.Idn
@ Idn
System.GenericUriParserOptions.GenericAuthority
@ GenericAuthority
System.GenericUriParserOptions.NoQuery
@ NoQuery
System.GenericUriParserOptions.IriParsing
@ IriParsing
System
Definition
__ComObject.cs:4
source
System
GenericUriParserOptions.cs
Generated by
1.10.0