|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for System.Boolean:
Collaboration diagram for System.Boolean:Public Member Functions | |
| override int | GetHashCode () |
| override string | ToString () |
| string | ToString (global::System.IFormatProvider provider) |
| override bool | Equals (object obj) |
| bool | Equals (bool obj) |
| int | CompareTo (object obj) |
| int | CompareTo (bool value) |
| global::System.TypeCode | GetTypeCode () |
Static Public Member Functions | |
| static bool | Parse (string value) |
| static bool | Parse (global::System.ReadOnlySpan< char > value) |
| static bool | TryParse (string value, out bool result) |
| static bool | TryParse (global::System.ReadOnlySpan< char > value, out bool result) |
| static | Boolean () |
Static Public Attributes | |
| static readonly string | TrueString |
| static readonly string | FalseString |
Static Package Attributes | |
| const int | True = 1 |
| const int | False = 0 |
| const string | TrueLiteral = "True" |
| const string | FalseLiteral = "False" |
Private Member Functions | |
| bool System.IConvertible. | ToBoolean (global::System.IFormatProvider provider) |
| char System.IConvertible. | ToChar (global::System.IFormatProvider provider) |
| sbyte System.IConvertible. | ToSByte (global::System.IFormatProvider provider) |
| byte System.IConvertible. | ToByte (global::System.IFormatProvider provider) |
| short System.IConvertible. | ToInt16 (global::System.IFormatProvider provider) |
| ushort System.IConvertible. | ToUInt16 (global::System.IFormatProvider provider) |
| int System.IConvertible. | ToInt32 (global::System.IFormatProvider provider) |
| uint System.IConvertible. | ToUInt32 (global::System.IFormatProvider provider) |
| long System.IConvertible. | ToInt64 (global::System.IFormatProvider provider) |
| ulong System.IConvertible. | ToUInt64 (global::System.IFormatProvider provider) |
| float System.IConvertible. | ToSingle (global::System.IFormatProvider provider) |
| double System.IConvertible. | ToDouble (global::System.IFormatProvider provider) |
| decimal System.IConvertible. | ToDecimal (global::System.IFormatProvider provider) |
| global::System.DateTime System.IConvertible. | ToDateTime (global::System.IFormatProvider provider) |
| object System.IConvertible. | ToType (global::System.Type type, global::System.IFormatProvider provider) |
Static Private Member Functions | |
| static global::System.ReadOnlySpan< char > | TrimWhiteSpaceAndNull (global::System.ReadOnlySpan< char > value) |
Private Attributes | |
| readonly bool | m_value |
Definition at line 12 of file Boolean.cs.