|
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
|
Classes | |
| class | Base64Encoder |
| class | BidirectionalDictionary |
| class | BufferUtils |
| class | CollectionUtils |
| class | CollectionWrapper |
| class | ConvertUtils |
| struct | DateTimeParser |
| class | DateTimeUtils |
| class | DictionaryWrapper |
| class | EnumUtils |
| class | EnumValue |
| interface | IWrappedCollection |
| interface | IWrappedDictionary |
| class | JavaScriptUtils |
| class | JsonTokenUtils |
| class | LateBoundReflectionDelegateFactory |
| class | MathUtils |
| class | MiscellaneousUtils |
| class | PropertyNameTable |
| class | ReflectionDelegateFactory |
| class | ReflectionMember |
| class | ReflectionObject |
| class | ReflectionUtils |
| struct | StringBuffer |
| struct | StringReference |
| class | StringReferenceExtensions |
| class | StringUtils |
| class | ThreadSafeStore |
| class | TypeExtensions |
| class | TypeInformation |
| class | ValidationUtils |
Enumerations | |
| enum | ParseResult { None , Success , Overflow , Invalid } |
| enum | ParserTimeZone { Unspecified , Utc , LocalWestOfUtc , LocalEastOfUtc } |
| enum | PrimitiveTypeCode { Empty , Object , Char , CharNullable , Boolean , BooleanNullable , SByte , SByteNullable , Int16 , Int16Nullable , UInt16 , UInt16Nullable , Int32 , Int32Nullable , Byte , ByteNullable , UInt32 , UInt32Nullable , Int64 , Int64Nullable , UInt64 , UInt64Nullable , Single , SingleNullable , Double , DoubleNullable , DateTime , DateTimeNullable , DateTimeOffset , DateTimeOffsetNullable , Decimal , DecimalNullable , Guid , GuidNullable , TimeSpan , TimeSpanNullable , BigInteger , BigIntegerNullable , Uri , String , Bytes , DBNull } |
Functions | |
| delegate T | Creator< T > () |
| delegate TResult | MethodCall< T, TResult > (T target, params object[] args) |