System_Text_RegularExpressions::​RegexOptions
UnityObjectLink
System_Text_RegularExpressions::​RegexOptions

enum:/TYPE/System.Text.RegularExpressions.RegexOptions///

Parent

UnityObjectLink

Variables
system_text_regularexpressions::​regexoptions::​compiled
static readonly system_text_regularexpressions::regexoptions::compiled

enum constant number 4

system_text_regularexpressions::​regexoptions::​cultureinvariant
static readonly system_text_regularexpressions::regexoptions::cultureinvariant

enum constant number 9

system_text_regularexpressions::​regexoptions::​ecmascript
static readonly system_text_regularexpressions::regexoptions::ecmascript

enum constant number 8

system_text_regularexpressions::​regexoptions::​explicitcapture
static readonly system_text_regularexpressions::regexoptions::explicitcapture

enum constant number 3

system_text_regularexpressions::​regexoptions::​ignorecase
static readonly system_text_regularexpressions::regexoptions::ignorecase

enum constant number 1

system_text_regularexpressions::​regexoptions::​ignorepatternwhitespace
static readonly system_text_regularexpressions::regexoptions::ignorepatternwhitespace

enum constant number 6

system_text_regularexpressions::​regexoptions::​multiline
static readonly system_text_regularexpressions::regexoptions::multiline

enum constant number 2

system_text_regularexpressions::​regexoptions::​none
static readonly system_text_regularexpressions::regexoptions::none

enum constant number 0

system_text_regularexpressions::​regexoptions::​righttoleft
static readonly system_text_regularexpressions::regexoptions::righttoleft

enum constant number 7

system_text_regularexpressions::​regexoptions::​singleline
static readonly system_text_regularexpressions::regexoptions::singleline

enum constant number 5

Functions
system_text_regularexpressions::​regexoptions::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

system_text_regularexpressions::​regexoptions::​enumtoint
static System.Int32 EnumToInt(
System.Text.RegularExpressions.RegexOptions enum
)

no documentation

Parameters
enum
System.Text.RegularExpressions.RegexOptions

an enum of type System_Text_RegularExpressions::RegexOptions

Returns

System.Int32

system_text_regularexpressions::​regexoptions::​inttoenum
static System.Text.RegularExpressions.RegexOptions IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than System::Text::RegularExpressions::RegexOptions::Count()

Returns

System.Text.RegularExpressions.RegexOptions

toint
System.String ToInt()

ToInt, equivalent to System::Text::RegularExpressions::RegexOptions::EnumToInt(enum)

Returns

System.String

tostring
System.String ToString()

ToString, equivalent to System::Text::RegularExpressions::RegexOptions::EnumToString(enum)

Returns

System.String