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
RegexOptions.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Text.RegularExpressions
4
{
5
// Token: 0x020000BE RID: 190
6
[Flags]
7
public
enum
RegexOptions
8
{
9
// Token: 0x04000342 RID: 834
10
None
= 0,
11
// Token: 0x04000343 RID: 835
12
IgnoreCase
= 1,
13
// Token: 0x04000344 RID: 836
14
Multiline
= 2,
15
// Token: 0x04000345 RID: 837
16
ExplicitCapture
= 4,
17
// Token: 0x04000346 RID: 838
18
Compiled
= 8,
19
// Token: 0x04000347 RID: 839
20
Singleline
= 16,
21
// Token: 0x04000348 RID: 840
22
IgnorePatternWhitespace
= 32,
23
// Token: 0x04000349 RID: 841
24
RightToLeft
= 64,
25
// Token: 0x0400034A RID: 842
26
ECMAScript
= 256,
27
// Token: 0x0400034B RID: 843
28
CultureInvariant
= 512
29
}
30
}
System.Text.RegularExpressions.RegexOptions
RegexOptions
Definition
RegexOptions.cs:8
System.Text.RegularExpressions.RegexOptions.IgnoreCase
@ IgnoreCase
System.Text.RegularExpressions.RegexOptions.Compiled
@ Compiled
System.Text.RegularExpressions.RegexOptions.None
@ None
System.Text.RegularExpressions.RegexOptions.ECMAScript
@ ECMAScript
System.Text.RegularExpressions.RegexOptions.Singleline
@ Singleline
System.Text.RegularExpressions.RegexOptions.Multiline
@ Multiline
System.Text.RegularExpressions.RegexOptions.RightToLeft
@ RightToLeft
System.Text.RegularExpressions.RegexOptions.ExplicitCapture
@ ExplicitCapture
System.Text.RegularExpressions.RegexOptions.IgnorePatternWhitespace
@ IgnorePatternWhitespace
System.Text.RegularExpressions.RegexOptions.CultureInvariant
@ CultureInvariant
System.Text.RegularExpressions
Definition
Capture.cs:5
System
Definition
__ComObject.cs:4
source
System
Text
RegularExpressions
RegexOptions.cs
Generated by
1.10.0