System_IO::​MatchType
UnityObjectLink
System_IO::​MatchType

enum:/TYPE/System.IO.MatchType///

Parent

UnityObjectLink

Variables
system_io::​matchtype::​simple
static readonly system_io::matchtype::simple

enum constant number 0

system_io::​matchtype::​win32
static readonly system_io::matchtype::win32

enum constant number 1

Functions
system_io::​matchtype::​count
static System.Int32 GetEnumCount()

no documentation

Returns

System.Int32

system_io::​matchtype::​enumtoint
static System.Int32 EnumToInt(
System.IO.MatchType enum
)

no documentation

Parameters
enum
System.IO.MatchType

an enum of type System_IO::MatchType

Returns

System.Int32

system_io::​matchtype::​inttoenum
static System.IO.MatchType IntToEnum(
System.Int32 enumnumber
)

no documentation

Parameters
enumnumber
System.Int32

an int lower than System::IO::MatchType::Count()

Returns

System.IO.MatchType

toint
System.String ToInt()

ToInt, equivalent to System::IO::MatchType::EnumToInt(enum)

Returns

System.String

tostring
System.String ToString()

ToString, equivalent to System::IO::MatchType::EnumToString(enum)

Returns

System.String