7329 lines
330 KiB
C++
7329 lines
330 KiB
C++
|
|
#include "il2cpp-config.h"
|
|||
|
|
|
|||
|
|
#ifndef _MSC_VER
|
|||
|
|
# include <alloca.h>
|
|||
|
|
#else
|
|||
|
|
# include <malloc.h>
|
|||
|
|
#endif
|
|||
|
|
|
|||
|
|
|
|||
|
|
#include <cstring>
|
|||
|
|
#include <string.h>
|
|||
|
|
#include <stdio.h>
|
|||
|
|
#include <cmath>
|
|||
|
|
#include <limits>
|
|||
|
|
#include <assert.h>
|
|||
|
|
#include <stdint.h>
|
|||
|
|
|
|||
|
|
#include "codegen/il2cpp-codegen.h"
|
|||
|
|
#include "il2cpp-object-internals.h"
|
|||
|
|
|
|||
|
|
template <typename R>
|
|||
|
|
struct VirtFuncInvoker0
|
|||
|
|
{
|
|||
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|||
|
|
|
|||
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|||
|
|
{
|
|||
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|||
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
|
|||
|
|
struct VirtFuncInvoker7
|
|||
|
|
{
|
|||
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*);
|
|||
|
|
|
|||
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7)
|
|||
|
|
{
|
|||
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|||
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// Mono.Globalization.Unicode.SimpleCollator
|
|||
|
|
struct SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89;
|
|||
|
|
// System.ArgumentException
|
|||
|
|
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
|
|||
|
|
// System.ArgumentNullException
|
|||
|
|
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
|
|||
|
|
// System.ArgumentOutOfRangeException
|
|||
|
|
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
|
|||
|
|
// System.Byte[]
|
|||
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|||
|
|
// System.Char[]
|
|||
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|||
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
|
|||
|
|
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
|
|||
|
|
// System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>
|
|||
|
|
struct Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3;
|
|||
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
|
|||
|
|
struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25;
|
|||
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
|
|||
|
|
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB;
|
|||
|
|
// System.Collections.Hashtable
|
|||
|
|
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
|
|||
|
|
// System.Collections.IDictionary
|
|||
|
|
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
|
|||
|
|
// System.Diagnostics.StackTrace[]
|
|||
|
|
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
|
|||
|
|
// System.Exception
|
|||
|
|
struct Exception_t;
|
|||
|
|
// System.FormatException
|
|||
|
|
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC;
|
|||
|
|
// System.Globalization.Calendar
|
|||
|
|
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
|
|||
|
|
// System.Globalization.CompareInfo
|
|||
|
|
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1;
|
|||
|
|
// System.Globalization.CultureData
|
|||
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;
|
|||
|
|
// System.Globalization.CultureInfo
|
|||
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
|
|||
|
|
// System.Globalization.DateTimeFormatInfo
|
|||
|
|
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
|
|||
|
|
// System.Globalization.NumberFormatInfo
|
|||
|
|
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
|
|||
|
|
// System.Globalization.SortVersion
|
|||
|
|
struct SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71;
|
|||
|
|
// System.Globalization.TextInfo
|
|||
|
|
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
|
|||
|
|
// System.Globalization.TokenHashValue[]
|
|||
|
|
struct TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A;
|
|||
|
|
// System.IFormatProvider
|
|||
|
|
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
|
|||
|
|
// System.InputRecord
|
|||
|
|
struct InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78;
|
|||
|
|
// System.Int32[]
|
|||
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
|
|||
|
|
// System.IntPtr[]
|
|||
|
|
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
|
|||
|
|
// System.InvalidOperationException
|
|||
|
|
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
|
|||
|
|
// System.LocalDataStoreHolder
|
|||
|
|
struct LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304;
|
|||
|
|
// System.LocalDataStoreMgr
|
|||
|
|
struct LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9;
|
|||
|
|
// System.MulticastDelegate
|
|||
|
|
struct MulticastDelegate_t;
|
|||
|
|
// System.NotSupportedException
|
|||
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
|
|||
|
|
// System.Object[]
|
|||
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|||
|
|
// System.PlatformNotSupportedException
|
|||
|
|
struct PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5;
|
|||
|
|
// System.Reflection.Binder
|
|||
|
|
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
|
|||
|
|
// System.Reflection.InvalidFilterCriteriaException
|
|||
|
|
struct InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA;
|
|||
|
|
// System.Reflection.MemberFilter
|
|||
|
|
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
|
|||
|
|
// System.Reflection.MemberInfo
|
|||
|
|
struct MemberInfo_t;
|
|||
|
|
// System.Runtime.Serialization.IFormatterConverter
|
|||
|
|
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A;
|
|||
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|||
|
|
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
|
|||
|
|
// System.Runtime.Serialization.SerializationInfo
|
|||
|
|
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26;
|
|||
|
|
// System.Security.Principal.IPrincipal
|
|||
|
|
struct IPrincipal_t63FD7F58FBBE134C8FE4D31710AAEA00B000F0BF;
|
|||
|
|
// System.String
|
|||
|
|
struct String_t;
|
|||
|
|
// System.String[]
|
|||
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|||
|
|
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo>
|
|||
|
|
struct AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A;
|
|||
|
|
// System.Threading.ExecutionContext
|
|||
|
|
struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70;
|
|||
|
|
// System.Threading.InternalThread
|
|||
|
|
struct InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192;
|
|||
|
|
// System.Threading.Thread
|
|||
|
|
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7;
|
|||
|
|
// System.Type
|
|||
|
|
struct Type_t;
|
|||
|
|
// System.Type[]
|
|||
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
|
|||
|
|
// System.Version
|
|||
|
|
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD;
|
|||
|
|
// System.Void
|
|||
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
|
|||
|
|
// System.WeakReference
|
|||
|
|
struct WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D;
|
|||
|
|
// System.WindowsConsoleDriver
|
|||
|
|
struct WindowsConsoleDriver_t953AB92956013BD3ED7E260FEC4944E603008B42;
|
|||
|
|
// System.__ComObject
|
|||
|
|
struct __ComObject_t7C4C78B18A827C344A9826ECC7FCC40B7F6FD77C;
|
|||
|
|
// System.__Filters
|
|||
|
|
struct __Filters_tDD9D6B7C7A31B12AB3D5CCF1B115DD693F62DB34;
|
|||
|
|
// System.__Il2CppComDelegate
|
|||
|
|
struct __Il2CppComDelegate_t0A30496F74225C39A0CF7FADB94934C0536120FD;
|
|||
|
|
// System.__Il2CppComObject
|
|||
|
|
struct Il2CppComObject;
|
|||
|
|
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* MethodInfo_t_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C RuntimeClass* __Filters_tDD9D6B7C7A31B12AB3D5CCF1B115DD693F62DB34_il2cpp_TypeInfo_var;
|
|||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4D7F7C774CADD02AE1032A3CB224E5F17003B701;
|
|||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889;
|
|||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral68EB0192F01DDAA7B81A607B464BC951839404CE;
|
|||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral698C2F7C87FA878A3D506FEDB570238873872A3C;
|
|||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7E95DB629C3A5AA1BCFEB547A0BD39A78FE49276;
|
|||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA9914DA9D64B4FCE39273016F570714425122C67;
|
|||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322;
|
|||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE8C2E73741ABBBE9D320E65848D6DB0BCF7D63A5;
|
|||
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFA8B27A553F27F158C5E4C81F3AA90D26451F922;
|
|||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ThrowStub_ThrowNotSupportedException_mA248D7D785682F31CDF02FDC1FAB3173EE1B1E19_RuntimeMethod_var;
|
|||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VersionResult_SetFailure_m60FA20CDF1A998A6670DEBE9BD78291CC43AB0C8_RuntimeMethod_var;
|
|||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WeakReference_GetObjectData_m1DBED399F8C4A13F8C764A2AADFC5B6EBA5643D4_RuntimeMethod_var;
|
|||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WeakReference__ctor_m9740BD0F2AEC959BF2210503D085723C6C1E09DF_RuntimeMethod_var;
|
|||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WindowsConsoleDriver_ReadKey_mDE4EDC7320EFF2B8D0B888A203D0C96531855568_RuntimeMethod_var;
|
|||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* __ComObject__ctor_m2A98911F497D95AC1C931674CC745F002A36C878_RuntimeMethod_var;
|
|||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* __Filters_FilterAttribute_mBF9879ECFB908212C56CAE0B42C9E29BFCB347C1_RuntimeMethod_var;
|
|||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* __Filters_FilterIgnoreCase_m883976C13C53B21BE3430DE51D4317CBCF89F53A_RuntimeMethod_var;
|
|||
|
|
IL2CPP_EXTERN_C const RuntimeMethod* __Filters_FilterName_m768C2766720890EE1D07554E3433C0F828D427DB_RuntimeMethod_var;
|
|||
|
|
IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t ThrowStub_ThrowNotSupportedException_mA248D7D785682F31CDF02FDC1FAB3173EE1B1E19_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t VersionResult_GetVersionParseException_mD2123ABBACA1B3D82FC144785AF9FD7F0231BEF1_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t VersionResult_SetFailure_m60FA20CDF1A998A6670DEBE9BD78291CC43AB0C8_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t VersionResult_SetFailure_m77BF5012543025E534D65353AD44AD5620782338_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t WeakReference_GetObjectData_m1DBED399F8C4A13F8C764A2AADFC5B6EBA5643D4_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t WeakReference__ctor_m9740BD0F2AEC959BF2210503D085723C6C1E09DF_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t WindowsConsoleDriver_ReadKey_mDE4EDC7320EFF2B8D0B888A203D0C96531855568_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t __ComObject__ctor_m2A98911F497D95AC1C931674CC745F002A36C878_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t __DTString_GetNextDigit_mE662D3828A0E0648E24F62FC5D750DA554364EFB_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t __DTString_GetRegularToken_mD79E9337E33F2F9535DD89437EEDC2AF3F5A0B39_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t __DTString_GetSeparatorToken_m2F4CE10AC9C39A5380D3DD5344B81F79C7006EF1_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t __DTString_MatchSpecifiedWords_mAD172D28B54FDBB34D5E8C8F92CB6C8B0EECDBA0_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t __DTString_RemoveLeadingInQuoteSpaces_m71E36820EEC9E50FFC1FA2F53FCFA3495EB2BC19_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t __DTString_RemoveTrailingInQuoteSpaces_m18A5B81964E3027BF02B1393CCD7781AB3ECA72F_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t __DTString_SkipWhiteSpaceCurrent_m85EF1DCFFB216A209FEB3CC53CB8E977C51D71DB_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t __DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t __DTString_TrimTail_m23E23486D88B86A755B551A9881F1FDA9D6DD99A_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t __DTString__cctor_mC97C8C04AED3132252833D2119019C73BF6EFA80_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t __Filters_FilterAttribute_mBF9879ECFB908212C56CAE0B42C9E29BFCB347C1_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t __Filters_FilterIgnoreCase_m883976C13C53B21BE3430DE51D4317CBCF89F53A_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t __Filters_FilterName_m768C2766720890EE1D07554E3433C0F828D427DB_MetadataUsageId;
|
|||
|
|
IL2CPP_EXTERN_C const uint32_t __Filters__cctor_mAC913CDF08E7AB6541101C4B96483BF49C6E2F14_MetadataUsageId;
|
|||
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
|
|||
|
|
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
|
|||
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
|
|||
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
|
|||
|
|
struct Exception_t_marshaled_com;
|
|||
|
|
struct Exception_t_marshaled_pinvoke;
|
|||
|
|
struct InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78;;
|
|||
|
|
struct InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78_marshaled_pinvoke;
|
|||
|
|
struct InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78_marshaled_pinvoke;;
|
|||
|
|
|
|||
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|||
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|||
|
|
|
|||
|
|
IL2CPP_EXTERN_C_BEGIN
|
|||
|
|
IL2CPP_EXTERN_C_END
|
|||
|
|
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic push
|
|||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|||
|
|
#endif
|
|||
|
|
|
|||
|
|
// System.Object
|
|||
|
|
|
|||
|
|
struct Il2CppArrayBounds;
|
|||
|
|
|
|||
|
|
// System.Array
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Globalization.CultureInfo
|
|||
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
|
|||
|
|
bool ___m_isReadOnly_3;
|
|||
|
|
// System.Int32 System.Globalization.CultureInfo::cultureID
|
|||
|
|
int32_t ___cultureID_4;
|
|||
|
|
// System.Int32 System.Globalization.CultureInfo::parent_lcid
|
|||
|
|
int32_t ___parent_lcid_5;
|
|||
|
|
// System.Int32 System.Globalization.CultureInfo::datetime_index
|
|||
|
|
int32_t ___datetime_index_6;
|
|||
|
|
// System.Int32 System.Globalization.CultureInfo::number_index
|
|||
|
|
int32_t ___number_index_7;
|
|||
|
|
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
|
|||
|
|
int32_t ___default_calendar_type_8;
|
|||
|
|
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
|
|||
|
|
bool ___m_useUserOverride_9;
|
|||
|
|
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
|
|||
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
|
|||
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
|
|||
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
|
|||
|
|
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
|
|||
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
|
|||
|
|
// System.String System.Globalization.CultureInfo::m_name
|
|||
|
|
String_t* ___m_name_13;
|
|||
|
|
// System.String System.Globalization.CultureInfo::englishname
|
|||
|
|
String_t* ___englishname_14;
|
|||
|
|
// System.String System.Globalization.CultureInfo::nativename
|
|||
|
|
String_t* ___nativename_15;
|
|||
|
|
// System.String System.Globalization.CultureInfo::iso3lang
|
|||
|
|
String_t* ___iso3lang_16;
|
|||
|
|
// System.String System.Globalization.CultureInfo::iso2lang
|
|||
|
|
String_t* ___iso2lang_17;
|
|||
|
|
// System.String System.Globalization.CultureInfo::win3lang
|
|||
|
|
String_t* ___win3lang_18;
|
|||
|
|
// System.String System.Globalization.CultureInfo::territory
|
|||
|
|
String_t* ___territory_19;
|
|||
|
|
// System.String[] System.Globalization.CultureInfo::native_calendar_names
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
|
|||
|
|
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
|
|||
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
|
|||
|
|
// System.Void* System.Globalization.CultureInfo::textinfo_data
|
|||
|
|
void* ___textinfo_data_22;
|
|||
|
|
// System.Int32 System.Globalization.CultureInfo::m_dataItem
|
|||
|
|
int32_t ___m_dataItem_23;
|
|||
|
|
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
|
|||
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
|
|||
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
|
|||
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
|
|||
|
|
// System.Boolean System.Globalization.CultureInfo::constructed
|
|||
|
|
bool ___constructed_26;
|
|||
|
|
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
|
|||
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
|
|||
|
|
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
|
|||
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
|
|||
|
|
// System.Boolean System.Globalization.CultureInfo::m_isInherited
|
|||
|
|
bool ___m_isInherited_29;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
|
|||
|
|
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
|
|||
|
|
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
|
|||
|
|
inline void set_m_isReadOnly_3(bool value)
|
|||
|
|
{
|
|||
|
|
___m_isReadOnly_3 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
|
|||
|
|
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
|
|||
|
|
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
|
|||
|
|
inline void set_cultureID_4(int32_t value)
|
|||
|
|
{
|
|||
|
|
___cultureID_4 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
|
|||
|
|
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
|
|||
|
|
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
|
|||
|
|
inline void set_parent_lcid_5(int32_t value)
|
|||
|
|
{
|
|||
|
|
___parent_lcid_5 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
|
|||
|
|
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
|
|||
|
|
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
|
|||
|
|
inline void set_datetime_index_6(int32_t value)
|
|||
|
|
{
|
|||
|
|
___datetime_index_6 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
|
|||
|
|
inline int32_t get_number_index_7() const { return ___number_index_7; }
|
|||
|
|
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
|
|||
|
|
inline void set_number_index_7(int32_t value)
|
|||
|
|
{
|
|||
|
|
___number_index_7 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
|
|||
|
|
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
|
|||
|
|
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
|
|||
|
|
inline void set_default_calendar_type_8(int32_t value)
|
|||
|
|
{
|
|||
|
|
___default_calendar_type_8 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
|
|||
|
|
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
|
|||
|
|
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
|
|||
|
|
inline void set_m_useUserOverride_9(bool value)
|
|||
|
|
{
|
|||
|
|
___m_useUserOverride_9 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
|
|||
|
|
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
|
|||
|
|
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
|
|||
|
|
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
|
|||
|
|
{
|
|||
|
|
___numInfo_10 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
|
|||
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
|
|||
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
|
|||
|
|
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
|
|||
|
|
{
|
|||
|
|
___dateTimeInfo_11 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
|
|||
|
|
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
|
|||
|
|
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
|
|||
|
|
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
|
|||
|
|
{
|
|||
|
|
___textInfo_12 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
|
|||
|
|
inline String_t* get_m_name_13() const { return ___m_name_13; }
|
|||
|
|
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
|
|||
|
|
inline void set_m_name_13(String_t* value)
|
|||
|
|
{
|
|||
|
|
___m_name_13 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
|
|||
|
|
inline String_t* get_englishname_14() const { return ___englishname_14; }
|
|||
|
|
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
|
|||
|
|
inline void set_englishname_14(String_t* value)
|
|||
|
|
{
|
|||
|
|
___englishname_14 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
|
|||
|
|
inline String_t* get_nativename_15() const { return ___nativename_15; }
|
|||
|
|
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
|
|||
|
|
inline void set_nativename_15(String_t* value)
|
|||
|
|
{
|
|||
|
|
___nativename_15 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
|
|||
|
|
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
|
|||
|
|
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
|
|||
|
|
inline void set_iso3lang_16(String_t* value)
|
|||
|
|
{
|
|||
|
|
___iso3lang_16 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
|
|||
|
|
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
|
|||
|
|
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
|
|||
|
|
inline void set_iso2lang_17(String_t* value)
|
|||
|
|
{
|
|||
|
|
___iso2lang_17 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
|
|||
|
|
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
|
|||
|
|
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
|
|||
|
|
inline void set_win3lang_18(String_t* value)
|
|||
|
|
{
|
|||
|
|
___win3lang_18 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
|
|||
|
|
inline String_t* get_territory_19() const { return ___territory_19; }
|
|||
|
|
inline String_t** get_address_of_territory_19() { return &___territory_19; }
|
|||
|
|
inline void set_territory_19(String_t* value)
|
|||
|
|
{
|
|||
|
|
___territory_19 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
|
|||
|
|
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|||
|
|
{
|
|||
|
|
___native_calendar_names_20 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
|
|||
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
|
|||
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
|
|||
|
|
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
|
|||
|
|
{
|
|||
|
|
___compareInfo_21 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
|
|||
|
|
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
|
|||
|
|
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
|
|||
|
|
inline void set_textinfo_data_22(void* value)
|
|||
|
|
{
|
|||
|
|
___textinfo_data_22 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
|
|||
|
|
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
|
|||
|
|
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
|
|||
|
|
inline void set_m_dataItem_23(int32_t value)
|
|||
|
|
{
|
|||
|
|
___m_dataItem_23 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
|
|||
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
|
|||
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
|
|||
|
|
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
|
|||
|
|
{
|
|||
|
|
___calendar_24 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
|
|||
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
|
|||
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
|
|||
|
|
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|||
|
|
{
|
|||
|
|
___parent_culture_25 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
|
|||
|
|
inline bool get_constructed_26() const { return ___constructed_26; }
|
|||
|
|
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
|
|||
|
|
inline void set_constructed_26(bool value)
|
|||
|
|
{
|
|||
|
|
___constructed_26 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
|
|||
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
|
|||
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
|
|||
|
|
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|||
|
|
{
|
|||
|
|
___cached_serialized_form_27 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
|
|||
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
|
|||
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
|
|||
|
|
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
|
|||
|
|
{
|
|||
|
|
___m_cultureData_28 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
|
|||
|
|
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
|
|||
|
|
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
|
|||
|
|
inline void set_m_isInherited_29(bool value)
|
|||
|
|
{
|
|||
|
|
___m_isInherited_29 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
|
|||
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0;
|
|||
|
|
// System.Object System.Globalization.CultureInfo::shared_table_lock
|
|||
|
|
RuntimeObject * ___shared_table_lock_1;
|
|||
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
|
|||
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
|
|||
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
|
|||
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
|
|||
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
|
|||
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
|
|||
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
|
|||
|
|
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
|
|||
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
|
|||
|
|
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
|
|||
|
|
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
|
|||
|
|
bool ___IsTaiwanSku_37;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
|
|||
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
|
|||
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
|
|||
|
|
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|||
|
|
{
|
|||
|
|
___invariant_culture_info_0 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
|
|||
|
|
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
|
|||
|
|
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
|
|||
|
|
inline void set_shared_table_lock_1(RuntimeObject * value)
|
|||
|
|
{
|
|||
|
|
___shared_table_lock_1 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
|
|||
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
|
|||
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
|
|||
|
|
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|||
|
|
{
|
|||
|
|
___default_current_culture_2 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
|
|||
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
|
|||
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
|
|||
|
|
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|||
|
|
{
|
|||
|
|
___s_DefaultThreadCurrentUICulture_33 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
|
|||
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
|
|||
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
|
|||
|
|
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|||
|
|
{
|
|||
|
|
___s_DefaultThreadCurrentCulture_34 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
|
|||
|
|
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
|
|||
|
|
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
|
|||
|
|
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
|
|||
|
|
{
|
|||
|
|
___shared_by_number_35 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
|
|||
|
|
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
|
|||
|
|
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
|
|||
|
|
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
|
|||
|
|
{
|
|||
|
|
___shared_by_name_36 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
|
|||
|
|
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
|
|||
|
|
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
|
|||
|
|
inline void set_IsTaiwanSku_37(bool value)
|
|||
|
|
{
|
|||
|
|
___IsTaiwanSku_37 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
|
|||
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke
|
|||
|
|
{
|
|||
|
|
int32_t ___m_isReadOnly_3;
|
|||
|
|
int32_t ___cultureID_4;
|
|||
|
|
int32_t ___parent_lcid_5;
|
|||
|
|
int32_t ___datetime_index_6;
|
|||
|
|
int32_t ___number_index_7;
|
|||
|
|
int32_t ___default_calendar_type_8;
|
|||
|
|
int32_t ___m_useUserOverride_9;
|
|||
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
|
|||
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
|
|||
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
|
|||
|
|
char* ___m_name_13;
|
|||
|
|
char* ___englishname_14;
|
|||
|
|
char* ___nativename_15;
|
|||
|
|
char* ___iso3lang_16;
|
|||
|
|
char* ___iso2lang_17;
|
|||
|
|
char* ___win3lang_18;
|
|||
|
|
char* ___territory_19;
|
|||
|
|
char** ___native_calendar_names_20;
|
|||
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
|
|||
|
|
void* ___textinfo_data_22;
|
|||
|
|
int32_t ___m_dataItem_23;
|
|||
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
|
|||
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
|
|||
|
|
int32_t ___constructed_26;
|
|||
|
|
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
|
|||
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
|
|||
|
|
int32_t ___m_isInherited_29;
|
|||
|
|
};
|
|||
|
|
// Native definition for COM marshalling of System.Globalization.CultureInfo
|
|||
|
|
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com
|
|||
|
|
{
|
|||
|
|
int32_t ___m_isReadOnly_3;
|
|||
|
|
int32_t ___cultureID_4;
|
|||
|
|
int32_t ___parent_lcid_5;
|
|||
|
|
int32_t ___datetime_index_6;
|
|||
|
|
int32_t ___number_index_7;
|
|||
|
|
int32_t ___default_calendar_type_8;
|
|||
|
|
int32_t ___m_useUserOverride_9;
|
|||
|
|
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
|
|||
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
|
|||
|
|
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
|
|||
|
|
Il2CppChar* ___m_name_13;
|
|||
|
|
Il2CppChar* ___englishname_14;
|
|||
|
|
Il2CppChar* ___nativename_15;
|
|||
|
|
Il2CppChar* ___iso3lang_16;
|
|||
|
|
Il2CppChar* ___iso2lang_17;
|
|||
|
|
Il2CppChar* ___win3lang_18;
|
|||
|
|
Il2CppChar* ___territory_19;
|
|||
|
|
Il2CppChar** ___native_calendar_names_20;
|
|||
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
|
|||
|
|
void* ___textinfo_data_22;
|
|||
|
|
int32_t ___m_dataItem_23;
|
|||
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
|
|||
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
|
|||
|
|
int32_t ___constructed_26;
|
|||
|
|
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
|
|||
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
|
|||
|
|
int32_t ___m_isInherited_29;
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// System.Reflection.MemberInfo
|
|||
|
|
struct MemberInfo_t : public RuntimeObject
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Runtime.ConstrainedExecution.CriticalFinalizerObject
|
|||
|
|
struct CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 : public RuntimeObject
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Runtime.Serialization.SerializationInfo
|
|||
|
|
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_3;
|
|||
|
|
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
|
|||
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_4;
|
|||
|
|
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
|
|||
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_5;
|
|||
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
|
|||
|
|
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_6;
|
|||
|
|
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
|
|||
|
|
int32_t ___m_currMember_7;
|
|||
|
|
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
|
|||
|
|
RuntimeObject* ___m_converter_8;
|
|||
|
|
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
|
|||
|
|
String_t* ___m_fullTypeName_9;
|
|||
|
|
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
|
|||
|
|
String_t* ___m_assemName_10;
|
|||
|
|
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
|
|||
|
|
Type_t * ___objectType_11;
|
|||
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
|
|||
|
|
bool ___isFullTypeNameSetExplicit_12;
|
|||
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
|
|||
|
|
bool ___isAssemblyNameSetExplicit_13;
|
|||
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
|
|||
|
|
bool ___requireSameTokenInPartialTrust_14;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_m_members_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_3)); }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_3() const { return ___m_members_3; }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_3() { return &___m_members_3; }
|
|||
|
|
inline void set_m_members_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|||
|
|
{
|
|||
|
|
___m_members_3 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_data_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_4)); }
|
|||
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_4() const { return ___m_data_4; }
|
|||
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_4() { return &___m_data_4; }
|
|||
|
|
inline void set_m_data_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|||
|
|
{
|
|||
|
|
___m_data_4 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_types_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_5)); }
|
|||
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_5() const { return ___m_types_5; }
|
|||
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_5() { return &___m_types_5; }
|
|||
|
|
inline void set_m_types_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|||
|
|
{
|
|||
|
|
___m_types_5 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_6)); }
|
|||
|
|
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; }
|
|||
|
|
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; }
|
|||
|
|
inline void set_m_nameToIndex_6(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
|
|||
|
|
{
|
|||
|
|
___m_nameToIndex_6 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_currMember_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_7)); }
|
|||
|
|
inline int32_t get_m_currMember_7() const { return ___m_currMember_7; }
|
|||
|
|
inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; }
|
|||
|
|
inline void set_m_currMember_7(int32_t value)
|
|||
|
|
{
|
|||
|
|
___m_currMember_7 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_converter_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_8)); }
|
|||
|
|
inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; }
|
|||
|
|
inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; }
|
|||
|
|
inline void set_m_converter_8(RuntimeObject* value)
|
|||
|
|
{
|
|||
|
|
___m_converter_8 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_9)); }
|
|||
|
|
inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; }
|
|||
|
|
inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; }
|
|||
|
|
inline void set_m_fullTypeName_9(String_t* value)
|
|||
|
|
{
|
|||
|
|
___m_fullTypeName_9 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_assemName_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_10)); }
|
|||
|
|
inline String_t* get_m_assemName_10() const { return ___m_assemName_10; }
|
|||
|
|
inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; }
|
|||
|
|
inline void set_m_assemName_10(String_t* value)
|
|||
|
|
{
|
|||
|
|
___m_assemName_10 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_objectType_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_11)); }
|
|||
|
|
inline Type_t * get_objectType_11() const { return ___objectType_11; }
|
|||
|
|
inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; }
|
|||
|
|
inline void set_objectType_11(Type_t * value)
|
|||
|
|
{
|
|||
|
|
___objectType_11 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_12)); }
|
|||
|
|
inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; }
|
|||
|
|
inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; }
|
|||
|
|
inline void set_isFullTypeNameSetExplicit_12(bool value)
|
|||
|
|
{
|
|||
|
|
___isFullTypeNameSetExplicit_12 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_13)); }
|
|||
|
|
inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; }
|
|||
|
|
inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; }
|
|||
|
|
inline void set_isAssemblyNameSetExplicit_13(bool value)
|
|||
|
|
{
|
|||
|
|
___isAssemblyNameSetExplicit_13 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_14)); }
|
|||
|
|
inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; }
|
|||
|
|
inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; }
|
|||
|
|
inline void set_requireSameTokenInPartialTrust_14(bool value)
|
|||
|
|
{
|
|||
|
|
___requireSameTokenInPartialTrust_14 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.String
|
|||
|
|
struct String_t : public RuntimeObject
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.String::m_stringLength
|
|||
|
|
int32_t ___m_stringLength_0;
|
|||
|
|
// System.Char System.String::m_firstChar
|
|||
|
|
Il2CppChar ___m_firstChar_1;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
|
|||
|
|
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
|
|||
|
|
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
|
|||
|
|
inline void set_m_stringLength_0(int32_t value)
|
|||
|
|
{
|
|||
|
|
___m_stringLength_0 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
|
|||
|
|
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
|
|||
|
|
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
|
|||
|
|
inline void set_m_firstChar_1(Il2CppChar value)
|
|||
|
|
{
|
|||
|
|
___m_firstChar_1 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
struct String_t_StaticFields
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.String System.String::Empty
|
|||
|
|
String_t* ___Empty_5;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
|
|||
|
|
inline String_t* get_Empty_5() const { return ___Empty_5; }
|
|||
|
|
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
|
|||
|
|
inline void set_Empty_5(String_t* value)
|
|||
|
|
{
|
|||
|
|
___Empty_5 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.ValueType
|
|||
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// Native definition for P/Invoke marshalling of System.ValueType
|
|||
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
|
|||
|
|
{
|
|||
|
|
};
|
|||
|
|
// Native definition for COM marshalling of System.ValueType
|
|||
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
|
|||
|
|
{
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// System.Version
|
|||
|
|
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD : public RuntimeObject
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.Version::_Major
|
|||
|
|
int32_t ____Major_0;
|
|||
|
|
// System.Int32 System.Version::_Minor
|
|||
|
|
int32_t ____Minor_1;
|
|||
|
|
// System.Int32 System.Version::_Build
|
|||
|
|
int32_t ____Build_2;
|
|||
|
|
// System.Int32 System.Version::_Revision
|
|||
|
|
int32_t ____Revision_3;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of__Major_0() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Major_0)); }
|
|||
|
|
inline int32_t get__Major_0() const { return ____Major_0; }
|
|||
|
|
inline int32_t* get_address_of__Major_0() { return &____Major_0; }
|
|||
|
|
inline void set__Major_0(int32_t value)
|
|||
|
|
{
|
|||
|
|
____Major_0 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of__Minor_1() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Minor_1)); }
|
|||
|
|
inline int32_t get__Minor_1() const { return ____Minor_1; }
|
|||
|
|
inline int32_t* get_address_of__Minor_1() { return &____Minor_1; }
|
|||
|
|
inline void set__Minor_1(int32_t value)
|
|||
|
|
{
|
|||
|
|
____Minor_1 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of__Build_2() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Build_2)); }
|
|||
|
|
inline int32_t get__Build_2() const { return ____Build_2; }
|
|||
|
|
inline int32_t* get_address_of__Build_2() { return &____Build_2; }
|
|||
|
|
inline void set__Build_2(int32_t value)
|
|||
|
|
{
|
|||
|
|
____Build_2 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of__Revision_3() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Revision_3)); }
|
|||
|
|
inline int32_t get__Revision_3() const { return ____Revision_3; }
|
|||
|
|
inline int32_t* get_address_of__Revision_3() { return &____Revision_3; }
|
|||
|
|
inline void set__Revision_3(int32_t value)
|
|||
|
|
{
|
|||
|
|
____Revision_3 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_StaticFields
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Char[] System.Version::SeparatorsArray
|
|||
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___SeparatorsArray_4;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_SeparatorsArray_4() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_StaticFields, ___SeparatorsArray_4)); }
|
|||
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_SeparatorsArray_4() const { return ___SeparatorsArray_4; }
|
|||
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_SeparatorsArray_4() { return &___SeparatorsArray_4; }
|
|||
|
|
inline void set_SeparatorsArray_4(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|||
|
|
{
|
|||
|
|
___SeparatorsArray_4 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___SeparatorsArray_4), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.__ComObject
|
|||
|
|
struct __ComObject_t7C4C78B18A827C344A9826ECC7FCC40B7F6FD77C : public RuntimeObject
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.__Filters
|
|||
|
|
struct __Filters_tDD9D6B7C7A31B12AB3D5CCF1B115DD693F62DB34 : public RuntimeObject
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
struct __Filters_tDD9D6B7C7A31B12AB3D5CCF1B115DD693F62DB34_StaticFields
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.__Filters System.__Filters::Instance
|
|||
|
|
__Filters_tDD9D6B7C7A31B12AB3D5CCF1B115DD693F62DB34 * ___Instance_0;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_Instance_0() { return static_cast<int32_t>(offsetof(__Filters_tDD9D6B7C7A31B12AB3D5CCF1B115DD693F62DB34_StaticFields, ___Instance_0)); }
|
|||
|
|
inline __Filters_tDD9D6B7C7A31B12AB3D5CCF1B115DD693F62DB34 * get_Instance_0() const { return ___Instance_0; }
|
|||
|
|
inline __Filters_tDD9D6B7C7A31B12AB3D5CCF1B115DD693F62DB34 ** get_address_of_Instance_0() { return &___Instance_0; }
|
|||
|
|
inline void set_Instance_0(__Filters_tDD9D6B7C7A31B12AB3D5CCF1B115DD693F62DB34 * value)
|
|||
|
|
{
|
|||
|
|
___Instance_0 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.__Il2CppComObject
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Boolean
|
|||
|
|
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Boolean System.Boolean::m_value
|
|||
|
|
bool ___m_value_0;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
|
|||
|
|
inline bool get_m_value_0() const { return ___m_value_0; }
|
|||
|
|
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
|
|||
|
|
inline void set_m_value_0(bool value)
|
|||
|
|
{
|
|||
|
|
___m_value_0 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.String System.Boolean::TrueString
|
|||
|
|
String_t* ___TrueString_5;
|
|||
|
|
// System.String System.Boolean::FalseString
|
|||
|
|
String_t* ___FalseString_6;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
|
|||
|
|
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
|
|||
|
|
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
|
|||
|
|
inline void set_TrueString_5(String_t* value)
|
|||
|
|
{
|
|||
|
|
___TrueString_5 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
|
|||
|
|
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
|
|||
|
|
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
|
|||
|
|
inline void set_FalseString_6(String_t* value)
|
|||
|
|
{
|
|||
|
|
___FalseString_6 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Char
|
|||
|
|
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Char System.Char::m_value
|
|||
|
|
Il2CppChar ___m_value_0;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
|
|||
|
|
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
|
|||
|
|
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
|
|||
|
|
inline void set_m_value_0(Il2CppChar value)
|
|||
|
|
{
|
|||
|
|
___m_value_0 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Byte[] System.Char::categoryForLatin1
|
|||
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
|
|||
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
|
|||
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
|
|||
|
|
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|||
|
|
{
|
|||
|
|
___categoryForLatin1_3 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Coord
|
|||
|
|
struct Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int16 System.Coord::X
|
|||
|
|
int16_t ___X_0;
|
|||
|
|
// System.Int16 System.Coord::Y
|
|||
|
|
int16_t ___Y_1;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_X_0() { return static_cast<int32_t>(offsetof(Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A, ___X_0)); }
|
|||
|
|
inline int16_t get_X_0() const { return ___X_0; }
|
|||
|
|
inline int16_t* get_address_of_X_0() { return &___X_0; }
|
|||
|
|
inline void set_X_0(int16_t value)
|
|||
|
|
{
|
|||
|
|
___X_0 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_Y_1() { return static_cast<int32_t>(offsetof(Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A, ___Y_1)); }
|
|||
|
|
inline int16_t get_Y_1() const { return ___Y_1; }
|
|||
|
|
inline int16_t* get_address_of_Y_1() { return &___Y_1; }
|
|||
|
|
inline void set_Y_1(int16_t value)
|
|||
|
|
{
|
|||
|
|
___Y_1 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Enum
|
|||
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Char[] System.Enum::enumSeperatorCharArray
|
|||
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
|
|||
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
|
|||
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
|
|||
|
|
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|||
|
|
{
|
|||
|
|
___enumSeperatorCharArray_0 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// Native definition for P/Invoke marshalling of System.Enum
|
|||
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
|
|||
|
|
{
|
|||
|
|
};
|
|||
|
|
// Native definition for COM marshalling of System.Enum
|
|||
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
|
|||
|
|
{
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// System.InputRecord
|
|||
|
|
struct InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int16 System.InputRecord::EventType
|
|||
|
|
int16_t ___EventType_0;
|
|||
|
|
// System.Boolean System.InputRecord::KeyDown
|
|||
|
|
bool ___KeyDown_1;
|
|||
|
|
// System.Int16 System.InputRecord::RepeatCount
|
|||
|
|
int16_t ___RepeatCount_2;
|
|||
|
|
// System.Int16 System.InputRecord::VirtualKeyCode
|
|||
|
|
int16_t ___VirtualKeyCode_3;
|
|||
|
|
// System.Int16 System.InputRecord::VirtualScanCode
|
|||
|
|
int16_t ___VirtualScanCode_4;
|
|||
|
|
// System.Char System.InputRecord::Character
|
|||
|
|
Il2CppChar ___Character_5;
|
|||
|
|
// System.Int32 System.InputRecord::ControlKeyState
|
|||
|
|
int32_t ___ControlKeyState_6;
|
|||
|
|
// System.Int32 System.InputRecord::pad1
|
|||
|
|
int32_t ___pad1_7;
|
|||
|
|
// System.Boolean System.InputRecord::pad2
|
|||
|
|
bool ___pad2_8;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_EventType_0() { return static_cast<int32_t>(offsetof(InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78, ___EventType_0)); }
|
|||
|
|
inline int16_t get_EventType_0() const { return ___EventType_0; }
|
|||
|
|
inline int16_t* get_address_of_EventType_0() { return &___EventType_0; }
|
|||
|
|
inline void set_EventType_0(int16_t value)
|
|||
|
|
{
|
|||
|
|
___EventType_0 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_KeyDown_1() { return static_cast<int32_t>(offsetof(InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78, ___KeyDown_1)); }
|
|||
|
|
inline bool get_KeyDown_1() const { return ___KeyDown_1; }
|
|||
|
|
inline bool* get_address_of_KeyDown_1() { return &___KeyDown_1; }
|
|||
|
|
inline void set_KeyDown_1(bool value)
|
|||
|
|
{
|
|||
|
|
___KeyDown_1 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_RepeatCount_2() { return static_cast<int32_t>(offsetof(InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78, ___RepeatCount_2)); }
|
|||
|
|
inline int16_t get_RepeatCount_2() const { return ___RepeatCount_2; }
|
|||
|
|
inline int16_t* get_address_of_RepeatCount_2() { return &___RepeatCount_2; }
|
|||
|
|
inline void set_RepeatCount_2(int16_t value)
|
|||
|
|
{
|
|||
|
|
___RepeatCount_2 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_VirtualKeyCode_3() { return static_cast<int32_t>(offsetof(InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78, ___VirtualKeyCode_3)); }
|
|||
|
|
inline int16_t get_VirtualKeyCode_3() const { return ___VirtualKeyCode_3; }
|
|||
|
|
inline int16_t* get_address_of_VirtualKeyCode_3() { return &___VirtualKeyCode_3; }
|
|||
|
|
inline void set_VirtualKeyCode_3(int16_t value)
|
|||
|
|
{
|
|||
|
|
___VirtualKeyCode_3 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_VirtualScanCode_4() { return static_cast<int32_t>(offsetof(InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78, ___VirtualScanCode_4)); }
|
|||
|
|
inline int16_t get_VirtualScanCode_4() const { return ___VirtualScanCode_4; }
|
|||
|
|
inline int16_t* get_address_of_VirtualScanCode_4() { return &___VirtualScanCode_4; }
|
|||
|
|
inline void set_VirtualScanCode_4(int16_t value)
|
|||
|
|
{
|
|||
|
|
___VirtualScanCode_4 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_Character_5() { return static_cast<int32_t>(offsetof(InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78, ___Character_5)); }
|
|||
|
|
inline Il2CppChar get_Character_5() const { return ___Character_5; }
|
|||
|
|
inline Il2CppChar* get_address_of_Character_5() { return &___Character_5; }
|
|||
|
|
inline void set_Character_5(Il2CppChar value)
|
|||
|
|
{
|
|||
|
|
___Character_5 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_ControlKeyState_6() { return static_cast<int32_t>(offsetof(InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78, ___ControlKeyState_6)); }
|
|||
|
|
inline int32_t get_ControlKeyState_6() const { return ___ControlKeyState_6; }
|
|||
|
|
inline int32_t* get_address_of_ControlKeyState_6() { return &___ControlKeyState_6; }
|
|||
|
|
inline void set_ControlKeyState_6(int32_t value)
|
|||
|
|
{
|
|||
|
|
___ControlKeyState_6 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_pad1_7() { return static_cast<int32_t>(offsetof(InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78, ___pad1_7)); }
|
|||
|
|
inline int32_t get_pad1_7() const { return ___pad1_7; }
|
|||
|
|
inline int32_t* get_address_of_pad1_7() { return &___pad1_7; }
|
|||
|
|
inline void set_pad1_7(int32_t value)
|
|||
|
|
{
|
|||
|
|
___pad1_7 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_pad2_8() { return static_cast<int32_t>(offsetof(InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78, ___pad2_8)); }
|
|||
|
|
inline bool get_pad2_8() const { return ___pad2_8; }
|
|||
|
|
inline bool* get_address_of_pad2_8() { return &___pad2_8; }
|
|||
|
|
inline void set_pad2_8(bool value)
|
|||
|
|
{
|
|||
|
|
___pad2_8 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// Native definition for P/Invoke marshalling of System.InputRecord
|
|||
|
|
struct InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78_marshaled_pinvoke
|
|||
|
|
{
|
|||
|
|
int16_t ___EventType_0;
|
|||
|
|
int32_t ___KeyDown_1;
|
|||
|
|
int16_t ___RepeatCount_2;
|
|||
|
|
int16_t ___VirtualKeyCode_3;
|
|||
|
|
int16_t ___VirtualScanCode_4;
|
|||
|
|
uint8_t ___Character_5;
|
|||
|
|
int32_t ___ControlKeyState_6;
|
|||
|
|
int32_t ___pad1_7;
|
|||
|
|
int32_t ___pad2_8;
|
|||
|
|
};
|
|||
|
|
// Native definition for COM marshalling of System.InputRecord
|
|||
|
|
struct InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78_marshaled_com
|
|||
|
|
{
|
|||
|
|
int16_t ___EventType_0;
|
|||
|
|
int32_t ___KeyDown_1;
|
|||
|
|
int16_t ___RepeatCount_2;
|
|||
|
|
int16_t ___VirtualKeyCode_3;
|
|||
|
|
int16_t ___VirtualScanCode_4;
|
|||
|
|
uint8_t ___Character_5;
|
|||
|
|
int32_t ___ControlKeyState_6;
|
|||
|
|
int32_t ___pad1_7;
|
|||
|
|
int32_t ___pad2_8;
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// System.Int16
|
|||
|
|
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int16 System.Int16::m_value
|
|||
|
|
int16_t ___m_value_0;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
|
|||
|
|
inline int16_t get_m_value_0() const { return ___m_value_0; }
|
|||
|
|
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|||
|
|
inline void set_m_value_0(int16_t value)
|
|||
|
|
{
|
|||
|
|
___m_value_0 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Int32
|
|||
|
|
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.Int32::m_value
|
|||
|
|
int32_t ___m_value_0;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
|
|||
|
|
inline int32_t get_m_value_0() const { return ___m_value_0; }
|
|||
|
|
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
|
|||
|
|
inline void set_m_value_0(int32_t value)
|
|||
|
|
{
|
|||
|
|
___m_value_0 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.IntPtr
|
|||
|
|
struct IntPtr_t
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Void* System.IntPtr::m_value
|
|||
|
|
void* ___m_value_0;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
|
|||
|
|
inline void* get_m_value_0() const { return ___m_value_0; }
|
|||
|
|
inline void** get_address_of_m_value_0() { return &___m_value_0; }
|
|||
|
|
inline void set_m_value_0(void* value)
|
|||
|
|
{
|
|||
|
|
___m_value_0 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
struct IntPtr_t_StaticFields
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.IntPtr System.IntPtr::Zero
|
|||
|
|
intptr_t ___Zero_1;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
|
|||
|
|
inline intptr_t get_Zero_1() const { return ___Zero_1; }
|
|||
|
|
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
|
|||
|
|
inline void set_Zero_1(intptr_t value)
|
|||
|
|
{
|
|||
|
|
___Zero_1 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Reflection.FieldInfo
|
|||
|
|
struct FieldInfo_t : public MemberInfo_t
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Reflection.MethodBase
|
|||
|
|
struct MethodBase_t : public MemberInfo_t
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Runtime.InteropServices.GCHandle
|
|||
|
|
struct GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.Runtime.InteropServices.GCHandle::handle
|
|||
|
|
int32_t ___handle_0;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_handle_0() { return static_cast<int32_t>(offsetof(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3, ___handle_0)); }
|
|||
|
|
inline int32_t get_handle_0() const { return ___handle_0; }
|
|||
|
|
inline int32_t* get_address_of_handle_0() { return &___handle_0; }
|
|||
|
|
inline void set_handle_0(int32_t value)
|
|||
|
|
{
|
|||
|
|
___handle_0 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.SmallRect
|
|||
|
|
struct SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int16 System.SmallRect::Left
|
|||
|
|
int16_t ___Left_0;
|
|||
|
|
// System.Int16 System.SmallRect::Top
|
|||
|
|
int16_t ___Top_1;
|
|||
|
|
// System.Int16 System.SmallRect::Right
|
|||
|
|
int16_t ___Right_2;
|
|||
|
|
// System.Int16 System.SmallRect::Bottom
|
|||
|
|
int16_t ___Bottom_3;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_Left_0() { return static_cast<int32_t>(offsetof(SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532, ___Left_0)); }
|
|||
|
|
inline int16_t get_Left_0() const { return ___Left_0; }
|
|||
|
|
inline int16_t* get_address_of_Left_0() { return &___Left_0; }
|
|||
|
|
inline void set_Left_0(int16_t value)
|
|||
|
|
{
|
|||
|
|
___Left_0 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_Top_1() { return static_cast<int32_t>(offsetof(SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532, ___Top_1)); }
|
|||
|
|
inline int16_t get_Top_1() const { return ___Top_1; }
|
|||
|
|
inline int16_t* get_address_of_Top_1() { return &___Top_1; }
|
|||
|
|
inline void set_Top_1(int16_t value)
|
|||
|
|
{
|
|||
|
|
___Top_1 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_Right_2() { return static_cast<int32_t>(offsetof(SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532, ___Right_2)); }
|
|||
|
|
inline int16_t get_Right_2() const { return ___Right_2; }
|
|||
|
|
inline int16_t* get_address_of_Right_2() { return &___Right_2; }
|
|||
|
|
inline void set_Right_2(int16_t value)
|
|||
|
|
{
|
|||
|
|
___Right_2 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_Bottom_3() { return static_cast<int32_t>(offsetof(SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532, ___Bottom_3)); }
|
|||
|
|
inline int16_t get_Bottom_3() const { return ___Bottom_3; }
|
|||
|
|
inline int16_t* get_address_of_Bottom_3() { return &___Bottom_3; }
|
|||
|
|
inline void set_Bottom_3(int16_t value)
|
|||
|
|
{
|
|||
|
|
___Bottom_3 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Threading.Thread
|
|||
|
|
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Threading.InternalThread System.Threading.Thread::internal_thread
|
|||
|
|
InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * ___internal_thread_6;
|
|||
|
|
// System.Object System.Threading.Thread::m_ThreadStartArg
|
|||
|
|
RuntimeObject * ___m_ThreadStartArg_7;
|
|||
|
|
// System.Object System.Threading.Thread::pending_exception
|
|||
|
|
RuntimeObject * ___pending_exception_8;
|
|||
|
|
// System.Security.Principal.IPrincipal System.Threading.Thread::principal
|
|||
|
|
RuntimeObject* ___principal_9;
|
|||
|
|
// System.Int32 System.Threading.Thread::principal_version
|
|||
|
|
int32_t ___principal_version_10;
|
|||
|
|
// System.MulticastDelegate System.Threading.Thread::m_Delegate
|
|||
|
|
MulticastDelegate_t * ___m_Delegate_12;
|
|||
|
|
// System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext
|
|||
|
|
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___m_ExecutionContext_13;
|
|||
|
|
// System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope
|
|||
|
|
bool ___m_ExecutionContextBelongsToOuterScope_14;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_internal_thread_6() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___internal_thread_6)); }
|
|||
|
|
inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * get_internal_thread_6() const { return ___internal_thread_6; }
|
|||
|
|
inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 ** get_address_of_internal_thread_6() { return &___internal_thread_6; }
|
|||
|
|
inline void set_internal_thread_6(InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * value)
|
|||
|
|
{
|
|||
|
|
___internal_thread_6 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___internal_thread_6), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_ThreadStartArg_7() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ThreadStartArg_7)); }
|
|||
|
|
inline RuntimeObject * get_m_ThreadStartArg_7() const { return ___m_ThreadStartArg_7; }
|
|||
|
|
inline RuntimeObject ** get_address_of_m_ThreadStartArg_7() { return &___m_ThreadStartArg_7; }
|
|||
|
|
inline void set_m_ThreadStartArg_7(RuntimeObject * value)
|
|||
|
|
{
|
|||
|
|
___m_ThreadStartArg_7 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ThreadStartArg_7), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_pending_exception_8() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___pending_exception_8)); }
|
|||
|
|
inline RuntimeObject * get_pending_exception_8() const { return ___pending_exception_8; }
|
|||
|
|
inline RuntimeObject ** get_address_of_pending_exception_8() { return &___pending_exception_8; }
|
|||
|
|
inline void set_pending_exception_8(RuntimeObject * value)
|
|||
|
|
{
|
|||
|
|
___pending_exception_8 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___pending_exception_8), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_principal_9() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___principal_9)); }
|
|||
|
|
inline RuntimeObject* get_principal_9() const { return ___principal_9; }
|
|||
|
|
inline RuntimeObject** get_address_of_principal_9() { return &___principal_9; }
|
|||
|
|
inline void set_principal_9(RuntimeObject* value)
|
|||
|
|
{
|
|||
|
|
___principal_9 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___principal_9), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_principal_version_10() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___principal_version_10)); }
|
|||
|
|
inline int32_t get_principal_version_10() const { return ___principal_version_10; }
|
|||
|
|
inline int32_t* get_address_of_principal_version_10() { return &___principal_version_10; }
|
|||
|
|
inline void set_principal_version_10(int32_t value)
|
|||
|
|
{
|
|||
|
|
___principal_version_10 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_Delegate_12() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_Delegate_12)); }
|
|||
|
|
inline MulticastDelegate_t * get_m_Delegate_12() const { return ___m_Delegate_12; }
|
|||
|
|
inline MulticastDelegate_t ** get_address_of_m_Delegate_12() { return &___m_Delegate_12; }
|
|||
|
|
inline void set_m_Delegate_12(MulticastDelegate_t * value)
|
|||
|
|
{
|
|||
|
|
___m_Delegate_12 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Delegate_12), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_ExecutionContext_13() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ExecutionContext_13)); }
|
|||
|
|
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_m_ExecutionContext_13() const { return ___m_ExecutionContext_13; }
|
|||
|
|
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_m_ExecutionContext_13() { return &___m_ExecutionContext_13; }
|
|||
|
|
inline void set_m_ExecutionContext_13(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value)
|
|||
|
|
{
|
|||
|
|
___m_ExecutionContext_13 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ExecutionContext_13), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_ExecutionContextBelongsToOuterScope_14() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ExecutionContextBelongsToOuterScope_14)); }
|
|||
|
|
inline bool get_m_ExecutionContextBelongsToOuterScope_14() const { return ___m_ExecutionContextBelongsToOuterScope_14; }
|
|||
|
|
inline bool* get_address_of_m_ExecutionContextBelongsToOuterScope_14() { return &___m_ExecutionContextBelongsToOuterScope_14; }
|
|||
|
|
inline void set_m_ExecutionContextBelongsToOuterScope_14(bool value)
|
|||
|
|
{
|
|||
|
|
___m_ExecutionContextBelongsToOuterScope_14 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr
|
|||
|
|
LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * ___s_LocalDataStoreMgr_0;
|
|||
|
|
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo> System.Threading.Thread::s_asyncLocalCurrentCulture
|
|||
|
|
AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentCulture_4;
|
|||
|
|
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo> System.Threading.Thread::s_asyncLocalCurrentUICulture
|
|||
|
|
AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentUICulture_5;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_s_LocalDataStoreMgr_0() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_LocalDataStoreMgr_0)); }
|
|||
|
|
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * get_s_LocalDataStoreMgr_0() const { return ___s_LocalDataStoreMgr_0; }
|
|||
|
|
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 ** get_address_of_s_LocalDataStoreMgr_0() { return &___s_LocalDataStoreMgr_0; }
|
|||
|
|
inline void set_s_LocalDataStoreMgr_0(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * value)
|
|||
|
|
{
|
|||
|
|
___s_LocalDataStoreMgr_0 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStoreMgr_0), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_s_asyncLocalCurrentCulture_4() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentCulture_4)); }
|
|||
|
|
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentCulture_4() const { return ___s_asyncLocalCurrentCulture_4; }
|
|||
|
|
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentCulture_4() { return &___s_asyncLocalCurrentCulture_4; }
|
|||
|
|
inline void set_s_asyncLocalCurrentCulture_4(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value)
|
|||
|
|
{
|
|||
|
|
___s_asyncLocalCurrentCulture_4 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentCulture_4), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_s_asyncLocalCurrentUICulture_5() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentUICulture_5)); }
|
|||
|
|
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentUICulture_5() const { return ___s_asyncLocalCurrentUICulture_5; }
|
|||
|
|
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentUICulture_5() { return &___s_asyncLocalCurrentUICulture_5; }
|
|||
|
|
inline void set_s_asyncLocalCurrentUICulture_5(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value)
|
|||
|
|
{
|
|||
|
|
___s_asyncLocalCurrentUICulture_5 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_asyncLocalCurrentUICulture_5), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore
|
|||
|
|
LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * ___s_LocalDataStore_1;
|
|||
|
|
// System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture
|
|||
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentCulture_2;
|
|||
|
|
// System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture
|
|||
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentUICulture_3;
|
|||
|
|
// System.Threading.Thread System.Threading.Thread::current_thread
|
|||
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___current_thread_11;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_s_LocalDataStore_1() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___s_LocalDataStore_1)); }
|
|||
|
|
inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * get_s_LocalDataStore_1() const { return ___s_LocalDataStore_1; }
|
|||
|
|
inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 ** get_address_of_s_LocalDataStore_1() { return &___s_LocalDataStore_1; }
|
|||
|
|
inline void set_s_LocalDataStore_1(LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * value)
|
|||
|
|
{
|
|||
|
|
___s_LocalDataStore_1 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_LocalDataStore_1), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_CurrentCulture_2() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentCulture_2)); }
|
|||
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentCulture_2() const { return ___m_CurrentCulture_2; }
|
|||
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentCulture_2() { return &___m_CurrentCulture_2; }
|
|||
|
|
inline void set_m_CurrentCulture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|||
|
|
{
|
|||
|
|
___m_CurrentCulture_2 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentCulture_2), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_CurrentUICulture_3() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentUICulture_3)); }
|
|||
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentUICulture_3() const { return ___m_CurrentUICulture_3; }
|
|||
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentUICulture_3() { return &___m_CurrentUICulture_3; }
|
|||
|
|
inline void set_m_CurrentUICulture_3(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|||
|
|
{
|
|||
|
|
___m_CurrentUICulture_3 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentUICulture_3), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_current_thread_11() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___current_thread_11)); }
|
|||
|
|
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * get_current_thread_11() const { return ___current_thread_11; }
|
|||
|
|
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 ** get_address_of_current_thread_11() { return &___current_thread_11; }
|
|||
|
|
inline void set_current_thread_11(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * value)
|
|||
|
|
{
|
|||
|
|
___current_thread_11 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_thread_11), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Void
|
|||
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
union
|
|||
|
|
{
|
|||
|
|
struct
|
|||
|
|
{
|
|||
|
|
};
|
|||
|
|
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.__DTString
|
|||
|
|
struct __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.String System.__DTString::Value
|
|||
|
|
String_t* ___Value_0;
|
|||
|
|
// System.Int32 System.__DTString::Index
|
|||
|
|
int32_t ___Index_1;
|
|||
|
|
// System.Int32 System.__DTString::len
|
|||
|
|
int32_t ___len_2;
|
|||
|
|
// System.Char System.__DTString::m_current
|
|||
|
|
Il2CppChar ___m_current_3;
|
|||
|
|
// System.Globalization.CompareInfo System.__DTString::m_info
|
|||
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_info_4;
|
|||
|
|
// System.Boolean System.__DTString::m_checkDigitToken
|
|||
|
|
bool ___m_checkDigitToken_5;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___Value_0)); }
|
|||
|
|
inline String_t* get_Value_0() const { return ___Value_0; }
|
|||
|
|
inline String_t** get_address_of_Value_0() { return &___Value_0; }
|
|||
|
|
inline void set_Value_0(String_t* value)
|
|||
|
|
{
|
|||
|
|
___Value_0 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_Index_1() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___Index_1)); }
|
|||
|
|
inline int32_t get_Index_1() const { return ___Index_1; }
|
|||
|
|
inline int32_t* get_address_of_Index_1() { return &___Index_1; }
|
|||
|
|
inline void set_Index_1(int32_t value)
|
|||
|
|
{
|
|||
|
|
___Index_1 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_len_2() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___len_2)); }
|
|||
|
|
inline int32_t get_len_2() const { return ___len_2; }
|
|||
|
|
inline int32_t* get_address_of_len_2() { return &___len_2; }
|
|||
|
|
inline void set_len_2(int32_t value)
|
|||
|
|
{
|
|||
|
|
___len_2 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_current_3() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___m_current_3)); }
|
|||
|
|
inline Il2CppChar get_m_current_3() const { return ___m_current_3; }
|
|||
|
|
inline Il2CppChar* get_address_of_m_current_3() { return &___m_current_3; }
|
|||
|
|
inline void set_m_current_3(Il2CppChar value)
|
|||
|
|
{
|
|||
|
|
___m_current_3 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_info_4() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___m_info_4)); }
|
|||
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_m_info_4() const { return ___m_info_4; }
|
|||
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_m_info_4() { return &___m_info_4; }
|
|||
|
|
inline void set_m_info_4(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
|
|||
|
|
{
|
|||
|
|
___m_info_4 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_info_4), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_checkDigitToken_5() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9, ___m_checkDigitToken_5)); }
|
|||
|
|
inline bool get_m_checkDigitToken_5() const { return ___m_checkDigitToken_5; }
|
|||
|
|
inline bool* get_address_of_m_checkDigitToken_5() { return &___m_checkDigitToken_5; }
|
|||
|
|
inline void set_m_checkDigitToken_5(bool value)
|
|||
|
|
{
|
|||
|
|
___m_checkDigitToken_5 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
struct __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_StaticFields
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Char[] System.__DTString::WhiteSpaceChecks
|
|||
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___WhiteSpaceChecks_6;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_WhiteSpaceChecks_6() { return static_cast<int32_t>(offsetof(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_StaticFields, ___WhiteSpaceChecks_6)); }
|
|||
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_WhiteSpaceChecks_6() const { return ___WhiteSpaceChecks_6; }
|
|||
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_WhiteSpaceChecks_6() { return &___WhiteSpaceChecks_6; }
|
|||
|
|
inline void set_WhiteSpaceChecks_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|||
|
|
{
|
|||
|
|
___WhiteSpaceChecks_6 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___WhiteSpaceChecks_6), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// Native definition for P/Invoke marshalling of System.__DTString
|
|||
|
|
struct __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshaled_pinvoke
|
|||
|
|
{
|
|||
|
|
char* ___Value_0;
|
|||
|
|
int32_t ___Index_1;
|
|||
|
|
int32_t ___len_2;
|
|||
|
|
uint8_t ___m_current_3;
|
|||
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_info_4;
|
|||
|
|
int32_t ___m_checkDigitToken_5;
|
|||
|
|
};
|
|||
|
|
// Native definition for COM marshalling of System.__DTString
|
|||
|
|
struct __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshaled_com
|
|||
|
|
{
|
|||
|
|
Il2CppChar* ___Value_0;
|
|||
|
|
int32_t ___Index_1;
|
|||
|
|
int32_t ___len_2;
|
|||
|
|
uint8_t ___m_current_3;
|
|||
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_info_4;
|
|||
|
|
int32_t ___m_checkDigitToken_5;
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// System.__Il2CppComDelegate
|
|||
|
|
struct __Il2CppComDelegate_t0A30496F74225C39A0CF7FADB94934C0536120FD : public Il2CppComObject
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.ConsoleKey
|
|||
|
|
struct ConsoleKey_t0196714F06D59B40580F7B85EA2663D81394682C
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.ConsoleKey::value__
|
|||
|
|
int32_t ___value___2;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConsoleKey_t0196714F06D59B40580F7B85EA2663D81394682C, ___value___2)); }
|
|||
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|||
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|||
|
|
inline void set_value___2(int32_t value)
|
|||
|
|
{
|
|||
|
|
___value___2 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.ConsoleModifiers
|
|||
|
|
struct ConsoleModifiers_tCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.ConsoleModifiers::value__
|
|||
|
|
int32_t ___value___2;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConsoleModifiers_tCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34, ___value___2)); }
|
|||
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|||
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|||
|
|
inline void set_value___2(int32_t value)
|
|||
|
|
{
|
|||
|
|
___value___2 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.ConsoleScreenBufferInfo
|
|||
|
|
struct ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Coord System.ConsoleScreenBufferInfo::Size
|
|||
|
|
Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A ___Size_0;
|
|||
|
|
// System.Coord System.ConsoleScreenBufferInfo::CursorPosition
|
|||
|
|
Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A ___CursorPosition_1;
|
|||
|
|
// System.Int16 System.ConsoleScreenBufferInfo::Attribute
|
|||
|
|
int16_t ___Attribute_2;
|
|||
|
|
// System.SmallRect System.ConsoleScreenBufferInfo::Window
|
|||
|
|
SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532 ___Window_3;
|
|||
|
|
// System.Coord System.ConsoleScreenBufferInfo::MaxWindowSize
|
|||
|
|
Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A ___MaxWindowSize_4;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_Size_0() { return static_cast<int32_t>(offsetof(ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F, ___Size_0)); }
|
|||
|
|
inline Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A get_Size_0() const { return ___Size_0; }
|
|||
|
|
inline Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A * get_address_of_Size_0() { return &___Size_0; }
|
|||
|
|
inline void set_Size_0(Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A value)
|
|||
|
|
{
|
|||
|
|
___Size_0 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_CursorPosition_1() { return static_cast<int32_t>(offsetof(ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F, ___CursorPosition_1)); }
|
|||
|
|
inline Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A get_CursorPosition_1() const { return ___CursorPosition_1; }
|
|||
|
|
inline Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A * get_address_of_CursorPosition_1() { return &___CursorPosition_1; }
|
|||
|
|
inline void set_CursorPosition_1(Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A value)
|
|||
|
|
{
|
|||
|
|
___CursorPosition_1 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_Attribute_2() { return static_cast<int32_t>(offsetof(ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F, ___Attribute_2)); }
|
|||
|
|
inline int16_t get_Attribute_2() const { return ___Attribute_2; }
|
|||
|
|
inline int16_t* get_address_of_Attribute_2() { return &___Attribute_2; }
|
|||
|
|
inline void set_Attribute_2(int16_t value)
|
|||
|
|
{
|
|||
|
|
___Attribute_2 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_Window_3() { return static_cast<int32_t>(offsetof(ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F, ___Window_3)); }
|
|||
|
|
inline SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532 get_Window_3() const { return ___Window_3; }
|
|||
|
|
inline SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532 * get_address_of_Window_3() { return &___Window_3; }
|
|||
|
|
inline void set_Window_3(SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532 value)
|
|||
|
|
{
|
|||
|
|
___Window_3 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_MaxWindowSize_4() { return static_cast<int32_t>(offsetof(ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F, ___MaxWindowSize_4)); }
|
|||
|
|
inline Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A get_MaxWindowSize_4() const { return ___MaxWindowSize_4; }
|
|||
|
|
inline Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A * get_address_of_MaxWindowSize_4() { return &___MaxWindowSize_4; }
|
|||
|
|
inline void set_MaxWindowSize_4(Coord_t6CEFF682745DD47B1B4DA3ED268C0933021AC34A value)
|
|||
|
|
{
|
|||
|
|
___MaxWindowSize_4 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.DTSubStringType
|
|||
|
|
struct DTSubStringType_tA15E6919CA4FEC2739587ADF93B5F8D550A9BC4E
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.DTSubStringType::value__
|
|||
|
|
int32_t ___value___2;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DTSubStringType_tA15E6919CA4FEC2739587ADF93B5F8D550A9BC4E, ___value___2)); }
|
|||
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|||
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|||
|
|
inline void set_value___2(int32_t value)
|
|||
|
|
{
|
|||
|
|
___value___2 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Exception
|
|||
|
|
struct Exception_t : public RuntimeObject
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.String System.Exception::_className
|
|||
|
|
String_t* ____className_1;
|
|||
|
|
// System.String System.Exception::_message
|
|||
|
|
String_t* ____message_2;
|
|||
|
|
// System.Collections.IDictionary System.Exception::_data
|
|||
|
|
RuntimeObject* ____data_3;
|
|||
|
|
// System.Exception System.Exception::_innerException
|
|||
|
|
Exception_t * ____innerException_4;
|
|||
|
|
// System.String System.Exception::_helpURL
|
|||
|
|
String_t* ____helpURL_5;
|
|||
|
|
// System.Object System.Exception::_stackTrace
|
|||
|
|
RuntimeObject * ____stackTrace_6;
|
|||
|
|
// System.String System.Exception::_stackTraceString
|
|||
|
|
String_t* ____stackTraceString_7;
|
|||
|
|
// System.String System.Exception::_remoteStackTraceString
|
|||
|
|
String_t* ____remoteStackTraceString_8;
|
|||
|
|
// System.Int32 System.Exception::_remoteStackIndex
|
|||
|
|
int32_t ____remoteStackIndex_9;
|
|||
|
|
// System.Object System.Exception::_dynamicMethods
|
|||
|
|
RuntimeObject * ____dynamicMethods_10;
|
|||
|
|
// System.Int32 System.Exception::_HResult
|
|||
|
|
int32_t ____HResult_11;
|
|||
|
|
// System.String System.Exception::_source
|
|||
|
|
String_t* ____source_12;
|
|||
|
|
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
|
|||
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|||
|
|
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
|
|||
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|||
|
|
// System.IntPtr[] System.Exception::native_trace_ips
|
|||
|
|
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
|
|||
|
|
inline String_t* get__className_1() const { return ____className_1; }
|
|||
|
|
inline String_t** get_address_of__className_1() { return &____className_1; }
|
|||
|
|
inline void set__className_1(String_t* value)
|
|||
|
|
{
|
|||
|
|
____className_1 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
|
|||
|
|
inline String_t* get__message_2() const { return ____message_2; }
|
|||
|
|
inline String_t** get_address_of__message_2() { return &____message_2; }
|
|||
|
|
inline void set__message_2(String_t* value)
|
|||
|
|
{
|
|||
|
|
____message_2 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
|
|||
|
|
inline RuntimeObject* get__data_3() const { return ____data_3; }
|
|||
|
|
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
|
|||
|
|
inline void set__data_3(RuntimeObject* value)
|
|||
|
|
{
|
|||
|
|
____data_3 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
|
|||
|
|
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
|
|||
|
|
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
|
|||
|
|
inline void set__innerException_4(Exception_t * value)
|
|||
|
|
{
|
|||
|
|
____innerException_4 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
|
|||
|
|
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
|
|||
|
|
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
|
|||
|
|
inline void set__helpURL_5(String_t* value)
|
|||
|
|
{
|
|||
|
|
____helpURL_5 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
|
|||
|
|
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
|
|||
|
|
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
|
|||
|
|
inline void set__stackTrace_6(RuntimeObject * value)
|
|||
|
|
{
|
|||
|
|
____stackTrace_6 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
|
|||
|
|
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
|
|||
|
|
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
|
|||
|
|
inline void set__stackTraceString_7(String_t* value)
|
|||
|
|
{
|
|||
|
|
____stackTraceString_7 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
|
|||
|
|
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
|
|||
|
|
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
|
|||
|
|
inline void set__remoteStackTraceString_8(String_t* value)
|
|||
|
|
{
|
|||
|
|
____remoteStackTraceString_8 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
|
|||
|
|
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
|
|||
|
|
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
|
|||
|
|
inline void set__remoteStackIndex_9(int32_t value)
|
|||
|
|
{
|
|||
|
|
____remoteStackIndex_9 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
|
|||
|
|
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
|
|||
|
|
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
|
|||
|
|
inline void set__dynamicMethods_10(RuntimeObject * value)
|
|||
|
|
{
|
|||
|
|
____dynamicMethods_10 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
|
|||
|
|
inline int32_t get__HResult_11() const { return ____HResult_11; }
|
|||
|
|
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
|
|||
|
|
inline void set__HResult_11(int32_t value)
|
|||
|
|
{
|
|||
|
|
____HResult_11 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
|
|||
|
|
inline String_t* get__source_12() const { return ____source_12; }
|
|||
|
|
inline String_t** get_address_of__source_12() { return &____source_12; }
|
|||
|
|
inline void set__source_12(String_t* value)
|
|||
|
|
{
|
|||
|
|
____source_12 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
|
|||
|
|
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
|
|||
|
|
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
|
|||
|
|
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
|
|||
|
|
{
|
|||
|
|
____safeSerializationManager_13 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
|
|||
|
|
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
|
|||
|
|
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
|
|||
|
|
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
|
|||
|
|
{
|
|||
|
|
___captured_traces_14 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
|
|||
|
|
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
|
|||
|
|
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
|
|||
|
|
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
|
|||
|
|
{
|
|||
|
|
___native_trace_ips_15 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
struct Exception_t_StaticFields
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Object System.Exception::s_EDILock
|
|||
|
|
RuntimeObject * ___s_EDILock_0;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
|
|||
|
|
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
|
|||
|
|
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
|
|||
|
|
inline void set_s_EDILock_0(RuntimeObject * value)
|
|||
|
|
{
|
|||
|
|
___s_EDILock_0 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// Native definition for P/Invoke marshalling of System.Exception
|
|||
|
|
struct Exception_t_marshaled_pinvoke
|
|||
|
|
{
|
|||
|
|
char* ____className_1;
|
|||
|
|
char* ____message_2;
|
|||
|
|
RuntimeObject* ____data_3;
|
|||
|
|
Exception_t_marshaled_pinvoke* ____innerException_4;
|
|||
|
|
char* ____helpURL_5;
|
|||
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|||
|
|
char* ____stackTraceString_7;
|
|||
|
|
char* ____remoteStackTraceString_8;
|
|||
|
|
int32_t ____remoteStackIndex_9;
|
|||
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|||
|
|
int32_t ____HResult_11;
|
|||
|
|
char* ____source_12;
|
|||
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|||
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|||
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|||
|
|
};
|
|||
|
|
// Native definition for COM marshalling of System.Exception
|
|||
|
|
struct Exception_t_marshaled_com
|
|||
|
|
{
|
|||
|
|
Il2CppChar* ____className_1;
|
|||
|
|
Il2CppChar* ____message_2;
|
|||
|
|
RuntimeObject* ____data_3;
|
|||
|
|
Exception_t_marshaled_com* ____innerException_4;
|
|||
|
|
Il2CppChar* ____helpURL_5;
|
|||
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|||
|
|
Il2CppChar* ____stackTraceString_7;
|
|||
|
|
Il2CppChar* ____remoteStackTraceString_8;
|
|||
|
|
int32_t ____remoteStackIndex_9;
|
|||
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|||
|
|
int32_t ____HResult_11;
|
|||
|
|
Il2CppChar* ____source_12;
|
|||
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|||
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|||
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// System.Globalization.CompareOptions
|
|||
|
|
struct CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.Globalization.CompareOptions::value__
|
|||
|
|
int32_t ___value___2;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939, ___value___2)); }
|
|||
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|||
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|||
|
|
inline void set_value___2(int32_t value)
|
|||
|
|
{
|
|||
|
|
___value___2 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Globalization.DateTimeFormatFlags
|
|||
|
|
struct DateTimeFormatFlags_tA363B5524F41DE008B4AB8304F1E995E2C8CF675
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.Globalization.DateTimeFormatFlags::value__
|
|||
|
|
int32_t ___value___2;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DateTimeFormatFlags_tA363B5524F41DE008B4AB8304F1E995E2C8CF675, ___value___2)); }
|
|||
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|||
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|||
|
|
inline void set_value___2(int32_t value)
|
|||
|
|
{
|
|||
|
|
___value___2 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Globalization.DateTimeStyles
|
|||
|
|
struct DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.Globalization.DateTimeStyles::value__
|
|||
|
|
int32_t ___value___2;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E, ___value___2)); }
|
|||
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|||
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|||
|
|
inline void set_value___2(int32_t value)
|
|||
|
|
{
|
|||
|
|
___value___2 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Handles
|
|||
|
|
struct Handles_tC13FB0F0810977450CE811097C1B15BCF5E4CAD7
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.Handles::value__
|
|||
|
|
int32_t ___value___2;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Handles_tC13FB0F0810977450CE811097C1B15BCF5E4CAD7, ___value___2)); }
|
|||
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|||
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|||
|
|
inline void set_value___2(int32_t value)
|
|||
|
|
{
|
|||
|
|
___value___2 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Reflection.BindingFlags
|
|||
|
|
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.Reflection.BindingFlags::value__
|
|||
|
|
int32_t ___value___2;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
|
|||
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|||
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|||
|
|
inline void set_value___2(int32_t value)
|
|||
|
|
{
|
|||
|
|
___value___2 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Reflection.ConstructorInfo
|
|||
|
|
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF : public MethodBase_t
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
struct ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.String System.Reflection.ConstructorInfo::ConstructorName
|
|||
|
|
String_t* ___ConstructorName_0;
|
|||
|
|
// System.String System.Reflection.ConstructorInfo::TypeConstructorName
|
|||
|
|
String_t* ___TypeConstructorName_1;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_ConstructorName_0() { return static_cast<int32_t>(offsetof(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields, ___ConstructorName_0)); }
|
|||
|
|
inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; }
|
|||
|
|
inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; }
|
|||
|
|
inline void set_ConstructorName_0(String_t* value)
|
|||
|
|
{
|
|||
|
|
___ConstructorName_0 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast<int32_t>(offsetof(ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_StaticFields, ___TypeConstructorName_1)); }
|
|||
|
|
inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; }
|
|||
|
|
inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; }
|
|||
|
|
inline void set_TypeConstructorName_1(String_t* value)
|
|||
|
|
{
|
|||
|
|
___TypeConstructorName_1 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Reflection.FieldAttributes
|
|||
|
|
struct FieldAttributes_t53FAFABBE4087C280EE0ED26F8F0EF29D24CC0B1
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.Reflection.FieldAttributes::value__
|
|||
|
|
int32_t ___value___2;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FieldAttributes_t53FAFABBE4087C280EE0ED26F8F0EF29D24CC0B1, ___value___2)); }
|
|||
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|||
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|||
|
|
inline void set_value___2(int32_t value)
|
|||
|
|
{
|
|||
|
|
___value___2 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Reflection.MemberTypes
|
|||
|
|
struct MemberTypes_t3FEDC67D8B994D09AF155FFB2CFD26023F245041
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.Reflection.MemberTypes::value__
|
|||
|
|
int32_t ___value___2;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MemberTypes_t3FEDC67D8B994D09AF155FFB2CFD26023F245041, ___value___2)); }
|
|||
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|||
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|||
|
|
inline void set_value___2(int32_t value)
|
|||
|
|
{
|
|||
|
|
___value___2 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Reflection.MethodAttributes
|
|||
|
|
struct MethodAttributes_tBEF3274421B682BFF8D0FF0BEA84C8FD9D63F202
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.Reflection.MethodAttributes::value__
|
|||
|
|
int32_t ___value___2;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MethodAttributes_tBEF3274421B682BFF8D0FF0BEA84C8FD9D63F202, ___value___2)); }
|
|||
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|||
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|||
|
|
inline void set_value___2(int32_t value)
|
|||
|
|
{
|
|||
|
|
___value___2 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Reflection.MethodInfo
|
|||
|
|
struct MethodInfo_t : public MethodBase_t
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Runtime.InteropServices.GCHandleType
|
|||
|
|
struct GCHandleType_t7155EF9CB120186C6753EE17470D37E148CB2EF1
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.Runtime.InteropServices.GCHandleType::value__
|
|||
|
|
int32_t ___value___2;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(GCHandleType_t7155EF9CB120186C6753EE17470D37E148CB2EF1, ___value___2)); }
|
|||
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|||
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|||
|
|
inline void set_value___2(int32_t value)
|
|||
|
|
{
|
|||
|
|
___value___2 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Runtime.Serialization.StreamingContextStates
|
|||
|
|
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
|
|||
|
|
int32_t ___value___2;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); }
|
|||
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|||
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|||
|
|
inline void set_value___2(int32_t value)
|
|||
|
|
{
|
|||
|
|
___value___2 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.RuntimeTypeHandle
|
|||
|
|
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.IntPtr System.RuntimeTypeHandle::value
|
|||
|
|
intptr_t ___value_0;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
|
|||
|
|
inline intptr_t get_value_0() const { return ___value_0; }
|
|||
|
|
inline intptr_t* get_address_of_value_0() { return &___value_0; }
|
|||
|
|
inline void set_value_0(intptr_t value)
|
|||
|
|
{
|
|||
|
|
___value_0 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.StringComparison
|
|||
|
|
struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.StringComparison::value__
|
|||
|
|
int32_t ___value___2;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___value___2)); }
|
|||
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|||
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|||
|
|
inline void set_value___2(int32_t value)
|
|||
|
|
{
|
|||
|
|
___value___2 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.TokenType
|
|||
|
|
struct TokenType_t192580F19CFCC8A71F0BD44B8BE1056BA64D869A
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.TokenType::value__
|
|||
|
|
int32_t ___value___2;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TokenType_t192580F19CFCC8A71F0BD44B8BE1056BA64D869A, ___value___2)); }
|
|||
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|||
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|||
|
|
inline void set_value___2(int32_t value)
|
|||
|
|
{
|
|||
|
|
___value___2 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Version_ParseFailureKind
|
|||
|
|
struct ParseFailureKind_t0E37E87ACF3E01D5D2846A114AE9247C2C7DC3E8
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Int32 System.Version_ParseFailureKind::value__
|
|||
|
|
int32_t ___value___2;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ParseFailureKind_t0E37E87ACF3E01D5D2846A114AE9247C2C7DC3E8, ___value___2)); }
|
|||
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|||
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|||
|
|
inline void set_value___2(int32_t value)
|
|||
|
|
{
|
|||
|
|
___value___2 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.WeakReference
|
|||
|
|
struct WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D : public RuntimeObject
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Boolean System.WeakReference::isLongReference
|
|||
|
|
bool ___isLongReference_0;
|
|||
|
|
// System.Runtime.InteropServices.GCHandle System.WeakReference::gcHandle
|
|||
|
|
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ___gcHandle_1;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_isLongReference_0() { return static_cast<int32_t>(offsetof(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D, ___isLongReference_0)); }
|
|||
|
|
inline bool get_isLongReference_0() const { return ___isLongReference_0; }
|
|||
|
|
inline bool* get_address_of_isLongReference_0() { return &___isLongReference_0; }
|
|||
|
|
inline void set_isLongReference_0(bool value)
|
|||
|
|
{
|
|||
|
|
___isLongReference_0 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_gcHandle_1() { return static_cast<int32_t>(offsetof(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D, ___gcHandle_1)); }
|
|||
|
|
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 get_gcHandle_1() const { return ___gcHandle_1; }
|
|||
|
|
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * get_address_of_gcHandle_1() { return &___gcHandle_1; }
|
|||
|
|
inline void set_gcHandle_1(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 value)
|
|||
|
|
{
|
|||
|
|
___gcHandle_1 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.WindowsConsoleDriver
|
|||
|
|
struct WindowsConsoleDriver_t953AB92956013BD3ED7E260FEC4944E603008B42 : public RuntimeObject
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.IntPtr System.WindowsConsoleDriver::inputHandle
|
|||
|
|
intptr_t ___inputHandle_0;
|
|||
|
|
// System.IntPtr System.WindowsConsoleDriver::outputHandle
|
|||
|
|
intptr_t ___outputHandle_1;
|
|||
|
|
// System.Int16 System.WindowsConsoleDriver::defaultAttribute
|
|||
|
|
int16_t ___defaultAttribute_2;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_inputHandle_0() { return static_cast<int32_t>(offsetof(WindowsConsoleDriver_t953AB92956013BD3ED7E260FEC4944E603008B42, ___inputHandle_0)); }
|
|||
|
|
inline intptr_t get_inputHandle_0() const { return ___inputHandle_0; }
|
|||
|
|
inline intptr_t* get_address_of_inputHandle_0() { return &___inputHandle_0; }
|
|||
|
|
inline void set_inputHandle_0(intptr_t value)
|
|||
|
|
{
|
|||
|
|
___inputHandle_0 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_outputHandle_1() { return static_cast<int32_t>(offsetof(WindowsConsoleDriver_t953AB92956013BD3ED7E260FEC4944E603008B42, ___outputHandle_1)); }
|
|||
|
|
inline intptr_t get_outputHandle_1() const { return ___outputHandle_1; }
|
|||
|
|
inline intptr_t* get_address_of_outputHandle_1() { return &___outputHandle_1; }
|
|||
|
|
inline void set_outputHandle_1(intptr_t value)
|
|||
|
|
{
|
|||
|
|
___outputHandle_1 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_defaultAttribute_2() { return static_cast<int32_t>(offsetof(WindowsConsoleDriver_t953AB92956013BD3ED7E260FEC4944E603008B42, ___defaultAttribute_2)); }
|
|||
|
|
inline int16_t get_defaultAttribute_2() const { return ___defaultAttribute_2; }
|
|||
|
|
inline int16_t* get_address_of_defaultAttribute_2() { return &___defaultAttribute_2; }
|
|||
|
|
inline void set_defaultAttribute_2(int16_t value)
|
|||
|
|
{
|
|||
|
|
___defaultAttribute_2 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.ApplicationException
|
|||
|
|
struct ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 : public Exception_t
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.ConsoleKeyInfo
|
|||
|
|
struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Char System.ConsoleKeyInfo::_keyChar
|
|||
|
|
Il2CppChar ____keyChar_0;
|
|||
|
|
// System.ConsoleKey System.ConsoleKeyInfo::_key
|
|||
|
|
int32_t ____key_1;
|
|||
|
|
// System.ConsoleModifiers System.ConsoleKeyInfo::_mods
|
|||
|
|
int32_t ____mods_2;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of__keyChar_0() { return static_cast<int32_t>(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____keyChar_0)); }
|
|||
|
|
inline Il2CppChar get__keyChar_0() const { return ____keyChar_0; }
|
|||
|
|
inline Il2CppChar* get_address_of__keyChar_0() { return &____keyChar_0; }
|
|||
|
|
inline void set__keyChar_0(Il2CppChar value)
|
|||
|
|
{
|
|||
|
|
____keyChar_0 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of__key_1() { return static_cast<int32_t>(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____key_1)); }
|
|||
|
|
inline int32_t get__key_1() const { return ____key_1; }
|
|||
|
|
inline int32_t* get_address_of__key_1() { return &____key_1; }
|
|||
|
|
inline void set__key_1(int32_t value)
|
|||
|
|
{
|
|||
|
|
____key_1 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of__mods_2() { return static_cast<int32_t>(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____mods_2)); }
|
|||
|
|
inline int32_t get__mods_2() const { return ____mods_2; }
|
|||
|
|
inline int32_t* get_address_of__mods_2() { return &____mods_2; }
|
|||
|
|
inline void set__mods_2(int32_t value)
|
|||
|
|
{
|
|||
|
|
____mods_2 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// Native definition for P/Invoke marshalling of System.ConsoleKeyInfo
|
|||
|
|
struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_pinvoke
|
|||
|
|
{
|
|||
|
|
uint8_t ____keyChar_0;
|
|||
|
|
int32_t ____key_1;
|
|||
|
|
int32_t ____mods_2;
|
|||
|
|
};
|
|||
|
|
// Native definition for COM marshalling of System.ConsoleKeyInfo
|
|||
|
|
struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_com
|
|||
|
|
{
|
|||
|
|
uint8_t ____keyChar_0;
|
|||
|
|
int32_t ____key_1;
|
|||
|
|
int32_t ____mods_2;
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// System.DTSubString
|
|||
|
|
struct DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.String System.DTSubString::s
|
|||
|
|
String_t* ___s_0;
|
|||
|
|
// System.Int32 System.DTSubString::index
|
|||
|
|
int32_t ___index_1;
|
|||
|
|
// System.Int32 System.DTSubString::length
|
|||
|
|
int32_t ___length_2;
|
|||
|
|
// System.DTSubStringType System.DTSubString::type
|
|||
|
|
int32_t ___type_3;
|
|||
|
|
// System.Int32 System.DTSubString::value
|
|||
|
|
int32_t ___value_4;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_s_0() { return static_cast<int32_t>(offsetof(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D, ___s_0)); }
|
|||
|
|
inline String_t* get_s_0() const { return ___s_0; }
|
|||
|
|
inline String_t** get_address_of_s_0() { return &___s_0; }
|
|||
|
|
inline void set_s_0(String_t* value)
|
|||
|
|
{
|
|||
|
|
___s_0 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_0), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D, ___index_1)); }
|
|||
|
|
inline int32_t get_index_1() const { return ___index_1; }
|
|||
|
|
inline int32_t* get_address_of_index_1() { return &___index_1; }
|
|||
|
|
inline void set_index_1(int32_t value)
|
|||
|
|
{
|
|||
|
|
___index_1 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_length_2() { return static_cast<int32_t>(offsetof(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D, ___length_2)); }
|
|||
|
|
inline int32_t get_length_2() const { return ___length_2; }
|
|||
|
|
inline int32_t* get_address_of_length_2() { return &___length_2; }
|
|||
|
|
inline void set_length_2(int32_t value)
|
|||
|
|
{
|
|||
|
|
___length_2 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_type_3() { return static_cast<int32_t>(offsetof(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D, ___type_3)); }
|
|||
|
|
inline int32_t get_type_3() const { return ___type_3; }
|
|||
|
|
inline int32_t* get_address_of_type_3() { return &___type_3; }
|
|||
|
|
inline void set_type_3(int32_t value)
|
|||
|
|
{
|
|||
|
|
___type_3 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_value_4() { return static_cast<int32_t>(offsetof(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D, ___value_4)); }
|
|||
|
|
inline int32_t get_value_4() const { return ___value_4; }
|
|||
|
|
inline int32_t* get_address_of_value_4() { return &___value_4; }
|
|||
|
|
inline void set_value_4(int32_t value)
|
|||
|
|
{
|
|||
|
|
___value_4 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// Native definition for P/Invoke marshalling of System.DTSubString
|
|||
|
|
struct DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshaled_pinvoke
|
|||
|
|
{
|
|||
|
|
char* ___s_0;
|
|||
|
|
int32_t ___index_1;
|
|||
|
|
int32_t ___length_2;
|
|||
|
|
int32_t ___type_3;
|
|||
|
|
int32_t ___value_4;
|
|||
|
|
};
|
|||
|
|
// Native definition for COM marshalling of System.DTSubString
|
|||
|
|
struct DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D_marshaled_com
|
|||
|
|
{
|
|||
|
|
Il2CppChar* ___s_0;
|
|||
|
|
int32_t ___index_1;
|
|||
|
|
int32_t ___length_2;
|
|||
|
|
int32_t ___type_3;
|
|||
|
|
int32_t ___value_4;
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// System.Globalization.CompareInfo
|
|||
|
|
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 : public RuntimeObject
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.String System.Globalization.CompareInfo::m_name
|
|||
|
|
String_t* ___m_name_3;
|
|||
|
|
// System.String System.Globalization.CompareInfo::m_sortName
|
|||
|
|
String_t* ___m_sortName_4;
|
|||
|
|
// System.Int32 System.Globalization.CompareInfo::win32LCID
|
|||
|
|
int32_t ___win32LCID_5;
|
|||
|
|
// System.Int32 System.Globalization.CompareInfo::culture
|
|||
|
|
int32_t ___culture_6;
|
|||
|
|
// System.Globalization.SortVersion System.Globalization.CompareInfo::m_SortVersion
|
|||
|
|
SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * ___m_SortVersion_20;
|
|||
|
|
// Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator
|
|||
|
|
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * ___collator_21;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_m_name_3() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_name_3)); }
|
|||
|
|
inline String_t* get_m_name_3() const { return ___m_name_3; }
|
|||
|
|
inline String_t** get_address_of_m_name_3() { return &___m_name_3; }
|
|||
|
|
inline void set_m_name_3(String_t* value)
|
|||
|
|
{
|
|||
|
|
___m_name_3 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_name_3), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_sortName_4() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_sortName_4)); }
|
|||
|
|
inline String_t* get_m_sortName_4() const { return ___m_sortName_4; }
|
|||
|
|
inline String_t** get_address_of_m_sortName_4() { return &___m_sortName_4; }
|
|||
|
|
inline void set_m_sortName_4(String_t* value)
|
|||
|
|
{
|
|||
|
|
___m_sortName_4 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_sortName_4), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_win32LCID_5() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___win32LCID_5)); }
|
|||
|
|
inline int32_t get_win32LCID_5() const { return ___win32LCID_5; }
|
|||
|
|
inline int32_t* get_address_of_win32LCID_5() { return &___win32LCID_5; }
|
|||
|
|
inline void set_win32LCID_5(int32_t value)
|
|||
|
|
{
|
|||
|
|
___win32LCID_5 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_culture_6() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___culture_6)); }
|
|||
|
|
inline int32_t get_culture_6() const { return ___culture_6; }
|
|||
|
|
inline int32_t* get_address_of_culture_6() { return &___culture_6; }
|
|||
|
|
inline void set_culture_6(int32_t value)
|
|||
|
|
{
|
|||
|
|
___culture_6 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_SortVersion_20() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_SortVersion_20)); }
|
|||
|
|
inline SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * get_m_SortVersion_20() const { return ___m_SortVersion_20; }
|
|||
|
|
inline SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 ** get_address_of_m_SortVersion_20() { return &___m_SortVersion_20; }
|
|||
|
|
inline void set_m_SortVersion_20(SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * value)
|
|||
|
|
{
|
|||
|
|
___m_SortVersion_20 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_SortVersion_20), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_collator_21() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___collator_21)); }
|
|||
|
|
inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * get_collator_21() const { return ___collator_21; }
|
|||
|
|
inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 ** get_address_of_collator_21() { return &___collator_21; }
|
|||
|
|
inline void set_collator_21(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * value)
|
|||
|
|
{
|
|||
|
|
___collator_21 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___collator_21), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator> System.Globalization.CompareInfo::collators
|
|||
|
|
Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * ___collators_22;
|
|||
|
|
// System.Boolean System.Globalization.CompareInfo::managedCollation
|
|||
|
|
bool ___managedCollation_23;
|
|||
|
|
// System.Boolean System.Globalization.CompareInfo::managedCollationChecked
|
|||
|
|
bool ___managedCollationChecked_24;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_collators_22() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___collators_22)); }
|
|||
|
|
inline Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * get_collators_22() const { return ___collators_22; }
|
|||
|
|
inline Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 ** get_address_of_collators_22() { return &___collators_22; }
|
|||
|
|
inline void set_collators_22(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * value)
|
|||
|
|
{
|
|||
|
|
___collators_22 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___collators_22), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_managedCollation_23() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___managedCollation_23)); }
|
|||
|
|
inline bool get_managedCollation_23() const { return ___managedCollation_23; }
|
|||
|
|
inline bool* get_address_of_managedCollation_23() { return &___managedCollation_23; }
|
|||
|
|
inline void set_managedCollation_23(bool value)
|
|||
|
|
{
|
|||
|
|
___managedCollation_23 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_managedCollationChecked_24() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___managedCollationChecked_24)); }
|
|||
|
|
inline bool get_managedCollationChecked_24() const { return ___managedCollationChecked_24; }
|
|||
|
|
inline bool* get_address_of_managedCollationChecked_24() { return &___managedCollationChecked_24; }
|
|||
|
|
inline void set_managedCollationChecked_24(bool value)
|
|||
|
|
{
|
|||
|
|
___managedCollationChecked_24 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Globalization.DateTimeFormatInfo
|
|||
|
|
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F : public RuntimeObject
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Globalization.CultureData System.Globalization.DateTimeFormatInfo::m_cultureData
|
|||
|
|
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_1;
|
|||
|
|
// System.String System.Globalization.DateTimeFormatInfo::m_name
|
|||
|
|
String_t* ___m_name_2;
|
|||
|
|
// System.String System.Globalization.DateTimeFormatInfo::m_langName
|
|||
|
|
String_t* ___m_langName_3;
|
|||
|
|
// System.Globalization.CompareInfo System.Globalization.DateTimeFormatInfo::m_compareInfo
|
|||
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___m_compareInfo_4;
|
|||
|
|
// System.Globalization.CultureInfo System.Globalization.DateTimeFormatInfo::m_cultureInfo
|
|||
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_cultureInfo_5;
|
|||
|
|
// System.String System.Globalization.DateTimeFormatInfo::amDesignator
|
|||
|
|
String_t* ___amDesignator_6;
|
|||
|
|
// System.String System.Globalization.DateTimeFormatInfo::pmDesignator
|
|||
|
|
String_t* ___pmDesignator_7;
|
|||
|
|
// System.String System.Globalization.DateTimeFormatInfo::dateSeparator
|
|||
|
|
String_t* ___dateSeparator_8;
|
|||
|
|
// System.String System.Globalization.DateTimeFormatInfo::generalShortTimePattern
|
|||
|
|
String_t* ___generalShortTimePattern_9;
|
|||
|
|
// System.String System.Globalization.DateTimeFormatInfo::generalLongTimePattern
|
|||
|
|
String_t* ___generalLongTimePattern_10;
|
|||
|
|
// System.String System.Globalization.DateTimeFormatInfo::timeSeparator
|
|||
|
|
String_t* ___timeSeparator_11;
|
|||
|
|
// System.String System.Globalization.DateTimeFormatInfo::monthDayPattern
|
|||
|
|
String_t* ___monthDayPattern_12;
|
|||
|
|
// System.String System.Globalization.DateTimeFormatInfo::dateTimeOffsetPattern
|
|||
|
|
String_t* ___dateTimeOffsetPattern_13;
|
|||
|
|
// System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::calendar
|
|||
|
|
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_17;
|
|||
|
|
// System.Int32 System.Globalization.DateTimeFormatInfo::firstDayOfWeek
|
|||
|
|
int32_t ___firstDayOfWeek_18;
|
|||
|
|
// System.Int32 System.Globalization.DateTimeFormatInfo::calendarWeekRule
|
|||
|
|
int32_t ___calendarWeekRule_19;
|
|||
|
|
// System.String System.Globalization.DateTimeFormatInfo::fullDateTimePattern
|
|||
|
|
String_t* ___fullDateTimePattern_20;
|
|||
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedDayNames
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___abbreviatedDayNames_21;
|
|||
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_superShortDayNames_22;
|
|||
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::dayNames
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___dayNames_23;
|
|||
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___abbreviatedMonthNames_24;
|
|||
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::monthNames
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___monthNames_25;
|
|||
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___genitiveMonthNames_26;
|
|||
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_genitiveAbbreviatedMonthNames_27;
|
|||
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___leapYearMonthNames_28;
|
|||
|
|
// System.String System.Globalization.DateTimeFormatInfo::longDatePattern
|
|||
|
|
String_t* ___longDatePattern_29;
|
|||
|
|
// System.String System.Globalization.DateTimeFormatInfo::shortDatePattern
|
|||
|
|
String_t* ___shortDatePattern_30;
|
|||
|
|
// System.String System.Globalization.DateTimeFormatInfo::yearMonthPattern
|
|||
|
|
String_t* ___yearMonthPattern_31;
|
|||
|
|
// System.String System.Globalization.DateTimeFormatInfo::longTimePattern
|
|||
|
|
String_t* ___longTimePattern_32;
|
|||
|
|
// System.String System.Globalization.DateTimeFormatInfo::shortTimePattern
|
|||
|
|
String_t* ___shortTimePattern_33;
|
|||
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allYearMonthPatterns
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allYearMonthPatterns_34;
|
|||
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allShortDatePatterns_35;
|
|||
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allLongDatePatterns_36;
|
|||
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allShortTimePatterns_37;
|
|||
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___allLongTimePatterns_38;
|
|||
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_eraNames_39;
|
|||
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_abbrevEraNames_40;
|
|||
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_abbrevEnglishEraNames_41;
|
|||
|
|
// System.Int32[] System.Globalization.DateTimeFormatInfo::optionalCalendars
|
|||
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___optionalCalendars_42;
|
|||
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::m_isReadOnly
|
|||
|
|
bool ___m_isReadOnly_44;
|
|||
|
|
// System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags
|
|||
|
|
int32_t ___formatFlags_45;
|
|||
|
|
// System.Int32 System.Globalization.DateTimeFormatInfo::CultureID
|
|||
|
|
int32_t ___CultureID_47;
|
|||
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::m_useUserOverride
|
|||
|
|
bool ___m_useUserOverride_48;
|
|||
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::bUseCalendarInfo
|
|||
|
|
bool ___bUseCalendarInfo_49;
|
|||
|
|
// System.Int32 System.Globalization.DateTimeFormatInfo::nDataItem
|
|||
|
|
int32_t ___nDataItem_50;
|
|||
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::m_isDefaultCalendar
|
|||
|
|
bool ___m_isDefaultCalendar_51;
|
|||
|
|
// System.String[] System.Globalization.DateTimeFormatInfo::m_dateWords
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_dateWords_53;
|
|||
|
|
// System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanPositivePattern
|
|||
|
|
String_t* ___m_fullTimeSpanPositivePattern_54;
|
|||
|
|
// System.String System.Globalization.DateTimeFormatInfo::m_fullTimeSpanNegativePattern
|
|||
|
|
String_t* ___m_fullTimeSpanNegativePattern_55;
|
|||
|
|
// System.Globalization.TokenHashValue[] System.Globalization.DateTimeFormatInfo::m_dtfiTokenHash
|
|||
|
|
TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A* ___m_dtfiTokenHash_57;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_m_cultureData_1() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_cultureData_1)); }
|
|||
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_1() const { return ___m_cultureData_1; }
|
|||
|
|
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_1() { return &___m_cultureData_1; }
|
|||
|
|
inline void set_m_cultureData_1(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
|
|||
|
|
{
|
|||
|
|
___m_cultureData_1 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_1), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_name_2() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_name_2)); }
|
|||
|
|
inline String_t* get_m_name_2() const { return ___m_name_2; }
|
|||
|
|
inline String_t** get_address_of_m_name_2() { return &___m_name_2; }
|
|||
|
|
inline void set_m_name_2(String_t* value)
|
|||
|
|
{
|
|||
|
|
___m_name_2 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_name_2), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_langName_3() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_langName_3)); }
|
|||
|
|
inline String_t* get_m_langName_3() const { return ___m_langName_3; }
|
|||
|
|
inline String_t** get_address_of_m_langName_3() { return &___m_langName_3; }
|
|||
|
|
inline void set_m_langName_3(String_t* value)
|
|||
|
|
{
|
|||
|
|
___m_langName_3 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_langName_3), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_compareInfo_4() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_compareInfo_4)); }
|
|||
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_m_compareInfo_4() const { return ___m_compareInfo_4; }
|
|||
|
|
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_m_compareInfo_4() { return &___m_compareInfo_4; }
|
|||
|
|
inline void set_m_compareInfo_4(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
|
|||
|
|
{
|
|||
|
|
___m_compareInfo_4 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_compareInfo_4), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_cultureInfo_5() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_cultureInfo_5)); }
|
|||
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_cultureInfo_5() const { return ___m_cultureInfo_5; }
|
|||
|
|
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_cultureInfo_5() { return &___m_cultureInfo_5; }
|
|||
|
|
inline void set_m_cultureInfo_5(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
|
|||
|
|
{
|
|||
|
|
___m_cultureInfo_5 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureInfo_5), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_amDesignator_6() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___amDesignator_6)); }
|
|||
|
|
inline String_t* get_amDesignator_6() const { return ___amDesignator_6; }
|
|||
|
|
inline String_t** get_address_of_amDesignator_6() { return &___amDesignator_6; }
|
|||
|
|
inline void set_amDesignator_6(String_t* value)
|
|||
|
|
{
|
|||
|
|
___amDesignator_6 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___amDesignator_6), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_pmDesignator_7() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___pmDesignator_7)); }
|
|||
|
|
inline String_t* get_pmDesignator_7() const { return ___pmDesignator_7; }
|
|||
|
|
inline String_t** get_address_of_pmDesignator_7() { return &___pmDesignator_7; }
|
|||
|
|
inline void set_pmDesignator_7(String_t* value)
|
|||
|
|
{
|
|||
|
|
___pmDesignator_7 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___pmDesignator_7), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_dateSeparator_8() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___dateSeparator_8)); }
|
|||
|
|
inline String_t* get_dateSeparator_8() const { return ___dateSeparator_8; }
|
|||
|
|
inline String_t** get_address_of_dateSeparator_8() { return &___dateSeparator_8; }
|
|||
|
|
inline void set_dateSeparator_8(String_t* value)
|
|||
|
|
{
|
|||
|
|
___dateSeparator_8 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dateSeparator_8), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_generalShortTimePattern_9() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___generalShortTimePattern_9)); }
|
|||
|
|
inline String_t* get_generalShortTimePattern_9() const { return ___generalShortTimePattern_9; }
|
|||
|
|
inline String_t** get_address_of_generalShortTimePattern_9() { return &___generalShortTimePattern_9; }
|
|||
|
|
inline void set_generalShortTimePattern_9(String_t* value)
|
|||
|
|
{
|
|||
|
|
___generalShortTimePattern_9 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___generalShortTimePattern_9), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_generalLongTimePattern_10() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___generalLongTimePattern_10)); }
|
|||
|
|
inline String_t* get_generalLongTimePattern_10() const { return ___generalLongTimePattern_10; }
|
|||
|
|
inline String_t** get_address_of_generalLongTimePattern_10() { return &___generalLongTimePattern_10; }
|
|||
|
|
inline void set_generalLongTimePattern_10(String_t* value)
|
|||
|
|
{
|
|||
|
|
___generalLongTimePattern_10 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___generalLongTimePattern_10), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_timeSeparator_11() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___timeSeparator_11)); }
|
|||
|
|
inline String_t* get_timeSeparator_11() const { return ___timeSeparator_11; }
|
|||
|
|
inline String_t** get_address_of_timeSeparator_11() { return &___timeSeparator_11; }
|
|||
|
|
inline void set_timeSeparator_11(String_t* value)
|
|||
|
|
{
|
|||
|
|
___timeSeparator_11 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___timeSeparator_11), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_monthDayPattern_12() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___monthDayPattern_12)); }
|
|||
|
|
inline String_t* get_monthDayPattern_12() const { return ___monthDayPattern_12; }
|
|||
|
|
inline String_t** get_address_of_monthDayPattern_12() { return &___monthDayPattern_12; }
|
|||
|
|
inline void set_monthDayPattern_12(String_t* value)
|
|||
|
|
{
|
|||
|
|
___monthDayPattern_12 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___monthDayPattern_12), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_dateTimeOffsetPattern_13() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___dateTimeOffsetPattern_13)); }
|
|||
|
|
inline String_t* get_dateTimeOffsetPattern_13() const { return ___dateTimeOffsetPattern_13; }
|
|||
|
|
inline String_t** get_address_of_dateTimeOffsetPattern_13() { return &___dateTimeOffsetPattern_13; }
|
|||
|
|
inline void set_dateTimeOffsetPattern_13(String_t* value)
|
|||
|
|
{
|
|||
|
|
___dateTimeOffsetPattern_13 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dateTimeOffsetPattern_13), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_calendar_17() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___calendar_17)); }
|
|||
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_17() const { return ___calendar_17; }
|
|||
|
|
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_17() { return &___calendar_17; }
|
|||
|
|
inline void set_calendar_17(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
|
|||
|
|
{
|
|||
|
|
___calendar_17 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___calendar_17), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_firstDayOfWeek_18() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___firstDayOfWeek_18)); }
|
|||
|
|
inline int32_t get_firstDayOfWeek_18() const { return ___firstDayOfWeek_18; }
|
|||
|
|
inline int32_t* get_address_of_firstDayOfWeek_18() { return &___firstDayOfWeek_18; }
|
|||
|
|
inline void set_firstDayOfWeek_18(int32_t value)
|
|||
|
|
{
|
|||
|
|
___firstDayOfWeek_18 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_calendarWeekRule_19() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___calendarWeekRule_19)); }
|
|||
|
|
inline int32_t get_calendarWeekRule_19() const { return ___calendarWeekRule_19; }
|
|||
|
|
inline int32_t* get_address_of_calendarWeekRule_19() { return &___calendarWeekRule_19; }
|
|||
|
|
inline void set_calendarWeekRule_19(int32_t value)
|
|||
|
|
{
|
|||
|
|
___calendarWeekRule_19 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_fullDateTimePattern_20() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___fullDateTimePattern_20)); }
|
|||
|
|
inline String_t* get_fullDateTimePattern_20() const { return ___fullDateTimePattern_20; }
|
|||
|
|
inline String_t** get_address_of_fullDateTimePattern_20() { return &___fullDateTimePattern_20; }
|
|||
|
|
inline void set_fullDateTimePattern_20(String_t* value)
|
|||
|
|
{
|
|||
|
|
___fullDateTimePattern_20 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___fullDateTimePattern_20), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_abbreviatedDayNames_21() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___abbreviatedDayNames_21)); }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_abbreviatedDayNames_21() const { return ___abbreviatedDayNames_21; }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_abbreviatedDayNames_21() { return &___abbreviatedDayNames_21; }
|
|||
|
|
inline void set_abbreviatedDayNames_21(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|||
|
|
{
|
|||
|
|
___abbreviatedDayNames_21 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedDayNames_21), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_superShortDayNames_22() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_superShortDayNames_22)); }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_superShortDayNames_22() const { return ___m_superShortDayNames_22; }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_superShortDayNames_22() { return &___m_superShortDayNames_22; }
|
|||
|
|
inline void set_m_superShortDayNames_22(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|||
|
|
{
|
|||
|
|
___m_superShortDayNames_22 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_superShortDayNames_22), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_dayNames_23() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___dayNames_23)); }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_dayNames_23() const { return ___dayNames_23; }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_dayNames_23() { return &___dayNames_23; }
|
|||
|
|
inline void set_dayNames_23(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|||
|
|
{
|
|||
|
|
___dayNames_23 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dayNames_23), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_abbreviatedMonthNames_24() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___abbreviatedMonthNames_24)); }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_abbreviatedMonthNames_24() const { return ___abbreviatedMonthNames_24; }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_abbreviatedMonthNames_24() { return &___abbreviatedMonthNames_24; }
|
|||
|
|
inline void set_abbreviatedMonthNames_24(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|||
|
|
{
|
|||
|
|
___abbreviatedMonthNames_24 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___abbreviatedMonthNames_24), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_monthNames_25() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___monthNames_25)); }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_monthNames_25() const { return ___monthNames_25; }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_monthNames_25() { return &___monthNames_25; }
|
|||
|
|
inline void set_monthNames_25(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|||
|
|
{
|
|||
|
|
___monthNames_25 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___monthNames_25), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_genitiveMonthNames_26() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___genitiveMonthNames_26)); }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_genitiveMonthNames_26() const { return ___genitiveMonthNames_26; }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_genitiveMonthNames_26() { return &___genitiveMonthNames_26; }
|
|||
|
|
inline void set_genitiveMonthNames_26(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|||
|
|
{
|
|||
|
|
___genitiveMonthNames_26 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___genitiveMonthNames_26), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_genitiveAbbreviatedMonthNames_27() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_genitiveAbbreviatedMonthNames_27)); }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_genitiveAbbreviatedMonthNames_27() const { return ___m_genitiveAbbreviatedMonthNames_27; }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_genitiveAbbreviatedMonthNames_27() { return &___m_genitiveAbbreviatedMonthNames_27; }
|
|||
|
|
inline void set_m_genitiveAbbreviatedMonthNames_27(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|||
|
|
{
|
|||
|
|
___m_genitiveAbbreviatedMonthNames_27 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_genitiveAbbreviatedMonthNames_27), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_leapYearMonthNames_28() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___leapYearMonthNames_28)); }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_leapYearMonthNames_28() const { return ___leapYearMonthNames_28; }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_leapYearMonthNames_28() { return &___leapYearMonthNames_28; }
|
|||
|
|
inline void set_leapYearMonthNames_28(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|||
|
|
{
|
|||
|
|
___leapYearMonthNames_28 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___leapYearMonthNames_28), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_longDatePattern_29() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___longDatePattern_29)); }
|
|||
|
|
inline String_t* get_longDatePattern_29() const { return ___longDatePattern_29; }
|
|||
|
|
inline String_t** get_address_of_longDatePattern_29() { return &___longDatePattern_29; }
|
|||
|
|
inline void set_longDatePattern_29(String_t* value)
|
|||
|
|
{
|
|||
|
|
___longDatePattern_29 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___longDatePattern_29), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_shortDatePattern_30() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___shortDatePattern_30)); }
|
|||
|
|
inline String_t* get_shortDatePattern_30() const { return ___shortDatePattern_30; }
|
|||
|
|
inline String_t** get_address_of_shortDatePattern_30() { return &___shortDatePattern_30; }
|
|||
|
|
inline void set_shortDatePattern_30(String_t* value)
|
|||
|
|
{
|
|||
|
|
___shortDatePattern_30 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shortDatePattern_30), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_yearMonthPattern_31() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___yearMonthPattern_31)); }
|
|||
|
|
inline String_t* get_yearMonthPattern_31() const { return ___yearMonthPattern_31; }
|
|||
|
|
inline String_t** get_address_of_yearMonthPattern_31() { return &___yearMonthPattern_31; }
|
|||
|
|
inline void set_yearMonthPattern_31(String_t* value)
|
|||
|
|
{
|
|||
|
|
___yearMonthPattern_31 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___yearMonthPattern_31), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_longTimePattern_32() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___longTimePattern_32)); }
|
|||
|
|
inline String_t* get_longTimePattern_32() const { return ___longTimePattern_32; }
|
|||
|
|
inline String_t** get_address_of_longTimePattern_32() { return &___longTimePattern_32; }
|
|||
|
|
inline void set_longTimePattern_32(String_t* value)
|
|||
|
|
{
|
|||
|
|
___longTimePattern_32 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___longTimePattern_32), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_shortTimePattern_33() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___shortTimePattern_33)); }
|
|||
|
|
inline String_t* get_shortTimePattern_33() const { return ___shortTimePattern_33; }
|
|||
|
|
inline String_t** get_address_of_shortTimePattern_33() { return &___shortTimePattern_33; }
|
|||
|
|
inline void set_shortTimePattern_33(String_t* value)
|
|||
|
|
{
|
|||
|
|
___shortTimePattern_33 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___shortTimePattern_33), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_allYearMonthPatterns_34() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allYearMonthPatterns_34)); }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allYearMonthPatterns_34() const { return ___allYearMonthPatterns_34; }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allYearMonthPatterns_34() { return &___allYearMonthPatterns_34; }
|
|||
|
|
inline void set_allYearMonthPatterns_34(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|||
|
|
{
|
|||
|
|
___allYearMonthPatterns_34 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___allYearMonthPatterns_34), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_allShortDatePatterns_35() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allShortDatePatterns_35)); }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allShortDatePatterns_35() const { return ___allShortDatePatterns_35; }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allShortDatePatterns_35() { return &___allShortDatePatterns_35; }
|
|||
|
|
inline void set_allShortDatePatterns_35(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|||
|
|
{
|
|||
|
|
___allShortDatePatterns_35 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___allShortDatePatterns_35), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_allLongDatePatterns_36() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allLongDatePatterns_36)); }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allLongDatePatterns_36() const { return ___allLongDatePatterns_36; }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allLongDatePatterns_36() { return &___allLongDatePatterns_36; }
|
|||
|
|
inline void set_allLongDatePatterns_36(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|||
|
|
{
|
|||
|
|
___allLongDatePatterns_36 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___allLongDatePatterns_36), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_allShortTimePatterns_37() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allShortTimePatterns_37)); }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allShortTimePatterns_37() const { return ___allShortTimePatterns_37; }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allShortTimePatterns_37() { return &___allShortTimePatterns_37; }
|
|||
|
|
inline void set_allShortTimePatterns_37(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|||
|
|
{
|
|||
|
|
___allShortTimePatterns_37 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___allShortTimePatterns_37), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_allLongTimePatterns_38() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___allLongTimePatterns_38)); }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_allLongTimePatterns_38() const { return ___allLongTimePatterns_38; }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_allLongTimePatterns_38() { return &___allLongTimePatterns_38; }
|
|||
|
|
inline void set_allLongTimePatterns_38(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|||
|
|
{
|
|||
|
|
___allLongTimePatterns_38 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___allLongTimePatterns_38), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_eraNames_39() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_eraNames_39)); }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_eraNames_39() const { return ___m_eraNames_39; }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_eraNames_39() { return &___m_eraNames_39; }
|
|||
|
|
inline void set_m_eraNames_39(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|||
|
|
{
|
|||
|
|
___m_eraNames_39 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_eraNames_39), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_abbrevEraNames_40() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_abbrevEraNames_40)); }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_abbrevEraNames_40() const { return ___m_abbrevEraNames_40; }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_abbrevEraNames_40() { return &___m_abbrevEraNames_40; }
|
|||
|
|
inline void set_m_abbrevEraNames_40(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|||
|
|
{
|
|||
|
|
___m_abbrevEraNames_40 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEraNames_40), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_abbrevEnglishEraNames_41() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_abbrevEnglishEraNames_41)); }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_abbrevEnglishEraNames_41() const { return ___m_abbrevEnglishEraNames_41; }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_abbrevEnglishEraNames_41() { return &___m_abbrevEnglishEraNames_41; }
|
|||
|
|
inline void set_m_abbrevEnglishEraNames_41(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|||
|
|
{
|
|||
|
|
___m_abbrevEnglishEraNames_41 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_abbrevEnglishEraNames_41), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_optionalCalendars_42() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___optionalCalendars_42)); }
|
|||
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_optionalCalendars_42() const { return ___optionalCalendars_42; }
|
|||
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_optionalCalendars_42() { return &___optionalCalendars_42; }
|
|||
|
|
inline void set_optionalCalendars_42(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|||
|
|
{
|
|||
|
|
___optionalCalendars_42 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___optionalCalendars_42), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_isReadOnly_44() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_isReadOnly_44)); }
|
|||
|
|
inline bool get_m_isReadOnly_44() const { return ___m_isReadOnly_44; }
|
|||
|
|
inline bool* get_address_of_m_isReadOnly_44() { return &___m_isReadOnly_44; }
|
|||
|
|
inline void set_m_isReadOnly_44(bool value)
|
|||
|
|
{
|
|||
|
|
___m_isReadOnly_44 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_formatFlags_45() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___formatFlags_45)); }
|
|||
|
|
inline int32_t get_formatFlags_45() const { return ___formatFlags_45; }
|
|||
|
|
inline int32_t* get_address_of_formatFlags_45() { return &___formatFlags_45; }
|
|||
|
|
inline void set_formatFlags_45(int32_t value)
|
|||
|
|
{
|
|||
|
|
___formatFlags_45 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_CultureID_47() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___CultureID_47)); }
|
|||
|
|
inline int32_t get_CultureID_47() const { return ___CultureID_47; }
|
|||
|
|
inline int32_t* get_address_of_CultureID_47() { return &___CultureID_47; }
|
|||
|
|
inline void set_CultureID_47(int32_t value)
|
|||
|
|
{
|
|||
|
|
___CultureID_47 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_useUserOverride_48() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_useUserOverride_48)); }
|
|||
|
|
inline bool get_m_useUserOverride_48() const { return ___m_useUserOverride_48; }
|
|||
|
|
inline bool* get_address_of_m_useUserOverride_48() { return &___m_useUserOverride_48; }
|
|||
|
|
inline void set_m_useUserOverride_48(bool value)
|
|||
|
|
{
|
|||
|
|
___m_useUserOverride_48 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_bUseCalendarInfo_49() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___bUseCalendarInfo_49)); }
|
|||
|
|
inline bool get_bUseCalendarInfo_49() const { return ___bUseCalendarInfo_49; }
|
|||
|
|
inline bool* get_address_of_bUseCalendarInfo_49() { return &___bUseCalendarInfo_49; }
|
|||
|
|
inline void set_bUseCalendarInfo_49(bool value)
|
|||
|
|
{
|
|||
|
|
___bUseCalendarInfo_49 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_nDataItem_50() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___nDataItem_50)); }
|
|||
|
|
inline int32_t get_nDataItem_50() const { return ___nDataItem_50; }
|
|||
|
|
inline int32_t* get_address_of_nDataItem_50() { return &___nDataItem_50; }
|
|||
|
|
inline void set_nDataItem_50(int32_t value)
|
|||
|
|
{
|
|||
|
|
___nDataItem_50 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_isDefaultCalendar_51() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_isDefaultCalendar_51)); }
|
|||
|
|
inline bool get_m_isDefaultCalendar_51() const { return ___m_isDefaultCalendar_51; }
|
|||
|
|
inline bool* get_address_of_m_isDefaultCalendar_51() { return &___m_isDefaultCalendar_51; }
|
|||
|
|
inline void set_m_isDefaultCalendar_51(bool value)
|
|||
|
|
{
|
|||
|
|
___m_isDefaultCalendar_51 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_dateWords_53() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_dateWords_53)); }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_dateWords_53() const { return ___m_dateWords_53; }
|
|||
|
|
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_dateWords_53() { return &___m_dateWords_53; }
|
|||
|
|
inline void set_m_dateWords_53(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
|
|||
|
|
{
|
|||
|
|
___m_dateWords_53 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_dateWords_53), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_fullTimeSpanPositivePattern_54() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_fullTimeSpanPositivePattern_54)); }
|
|||
|
|
inline String_t* get_m_fullTimeSpanPositivePattern_54() const { return ___m_fullTimeSpanPositivePattern_54; }
|
|||
|
|
inline String_t** get_address_of_m_fullTimeSpanPositivePattern_54() { return &___m_fullTimeSpanPositivePattern_54; }
|
|||
|
|
inline void set_m_fullTimeSpanPositivePattern_54(String_t* value)
|
|||
|
|
{
|
|||
|
|
___m_fullTimeSpanPositivePattern_54 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanPositivePattern_54), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_fullTimeSpanNegativePattern_55() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_fullTimeSpanNegativePattern_55)); }
|
|||
|
|
inline String_t* get_m_fullTimeSpanNegativePattern_55() const { return ___m_fullTimeSpanNegativePattern_55; }
|
|||
|
|
inline String_t** get_address_of_m_fullTimeSpanNegativePattern_55() { return &___m_fullTimeSpanNegativePattern_55; }
|
|||
|
|
inline void set_m_fullTimeSpanNegativePattern_55(String_t* value)
|
|||
|
|
{
|
|||
|
|
___m_fullTimeSpanNegativePattern_55 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTimeSpanNegativePattern_55), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_dtfiTokenHash_57() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F, ___m_dtfiTokenHash_57)); }
|
|||
|
|
inline TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A* get_m_dtfiTokenHash_57() const { return ___m_dtfiTokenHash_57; }
|
|||
|
|
inline TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A** get_address_of_m_dtfiTokenHash_57() { return &___m_dtfiTokenHash_57; }
|
|||
|
|
inline void set_m_dtfiTokenHash_57(TokenHashValueU5BU5D_t5C8B41D89122FC1D3ED53C946C2656DA03CE899A* value)
|
|||
|
|
{
|
|||
|
|
___m_dtfiTokenHash_57 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_dtfiTokenHash_57), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::invariantInfo
|
|||
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___invariantInfo_0;
|
|||
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::preferExistingTokens
|
|||
|
|
bool ___preferExistingTokens_46;
|
|||
|
|
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_calendarNativeNames
|
|||
|
|
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___s_calendarNativeNames_52;
|
|||
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_jajpDTFI
|
|||
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___s_jajpDTFI_82;
|
|||
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_zhtwDTFI
|
|||
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___s_zhtwDTFI_83;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_invariantInfo_0() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___invariantInfo_0)); }
|
|||
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_invariantInfo_0() const { return ___invariantInfo_0; }
|
|||
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; }
|
|||
|
|
inline void set_invariantInfo_0(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
|
|||
|
|
{
|
|||
|
|
___invariantInfo_0 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_preferExistingTokens_46() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___preferExistingTokens_46)); }
|
|||
|
|
inline bool get_preferExistingTokens_46() const { return ___preferExistingTokens_46; }
|
|||
|
|
inline bool* get_address_of_preferExistingTokens_46() { return &___preferExistingTokens_46; }
|
|||
|
|
inline void set_preferExistingTokens_46(bool value)
|
|||
|
|
{
|
|||
|
|
___preferExistingTokens_46 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_s_calendarNativeNames_52() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___s_calendarNativeNames_52)); }
|
|||
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_s_calendarNativeNames_52() const { return ___s_calendarNativeNames_52; }
|
|||
|
|
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_s_calendarNativeNames_52() { return &___s_calendarNativeNames_52; }
|
|||
|
|
inline void set_s_calendarNativeNames_52(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
|
|||
|
|
{
|
|||
|
|
___s_calendarNativeNames_52 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_calendarNativeNames_52), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_s_jajpDTFI_82() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___s_jajpDTFI_82)); }
|
|||
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_s_jajpDTFI_82() const { return ___s_jajpDTFI_82; }
|
|||
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_s_jajpDTFI_82() { return &___s_jajpDTFI_82; }
|
|||
|
|
inline void set_s_jajpDTFI_82(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
|
|||
|
|
{
|
|||
|
|
___s_jajpDTFI_82 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_jajpDTFI_82), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_s_zhtwDTFI_83() { return static_cast<int32_t>(offsetof(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F_StaticFields, ___s_zhtwDTFI_83)); }
|
|||
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_s_zhtwDTFI_83() const { return ___s_zhtwDTFI_83; }
|
|||
|
|
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_s_zhtwDTFI_83() { return &___s_zhtwDTFI_83; }
|
|||
|
|
inline void set_s_zhtwDTFI_83(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
|
|||
|
|
{
|
|||
|
|
___s_zhtwDTFI_83 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_zhtwDTFI_83), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Runtime.Serialization.StreamingContext
|
|||
|
|
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
|
|||
|
|
RuntimeObject * ___m_additionalContext_0;
|
|||
|
|
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
|
|||
|
|
int32_t ___m_state_1;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
|
|||
|
|
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
|
|||
|
|
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
|
|||
|
|
inline void set_m_additionalContext_0(RuntimeObject * value)
|
|||
|
|
{
|
|||
|
|
___m_additionalContext_0 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
|
|||
|
|
inline int32_t get_m_state_1() const { return ___m_state_1; }
|
|||
|
|
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
|
|||
|
|
inline void set_m_state_1(int32_t value)
|
|||
|
|
{
|
|||
|
|
___m_state_1 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
|
|||
|
|
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
|
|||
|
|
{
|
|||
|
|
Il2CppIUnknown* ___m_additionalContext_0;
|
|||
|
|
int32_t ___m_state_1;
|
|||
|
|
};
|
|||
|
|
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
|
|||
|
|
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
|
|||
|
|
{
|
|||
|
|
Il2CppIUnknown* ___m_additionalContext_0;
|
|||
|
|
int32_t ___m_state_1;
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// System.SystemException
|
|||
|
|
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Type
|
|||
|
|
struct Type_t : public MemberInfo_t
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.RuntimeTypeHandle System.Type::_impl
|
|||
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
|
|||
|
|
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
|
|||
|
|
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
|
|||
|
|
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
|
|||
|
|
{
|
|||
|
|
____impl_9 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
struct Type_t_StaticFields
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Reflection.MemberFilter System.Type::FilterAttribute
|
|||
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
|
|||
|
|
// System.Reflection.MemberFilter System.Type::FilterName
|
|||
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
|
|||
|
|
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
|
|||
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
|
|||
|
|
// System.Object System.Type::Missing
|
|||
|
|
RuntimeObject * ___Missing_3;
|
|||
|
|
// System.Char System.Type::Delimiter
|
|||
|
|
Il2CppChar ___Delimiter_4;
|
|||
|
|
// System.Type[] System.Type::EmptyTypes
|
|||
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
|
|||
|
|
// System.Reflection.Binder System.Type::defaultBinder
|
|||
|
|
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
|
|||
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
|
|||
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
|
|||
|
|
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|||
|
|
{
|
|||
|
|
___FilterAttribute_0 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
|
|||
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
|
|||
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
|
|||
|
|
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|||
|
|
{
|
|||
|
|
___FilterName_1 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
|
|||
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
|
|||
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
|
|||
|
|
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|||
|
|
{
|
|||
|
|
___FilterNameIgnoreCase_2 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
|
|||
|
|
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
|
|||
|
|
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
|
|||
|
|
inline void set_Missing_3(RuntimeObject * value)
|
|||
|
|
{
|
|||
|
|
___Missing_3 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
|
|||
|
|
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
|
|||
|
|
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
|
|||
|
|
inline void set_Delimiter_4(Il2CppChar value)
|
|||
|
|
{
|
|||
|
|
___Delimiter_4 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
|
|||
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
|
|||
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
|
|||
|
|
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|||
|
|
{
|
|||
|
|
___EmptyTypes_5 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
|
|||
|
|
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
|
|||
|
|
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
|
|||
|
|
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
|
|||
|
|
{
|
|||
|
|
___defaultBinder_6 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Version_VersionResult
|
|||
|
|
struct VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Version System.Version_VersionResult::m_parsedVersion
|
|||
|
|
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___m_parsedVersion_0;
|
|||
|
|
// System.Version_ParseFailureKind System.Version_VersionResult::m_failure
|
|||
|
|
int32_t ___m_failure_1;
|
|||
|
|
// System.String System.Version_VersionResult::m_exceptionArgument
|
|||
|
|
String_t* ___m_exceptionArgument_2;
|
|||
|
|
// System.String System.Version_VersionResult::m_argumentName
|
|||
|
|
String_t* ___m_argumentName_3;
|
|||
|
|
// System.Boolean System.Version_VersionResult::m_canThrow
|
|||
|
|
bool ___m_canThrow_4;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_m_parsedVersion_0() { return static_cast<int32_t>(offsetof(VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE, ___m_parsedVersion_0)); }
|
|||
|
|
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_m_parsedVersion_0() const { return ___m_parsedVersion_0; }
|
|||
|
|
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_m_parsedVersion_0() { return &___m_parsedVersion_0; }
|
|||
|
|
inline void set_m_parsedVersion_0(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
|
|||
|
|
{
|
|||
|
|
___m_parsedVersion_0 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_parsedVersion_0), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_failure_1() { return static_cast<int32_t>(offsetof(VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE, ___m_failure_1)); }
|
|||
|
|
inline int32_t get_m_failure_1() const { return ___m_failure_1; }
|
|||
|
|
inline int32_t* get_address_of_m_failure_1() { return &___m_failure_1; }
|
|||
|
|
inline void set_m_failure_1(int32_t value)
|
|||
|
|
{
|
|||
|
|
___m_failure_1 = value;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_exceptionArgument_2() { return static_cast<int32_t>(offsetof(VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE, ___m_exceptionArgument_2)); }
|
|||
|
|
inline String_t* get_m_exceptionArgument_2() const { return ___m_exceptionArgument_2; }
|
|||
|
|
inline String_t** get_address_of_m_exceptionArgument_2() { return &___m_exceptionArgument_2; }
|
|||
|
|
inline void set_m_exceptionArgument_2(String_t* value)
|
|||
|
|
{
|
|||
|
|
___m_exceptionArgument_2 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_exceptionArgument_2), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_argumentName_3() { return static_cast<int32_t>(offsetof(VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE, ___m_argumentName_3)); }
|
|||
|
|
inline String_t* get_m_argumentName_3() const { return ___m_argumentName_3; }
|
|||
|
|
inline String_t** get_address_of_m_argumentName_3() { return &___m_argumentName_3; }
|
|||
|
|
inline void set_m_argumentName_3(String_t* value)
|
|||
|
|
{
|
|||
|
|
___m_argumentName_3 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_argumentName_3), (void*)value);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
inline static int32_t get_offset_of_m_canThrow_4() { return static_cast<int32_t>(offsetof(VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE, ___m_canThrow_4)); }
|
|||
|
|
inline bool get_m_canThrow_4() const { return ___m_canThrow_4; }
|
|||
|
|
inline bool* get_address_of_m_canThrow_4() { return &___m_canThrow_4; }
|
|||
|
|
inline void set_m_canThrow_4(bool value)
|
|||
|
|
{
|
|||
|
|
___m_canThrow_4 = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// Native definition for P/Invoke marshalling of System.Version/VersionResult
|
|||
|
|
struct VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE_marshaled_pinvoke
|
|||
|
|
{
|
|||
|
|
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___m_parsedVersion_0;
|
|||
|
|
int32_t ___m_failure_1;
|
|||
|
|
char* ___m_exceptionArgument_2;
|
|||
|
|
char* ___m_argumentName_3;
|
|||
|
|
int32_t ___m_canThrow_4;
|
|||
|
|
};
|
|||
|
|
// Native definition for COM marshalling of System.Version/VersionResult
|
|||
|
|
struct VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE_marshaled_com
|
|||
|
|
{
|
|||
|
|
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___m_parsedVersion_0;
|
|||
|
|
int32_t ___m_failure_1;
|
|||
|
|
Il2CppChar* ___m_exceptionArgument_2;
|
|||
|
|
Il2CppChar* ___m_argumentName_3;
|
|||
|
|
int32_t ___m_canThrow_4;
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
// System.ArgumentException
|
|||
|
|
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.String System.ArgumentException::m_paramName
|
|||
|
|
String_t* ___m_paramName_17;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
|
|||
|
|
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
|
|||
|
|
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
|
|||
|
|
inline void set_m_paramName_17(String_t* value)
|
|||
|
|
{
|
|||
|
|
___m_paramName_17 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.ArithmeticException
|
|||
|
|
struct ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.FormatException
|
|||
|
|
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.InvalidOperationException
|
|||
|
|
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.NotSupportedException
|
|||
|
|
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Reflection.InvalidFilterCriteriaException
|
|||
|
|
struct InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA : public ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.ArgumentNullException
|
|||
|
|
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.ArgumentOutOfRangeException
|
|||
|
|
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.Object System.ArgumentOutOfRangeException::m_actualValue
|
|||
|
|
RuntimeObject * ___m_actualValue_19;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
|
|||
|
|
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
|
|||
|
|
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
|
|||
|
|
inline void set_m_actualValue_19(RuntimeObject * value)
|
|||
|
|
{
|
|||
|
|
___m_actualValue_19 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
|
|||
|
|
String_t* ____rangeMessage_18;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
|
|||
|
|
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
|
|||
|
|
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
|
|||
|
|
inline void set__rangeMessage_18(String_t* value)
|
|||
|
|
{
|
|||
|
|
____rangeMessage_18 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.ObjectDisposedException
|
|||
|
|
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
// System.String System.ObjectDisposedException::objectName
|
|||
|
|
String_t* ___objectName_17;
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline static int32_t get_offset_of_objectName_17() { return static_cast<int32_t>(offsetof(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A, ___objectName_17)); }
|
|||
|
|
inline String_t* get_objectName_17() const { return ___objectName_17; }
|
|||
|
|
inline String_t** get_address_of_objectName_17() { return &___objectName_17; }
|
|||
|
|
inline void set_objectName_17(String_t* value)
|
|||
|
|
{
|
|||
|
|
___objectName_17 = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.OverflowException
|
|||
|
|
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D : public ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.PlatformNotSupportedException
|
|||
|
|
struct PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 : public NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
|
|||
|
|
// Unity.ThrowStub
|
|||
|
|
struct ThrowStub_tFA0E21DBAA52F61535595DCC8B44B0CD087A0406 : public ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic pop
|
|||
|
|
#endif
|
|||
|
|
// System.Char[]
|
|||
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
ALIGN_FIELD (8) Il2CppChar m_Items[1];
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
|
|||
|
|
{
|
|||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|||
|
|
return m_Items[index];
|
|||
|
|
}
|
|||
|
|
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
|
|||
|
|
{
|
|||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|||
|
|
return m_Items + index;
|
|||
|
|
}
|
|||
|
|
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
|
|||
|
|
{
|
|||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|||
|
|
m_Items[index] = value;
|
|||
|
|
}
|
|||
|
|
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
|
|||
|
|
{
|
|||
|
|
return m_Items[index];
|
|||
|
|
}
|
|||
|
|
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|||
|
|
{
|
|||
|
|
return m_Items + index;
|
|||
|
|
}
|
|||
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
|
|||
|
|
{
|
|||
|
|
m_Items[index] = value;
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
// System.String[]
|
|||
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
|||
|
|
|
|||
|
|
public:
|
|||
|
|
inline String_t* GetAt(il2cpp_array_size_t index) const
|
|||
|
|
{
|
|||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|||
|
|
return m_Items[index];
|
|||
|
|
}
|
|||
|
|
inline String_t** GetAddressAt(il2cpp_array_size_t index)
|
|||
|
|
{
|
|||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|||
|
|
return m_Items + index;
|
|||
|
|
}
|
|||
|
|
inline void SetAt(il2cpp_array_size_t index, String_t* value)
|
|||
|
|
{
|
|||
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|||
|
|
m_Items[index] = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|||
|
|
}
|
|||
|
|
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|||
|
|
{
|
|||
|
|
return m_Items[index];
|
|||
|
|
}
|
|||
|
|
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|||
|
|
{
|
|||
|
|
return m_Items + index;
|
|||
|
|
}
|
|||
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
|
|||
|
|
{
|
|||
|
|
m_Items[index] = value;
|
|||
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|||
|
|
}
|
|||
|
|
};
|
|||
|
|
|
|||
|
|
IL2CPP_EXTERN_C void InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78_marshal_pinvoke(const InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78& unmarshaled, InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78_marshaled_pinvoke& marshaled);
|
|||
|
|
IL2CPP_EXTERN_C void InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78_marshal_pinvoke_back(const InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78_marshaled_pinvoke& marshaled, InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78& unmarshaled);
|
|||
|
|
IL2CPP_EXTERN_C void InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78_marshal_pinvoke_cleanup(InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78_marshaled_pinvoke& marshaled);
|
|||
|
|
|
|||
|
|
|
|||
|
|
// System.Void System.Version/VersionResult::Init(System.String,System.Boolean)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VersionResult_Init_m87C0666EE7326FA61E704D4199B900412A6FC418 (VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE * __this, String_t* ___argumentName0, bool ___canThrow1, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.Version/VersionResult::SetFailure(System.Version/ParseFailureKind,System.String)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VersionResult_SetFailure_m60FA20CDF1A998A6670DEBE9BD78291CC43AB0C8 (VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE * __this, int32_t ___failure0, String_t* ___argument1, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.Version/VersionResult::SetFailure(System.Version/ParseFailureKind)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VersionResult_SetFailure_m77BF5012543025E534D65353AD44AD5620782338 (VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE * __this, int32_t ___failure0, const RuntimeMethod* method);
|
|||
|
|
// System.Exception System.Version/VersionResult::GetVersionParseException()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * VersionResult_GetVersionParseException_mD2123ABBACA1B3D82FC144785AF9FD7F0231BEF1 (VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.ArgumentNullException::.ctor(System.String)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
|
|||
|
|
// System.String System.Environment::GetResourceString(System.String)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9 (String_t* ___key0, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.ArgumentException::.ctor(System.String)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
|
|||
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
|
|||
|
|
// System.Int32 System.Int32::Parse(System.String,System.IFormatProvider)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_m9FD0A75E9C7A9BFC26070A60A420D77CD629CC58 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.FormatException::.ctor(System.String)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* ___message0, const RuntimeMethod* method);
|
|||
|
|
// System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::Alloc(System.Object,System.Runtime.InteropServices.GCHandleType)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 GCHandle_Alloc_m30DAF14F75E3A692C594965CE6724E2454DE9A2E (RuntimeObject * ___value0, int32_t ___type1, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.Object::.ctor()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.WeakReference::.ctor(System.Object,System.Boolean)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference__ctor_m55A06AD20FF65C11015FFBE5FF31F2E7B1656E20 (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * __this, RuntimeObject * ___target0, bool ___trackResurrection1, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.WeakReference::AllocateHandle(System.Object)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference_AllocateHandle_m116757CBF336A309363C5F2DFE13A2E426368780 (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * __this, RuntimeObject * ___target0, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::GetBoolean(System.String)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method);
|
|||
|
|
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
|
|||
|
|
// System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.Runtime.InteropServices.GCHandle::get_IsAllocated()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GCHandle_get_IsAllocated_m91323BCB568B1150F90515EF862B00F193E77808 (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Object System.Runtime.InteropServices.GCHandle::get_Target()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GCHandle_get_Target_mDBDEA6883245CF1EF963D9FA945569B2D59DCCF8 (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.Runtime.InteropServices.GCHandle::Free()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCHandle_Free_m392ECC9B1058E35A0FD5CF21A65F212873FC26F0 (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.Object::Finalize()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, bool ___value1, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|||
|
|
// System.IntPtr System.WindowsConsoleDriver::GetStdHandle(System.Handles)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t WindowsConsoleDriver_GetStdHandle_m411672A3E27D4266E946FF166C9DA279A75B3FB5 (int32_t ___handle0, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.WindowsConsoleDriver::GetConsoleScreenBufferInfo(System.IntPtr,System.ConsoleScreenBufferInfo&)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WindowsConsoleDriver_GetConsoleScreenBufferInfo_m0DF841B5A1BF2651A1D9BFEA3D61280110461C80 (intptr_t ___handle0, ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F * ___info1, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.WindowsConsoleDriver::ReadConsoleInput(System.IntPtr,System.InputRecord&,System.Int32,System.Int32&)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WindowsConsoleDriver_ReadConsoleInput_mAA31A86190A2F7B76CD7205DCE7C2743E7C8AAA2 (intptr_t ___handle0, InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78 * ___record1, int32_t ___length2, int32_t* ___nread3, const RuntimeMethod* method);
|
|||
|
|
// System.Int32 System.Runtime.InteropServices.Marshal::GetLastWin32Error()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_GetLastWin32Error_mE1A714E69515F70001BA6714077880530257AEC7 (const RuntimeMethod* method);
|
|||
|
|
// System.String System.String::Concat(System.Object,System.Object)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.InvalidOperationException::.ctor(System.String)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.WindowsConsoleDriver::IsModifierKey(System.Int16)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WindowsConsoleDriver_IsModifierKey_mCBF637C09E9D2BD063E44FA5C8B8D2E317C4A1AE (int16_t ___virtualKeyCode0, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.ConsoleKeyInfo::.ctor(System.Char,System.ConsoleKey,System.Boolean,System.Boolean,System.Boolean)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98 (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, Il2CppChar ___keyChar0, int32_t ___key1, bool ___shift2, bool ___alt3, bool ___control4, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.NotSupportedException::.ctor()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.__DTString::.ctor(System.String,System.Globalization.DateTimeFormatInfo)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString__ctor_mE5FC300B73DE2B23E51414546030AF8625D1109E (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.__DTString::.ctor(System.String,System.Globalization.DateTimeFormatInfo,System.Boolean)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString__ctor_m9E9D21ACAC80CD2A8935D885767A9D7320A78FCF (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, bool ___checkDigitToken2, const RuntimeMethod* method);
|
|||
|
|
// System.Int32 System.String::get_Length()
|
|||
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
|
|||
|
|
// System.Globalization.CompareInfo System.Globalization.DateTimeFormatInfo::get_CompareInfo()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * DateTimeFormatInfo_get_CompareInfo_mD70321935C290535664E8821CBE0D304580230C8 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::get_FormatFlags()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeFormatInfo_get_FormatFlags_m42B106A8C2AC470D425032034608045AABB71731 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Threading.Thread System.Threading.Thread::get_CurrentThread()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E (const RuntimeMethod* method);
|
|||
|
|
// System.Globalization.CultureInfo System.Threading.Thread::get_CurrentCulture()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * Thread_get_CurrentCulture_m97A15448A16FB3B5EC1E21A0538C9FC1F84AEE66 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Globalization.CompareInfo System.__DTString::get_CompareInfo()
|
|||
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __DTString_get_CompareInfo_mE0381FC6A1AB82E0BDAF45F848568124B193FB51_inline (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Char System.String::get_Chars(System.Int32)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.__DTString::GetNext()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.__DTString::AtEnd()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_AtEnd_mE89AB87FFD62B3BA1D1E5B30052947890000EADC (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.__DTString::Advance(System.Int32)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_Advance_m6CAEF5CE3C7B57CBBDA5E0F5A391F6517C3791CC (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, int32_t ___count0, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.DateTimeParse::IsDigit(System.Char)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeParse_IsDigit_mCC840BC9EC5E157F967F148BC12F6A815E75B74A (Il2CppChar ___ch0, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.Globalization.DateTimeFormatInfo::Tokenize(System.TokenType,System.TokenType&,System.Int32&,System.__DTString&)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFormatInfo_Tokenize_m47644B9B55F1919470E65677B3C8C5573E606217 (DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * __this, int32_t ___TokenMask0, int32_t* ___tokenType1, int32_t* ___tokenValue2, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * ___str3, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.Char::IsWhiteSpace(System.Char)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B (Il2CppChar ___c0, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.__DTString::GetRegularToken(System.TokenType&,System.Int32&,System.Globalization.DateTimeFormatInfo)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_GetRegularToken_mD79E9337E33F2F9535DD89437EEDC2AF3F5A0B39 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, int32_t* ___tokenType0, int32_t* ___tokenValue1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.__DTString::SkipWhiteSpaceCurrent()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_SkipWhiteSpaceCurrent_m85EF1DCFFB216A209FEB3CC53CB8E977C51D71DB (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|||
|
|
// System.TokenType System.__DTString::GetSeparatorToken(System.Globalization.DateTimeFormatInfo,System.Int32&,System.Char&)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t __DTString_GetSeparatorToken_m2F4CE10AC9C39A5380D3DD5344B81F79C7006EF1 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, int32_t* ___indexBeforeSeparator1, Il2CppChar* ___charBeforeSeparator2, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.__DTString::MatchSpecifiedWord(System.String,System.Int32)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_MatchSpecifiedWord_m6399788FF78434EAD2231A2A7509B580EFED33B5 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___target0, int32_t ___endIndex1, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.__DTString::MatchSpecifiedWord(System.String)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___target0, const RuntimeMethod* method);
|
|||
|
|
// System.Int32 System.String::IndexOfAny(System.Char[],System.Int32)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m30470EE6951771AE5E897773C8FC233DADBAE301 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.Char::IsLetter(System.Char)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE (Il2CppChar ___c0, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.__DTString::MatchSpecifiedWords(System.String,System.Boolean,System.Int32&)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_MatchSpecifiedWords_mAD172D28B54FDBB34D5E8C8F92CB6C8B0EECDBA0 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___target0, bool ___checkWordBoundary1, int32_t* ___matchLength2, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.__DTString::Match(System.String)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_Match_m6E1CE300661D15D140D2FAC5C54E74BDBE70EE19 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___str0, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.__DTString::Match(System.Char)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method);
|
|||
|
|
// System.Int32 System.__DTString::MatchLongestWords(System.String[],System.Int32&)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t __DTString_MatchLongestWords_mCEDB8993665810AAB06045D6EFF076B89572C4BF (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___words0, int32_t* ___maxMatchStrLen1, const RuntimeMethod* method);
|
|||
|
|
// System.Int32 System.__DTString::GetRepeatCount()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.__DTString::GetNextDigit()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_GetNextDigit_mE662D3828A0E0648E24F62FC5D750DA554364EFB (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Char System.__DTString::GetChar()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Int32 System.__DTString::GetDigit()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t __DTString_GetDigit_m0A4FC9D7AA54648B77398FAF7997FF7FED3694BF (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.__DTString::SkipWhiteSpaces()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|||
|
|
// System.String System.String::Substring(System.Int32,System.Int32)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.__DTString::TrimTail()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_TrimTail_m23E23486D88B86A755B551A9881F1FDA9D6DD99A (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|||
|
|
// System.String System.String::Remove(System.Int32,System.Int32)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.__DTString::RemoveTrailingInQuoteSpaces()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_RemoveTrailingInQuoteSpaces_m18A5B81964E3027BF02B1393CCD7781AB3ECA72F (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.__DTString::RemoveLeadingInQuoteSpaces()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_RemoveLeadingInQuoteSpaces_m71E36820EEC9E50FFC1FA2F53FCFA3495EB2BC19 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|||
|
|
// System.DTSubString System.__DTString::GetSubString()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D __DTString_GetSubString_m699C79DE88DFBC0BDD9F85C2CDC155ABB1473DC4 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.__DTString::ConsumeSubString(System.DTSubString)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_ConsumeSubString_mDFAADAA4A5FC450399046DB04CE10A4503961FAA (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D ___sub0, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.Reflection.InvalidFilterCriteriaException::.ctor(System.String)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidFilterCriteriaException__ctor_m8A7E7373F5BFA58916AA7A8D99E49AA3C6861031 (InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA * __this, String_t* ___message0, const RuntimeMethod* method);
|
|||
|
|
// System.String System.String::Trim()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D (String_t* __this, const RuntimeMethod* method);
|
|||
|
|
// System.Int32 System.String::LastIndexOf(System.Char)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method);
|
|||
|
|
// System.String System.String::Substring(System.Int32)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.String::StartsWith(System.String,System.StringComparison)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
|
|||
|
|
// System.Boolean System.String::Equals(System.String)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
|
|||
|
|
// System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.StringComparison)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, int32_t ___comparisonType5, const RuntimeMethod* method);
|
|||
|
|
// System.Int32 System.String::Compare(System.String,System.String,System.StringComparison)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442 (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.__Filters::.ctor()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Filters__ctor_mA9DEA9B853B953C85A78E101A8001E9EE0E66B35 (__Filters_tDD9D6B7C7A31B12AB3D5CCF1B115DD693F62DB34 * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.__Il2CppComObject::Finalize()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Il2CppComObject_Finalize_m98123DBAAA7974D2616F9E90F2574955714CA9A9 (Il2CppComObject * __this, const RuntimeMethod* method);
|
|||
|
|
// System.Void System.PlatformNotSupportedException::.ctor()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_m651139B17C9EE918551490BC675754EA8EA3E7C7 (PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 * __this, const RuntimeMethod* method);
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic push
|
|||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|||
|
|
#endif
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic pop
|
|||
|
|
#endif
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic push
|
|||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|||
|
|
#endif
|
|||
|
|
// Conversion methods for marshalling of: System.Version/VersionResult
|
|||
|
|
IL2CPP_EXTERN_C void VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE_marshal_pinvoke(const VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE& unmarshaled, VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE_marshaled_pinvoke& marshaled)
|
|||
|
|
{
|
|||
|
|
Exception_t* ___m_parsedVersion_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_parsedVersion' of type 'VersionResult': Reference type field marshaling is not supported.");
|
|||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_parsedVersion_0Exception, NULL);
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C void VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE_marshal_pinvoke_back(const VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE_marshaled_pinvoke& marshaled, VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE& unmarshaled)
|
|||
|
|
{
|
|||
|
|
Exception_t* ___m_parsedVersion_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_parsedVersion' of type 'VersionResult': Reference type field marshaling is not supported.");
|
|||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_parsedVersion_0Exception, NULL);
|
|||
|
|
}
|
|||
|
|
// Conversion method for clean up from marshalling of: System.Version/VersionResult
|
|||
|
|
IL2CPP_EXTERN_C void VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE_marshal_pinvoke_cleanup(VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE_marshaled_pinvoke& marshaled)
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
// Conversion methods for marshalling of: System.Version/VersionResult
|
|||
|
|
IL2CPP_EXTERN_C void VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE_marshal_com(const VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE& unmarshaled, VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE_marshaled_com& marshaled)
|
|||
|
|
{
|
|||
|
|
Exception_t* ___m_parsedVersion_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_parsedVersion' of type 'VersionResult': Reference type field marshaling is not supported.");
|
|||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_parsedVersion_0Exception, NULL);
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C void VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE_marshal_com_back(const VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE_marshaled_com& marshaled, VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE& unmarshaled)
|
|||
|
|
{
|
|||
|
|
Exception_t* ___m_parsedVersion_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_parsedVersion' of type 'VersionResult': Reference type field marshaling is not supported.");
|
|||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_parsedVersion_0Exception, NULL);
|
|||
|
|
}
|
|||
|
|
// Conversion method for clean up from marshalling of: System.Version/VersionResult
|
|||
|
|
IL2CPP_EXTERN_C void VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE_marshal_com_cleanup(VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE_marshaled_com& marshaled)
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
// System.Void System.Version_VersionResult::Init(System.String,System.Boolean)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VersionResult_Init_m87C0666EE7326FA61E704D4199B900412A6FC418 (VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE * __this, String_t* ___argumentName0, bool ___canThrow1, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
bool L_0 = ___canThrow1;
|
|||
|
|
__this->set_m_canThrow_4(L_0);
|
|||
|
|
String_t* L_1 = ___argumentName0;
|
|||
|
|
__this->set_m_argumentName_3(L_1);
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C void VersionResult_Init_m87C0666EE7326FA61E704D4199B900412A6FC418_AdjustorThunk (RuntimeObject * __this, String_t* ___argumentName0, bool ___canThrow1, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE * _thisAdjusted = reinterpret_cast<VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE *>(__this + _offset);
|
|||
|
|
VersionResult_Init_m87C0666EE7326FA61E704D4199B900412A6FC418(_thisAdjusted, ___argumentName0, ___canThrow1, method);
|
|||
|
|
}
|
|||
|
|
// System.Void System.Version_VersionResult::SetFailure(System.Version_ParseFailureKind)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VersionResult_SetFailure_m77BF5012543025E534D65353AD44AD5620782338 (VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE * __this, int32_t ___failure0, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (VersionResult_SetFailure_m77BF5012543025E534D65353AD44AD5620782338_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_0 = ___failure0;
|
|||
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|||
|
|
VersionResult_SetFailure_m60FA20CDF1A998A6670DEBE9BD78291CC43AB0C8((VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE *)__this, L_0, L_1, /*hidden argument*/NULL);
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C void VersionResult_SetFailure_m77BF5012543025E534D65353AD44AD5620782338_AdjustorThunk (RuntimeObject * __this, int32_t ___failure0, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE * _thisAdjusted = reinterpret_cast<VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE *>(__this + _offset);
|
|||
|
|
VersionResult_SetFailure_m77BF5012543025E534D65353AD44AD5620782338(_thisAdjusted, ___failure0, method);
|
|||
|
|
}
|
|||
|
|
// System.Void System.Version_VersionResult::SetFailure(System.Version_ParseFailureKind,System.String)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VersionResult_SetFailure_m60FA20CDF1A998A6670DEBE9BD78291CC43AB0C8 (VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE * __this, int32_t ___failure0, String_t* ___argument1, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (VersionResult_SetFailure_m60FA20CDF1A998A6670DEBE9BD78291CC43AB0C8_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_0 = ___failure0;
|
|||
|
|
__this->set_m_failure_1(L_0);
|
|||
|
|
String_t* L_1 = ___argument1;
|
|||
|
|
__this->set_m_exceptionArgument_2(L_1);
|
|||
|
|
bool L_2 = __this->get_m_canThrow_4();
|
|||
|
|
if (!L_2)
|
|||
|
|
{
|
|||
|
|
goto IL_001d;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
Exception_t * L_3 = VersionResult_GetVersionParseException_mD2123ABBACA1B3D82FC144785AF9FD7F0231BEF1((VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE *)__this, /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, VersionResult_SetFailure_m60FA20CDF1A998A6670DEBE9BD78291CC43AB0C8_RuntimeMethod_var);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_001d:
|
|||
|
|
{
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C void VersionResult_SetFailure_m60FA20CDF1A998A6670DEBE9BD78291CC43AB0C8_AdjustorThunk (RuntimeObject * __this, int32_t ___failure0, String_t* ___argument1, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE * _thisAdjusted = reinterpret_cast<VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE *>(__this + _offset);
|
|||
|
|
VersionResult_SetFailure_m60FA20CDF1A998A6670DEBE9BD78291CC43AB0C8(_thisAdjusted, ___failure0, ___argument1, method);
|
|||
|
|
}
|
|||
|
|
// System.Exception System.Version_VersionResult::GetVersionParseException()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * VersionResult_GetVersionParseException_mD2123ABBACA1B3D82FC144785AF9FD7F0231BEF1 (VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (VersionResult_GetVersionParseException_mD2123ABBACA1B3D82FC144785AF9FD7F0231BEF1_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
int32_t V_0 = 0;
|
|||
|
|
Exception_t * V_1 = NULL;
|
|||
|
|
Exception_t * __last_unhandled_exception = 0;
|
|||
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|||
|
|
Exception_t * __exception_local = 0;
|
|||
|
|
NO_UNUSED_WARNING (__exception_local);
|
|||
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
|
|||
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|||
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|||
|
|
{
|
|||
|
|
int32_t L_0 = __this->get_m_failure_1();
|
|||
|
|
V_0 = L_0;
|
|||
|
|
int32_t L_1 = V_0;
|
|||
|
|
switch (L_1)
|
|||
|
|
{
|
|||
|
|
case 0:
|
|||
|
|
{
|
|||
|
|
goto IL_001f;
|
|||
|
|
}
|
|||
|
|
case 1:
|
|||
|
|
{
|
|||
|
|
goto IL_002b;
|
|||
|
|
}
|
|||
|
|
case 2:
|
|||
|
|
{
|
|||
|
|
goto IL_003b;
|
|||
|
|
}
|
|||
|
|
case 3:
|
|||
|
|
{
|
|||
|
|
goto IL_0051;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
goto IL_007b;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_001f:
|
|||
|
|
{
|
|||
|
|
String_t* L_2 = __this->get_m_argumentName_3();
|
|||
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|||
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, L_2, /*hidden argument*/NULL);
|
|||
|
|
return L_3;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_002b:
|
|||
|
|
{
|
|||
|
|
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4D7F7C774CADD02AE1032A3CB224E5F17003B701, /*hidden argument*/NULL);
|
|||
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|||
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL);
|
|||
|
|
return L_5;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_003b:
|
|||
|
|
{
|
|||
|
|
String_t* L_6 = __this->get_m_exceptionArgument_2();
|
|||
|
|
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral698C2F7C87FA878A3D506FEDB570238873872A3C, /*hidden argument*/NULL);
|
|||
|
|
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
|
|||
|
|
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, L_6, L_7, /*hidden argument*/NULL);
|
|||
|
|
return L_8;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0051:
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0052:
|
|||
|
|
try
|
|||
|
|
{ // begin try (depth: 1)
|
|||
|
|
String_t* L_9 = __this->get_m_exceptionArgument_2();
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
|
|||
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
|
|||
|
|
Int32_Parse_m9FD0A75E9C7A9BFC26070A60A420D77CD629CC58(L_9, L_10, /*hidden argument*/NULL);
|
|||
|
|
goto IL_006b;
|
|||
|
|
} // end try (depth: 1)
|
|||
|
|
catch(Il2CppExceptionWrapper& e)
|
|||
|
|
{
|
|||
|
|
__exception_local = (Exception_t *)e.ex;
|
|||
|
|
if(il2cpp_codegen_class_is_assignable_from (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|||
|
|
goto CATCH_0065;
|
|||
|
|
if(il2cpp_codegen_class_is_assignable_from (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|||
|
|
goto CATCH_0068;
|
|||
|
|
throw e;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
CATCH_0065:
|
|||
|
|
{ // begin catch(System.FormatException)
|
|||
|
|
V_1 = ((FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)__exception_local);
|
|||
|
|
goto IL_008b;
|
|||
|
|
} // end catch (depth: 1)
|
|||
|
|
|
|||
|
|
CATCH_0068:
|
|||
|
|
{ // begin catch(System.OverflowException)
|
|||
|
|
V_1 = ((OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)__exception_local);
|
|||
|
|
goto IL_008b;
|
|||
|
|
} // end catch (depth: 1)
|
|||
|
|
|
|||
|
|
IL_006b:
|
|||
|
|
{
|
|||
|
|
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralD2F0257C42607F2773F4B8AAB0C017A3B8949322, /*hidden argument*/NULL);
|
|||
|
|
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_12 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
|
|||
|
|
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_12, L_11, /*hidden argument*/NULL);
|
|||
|
|
return L_12;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_007b:
|
|||
|
|
{
|
|||
|
|
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4D7F7C774CADD02AE1032A3CB224E5F17003B701, /*hidden argument*/NULL);
|
|||
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|||
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, L_13, /*hidden argument*/NULL);
|
|||
|
|
return L_14;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_008b:
|
|||
|
|
{
|
|||
|
|
Exception_t * L_15 = V_1;
|
|||
|
|
return L_15;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C Exception_t * VersionResult_GetVersionParseException_mD2123ABBACA1B3D82FC144785AF9FD7F0231BEF1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE * _thisAdjusted = reinterpret_cast<VersionResult_tA97F3FDF3CF3FF5D0E43768C08D1C4D4568E88CE *>(__this + _offset);
|
|||
|
|
return VersionResult_GetVersionParseException_mD2123ABBACA1B3D82FC144785AF9FD7F0231BEF1(_thisAdjusted, method);
|
|||
|
|
}
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic pop
|
|||
|
|
#endif
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic push
|
|||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|||
|
|
#endif
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic pop
|
|||
|
|
#endif
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic push
|
|||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|||
|
|
#endif
|
|||
|
|
// System.Void System.WeakReference::AllocateHandle(System.Object)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference_AllocateHandle_m116757CBF336A309363C5F2DFE13A2E426368780 (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * __this, RuntimeObject * ___target0, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
bool L_0 = __this->get_isLongReference_0();
|
|||
|
|
if (!L_0)
|
|||
|
|
{
|
|||
|
|
goto IL_0016;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
RuntimeObject * L_1 = ___target0;
|
|||
|
|
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_2 = GCHandle_Alloc_m30DAF14F75E3A692C594965CE6724E2454DE9A2E(L_1, 1, /*hidden argument*/NULL);
|
|||
|
|
__this->set_gcHandle_1(L_2);
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0016:
|
|||
|
|
{
|
|||
|
|
RuntimeObject * L_3 = ___target0;
|
|||
|
|
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_4 = GCHandle_Alloc_m30DAF14F75E3A692C594965CE6724E2454DE9A2E(L_3, 0, /*hidden argument*/NULL);
|
|||
|
|
__this->set_gcHandle_1(L_4);
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
// System.Void System.WeakReference::.ctor()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference__ctor_m4CF255427FB5EE28DA76A12EF072BAA3778AA6AF (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
// System.Void System.WeakReference::.ctor(System.Object)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference__ctor_m12F7412E9F228AA2276BBB37441CFBCD21A0ABBB (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * __this, RuntimeObject * ___target0, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
RuntimeObject * L_0 = ___target0;
|
|||
|
|
WeakReference__ctor_m55A06AD20FF65C11015FFBE5FF31F2E7B1656E20(__this, L_0, (bool)0, /*hidden argument*/NULL);
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
// System.Void System.WeakReference::.ctor(System.Object,System.Boolean)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference__ctor_m55A06AD20FF65C11015FFBE5FF31F2E7B1656E20 (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * __this, RuntimeObject * ___target0, bool ___trackResurrection1, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|||
|
|
bool L_0 = ___trackResurrection1;
|
|||
|
|
__this->set_isLongReference_0(L_0);
|
|||
|
|
RuntimeObject * L_1 = ___target0;
|
|||
|
|
WeakReference_AllocateHandle_m116757CBF336A309363C5F2DFE13A2E426368780(__this, L_1, /*hidden argument*/NULL);
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
// System.Void System.WeakReference::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference__ctor_m9740BD0F2AEC959BF2210503D085723C6C1E09DF (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (WeakReference__ctor_m9740BD0F2AEC959BF2210503D085723C6C1E09DF_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
RuntimeObject * V_0 = NULL;
|
|||
|
|
{
|
|||
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|||
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|||
|
|
if (L_0)
|
|||
|
|
{
|
|||
|
|
goto IL_0014;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|||
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, WeakReference__ctor_m9740BD0F2AEC959BF2210503D085723C6C1E09DF_RuntimeMethod_var);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0014:
|
|||
|
|
{
|
|||
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
|
|||
|
|
NullCheck(L_2);
|
|||
|
|
bool L_3 = SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455(L_2, _stringLiteralA9914DA9D64B4FCE39273016F570714425122C67, /*hidden argument*/NULL);
|
|||
|
|
__this->set_isLongReference_0(L_3);
|
|||
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
|
|||
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|||
|
|
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
|
|||
|
|
NullCheck(L_4);
|
|||
|
|
RuntimeObject * L_7 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_4, _stringLiteral7E95DB629C3A5AA1BCFEB547A0BD39A78FE49276, L_6, /*hidden argument*/NULL);
|
|||
|
|
V_0 = L_7;
|
|||
|
|
RuntimeObject * L_8 = V_0;
|
|||
|
|
WeakReference_AllocateHandle_m116757CBF336A309363C5F2DFE13A2E426368780(__this, L_8, /*hidden argument*/NULL);
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
// System.Boolean System.WeakReference::get_IsAlive()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WeakReference_get_IsAlive_mE49EEF623602528F0380CE52FCD8ED064B00925F (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
RuntimeObject * L_0 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, __this);
|
|||
|
|
return (bool)((!(((RuntimeObject*)(RuntimeObject *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
// System.Object System.WeakReference::get_Target()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * WeakReference_get_Target_mF924E58A87EF45E9D2A464FAA36B7A6079F10B1F (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * L_0 = __this->get_address_of_gcHandle_1();
|
|||
|
|
bool L_1 = GCHandle_get_IsAllocated_m91323BCB568B1150F90515EF862B00F193E77808((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)L_0, /*hidden argument*/NULL);
|
|||
|
|
if (L_1)
|
|||
|
|
{
|
|||
|
|
goto IL_000f;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return NULL;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_000f:
|
|||
|
|
{
|
|||
|
|
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * L_2 = __this->get_address_of_gcHandle_1();
|
|||
|
|
RuntimeObject * L_3 = GCHandle_get_Target_mDBDEA6883245CF1EF963D9FA945569B2D59DCCF8((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)L_2, /*hidden argument*/NULL);
|
|||
|
|
return L_3;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
// System.Boolean System.WeakReference::get_TrackResurrection()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WeakReference_get_TrackResurrection_m047E08E5BE894FCF92A620D86FDB77C9DA559D56 (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
bool L_0 = __this->get_isLongReference_0();
|
|||
|
|
return L_0;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
// System.Void System.WeakReference::Finalize()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference_Finalize_m02C66F00C0F5E656FDF04E9A455A19E94A95F827 (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
Exception_t * __last_unhandled_exception = 0;
|
|||
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|||
|
|
Exception_t * __exception_local = 0;
|
|||
|
|
NO_UNUSED_WARNING (__exception_local);
|
|||
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|||
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|||
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|||
|
|
|
|||
|
|
IL_0000:
|
|||
|
|
try
|
|||
|
|
{ // begin try (depth: 1)
|
|||
|
|
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * L_0 = __this->get_address_of_gcHandle_1();
|
|||
|
|
GCHandle_Free_m392ECC9B1058E35A0FD5CF21A65F212873FC26F0((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)L_0, /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_LEAVE(0x14, FINALLY_000d);
|
|||
|
|
} // end try (depth: 1)
|
|||
|
|
catch(Il2CppExceptionWrapper& e)
|
|||
|
|
{
|
|||
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|||
|
|
goto FINALLY_000d;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
FINALLY_000d:
|
|||
|
|
{ // begin finally (depth: 1)
|
|||
|
|
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_END_FINALLY(13)
|
|||
|
|
} // end finally (depth: 1)
|
|||
|
|
IL2CPP_CLEANUP(13)
|
|||
|
|
{
|
|||
|
|
IL2CPP_JUMP_TBL(0x14, IL_0014)
|
|||
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0014:
|
|||
|
|
{
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
// System.Void System.WeakReference::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WeakReference_GetObjectData_m1DBED399F8C4A13F8C764A2AADFC5B6EBA5643D4 (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (WeakReference_GetObjectData_m1DBED399F8C4A13F8C764A2AADFC5B6EBA5643D4_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
Exception_t * __last_unhandled_exception = 0;
|
|||
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|||
|
|
Exception_t * __exception_local = 0;
|
|||
|
|
NO_UNUSED_WARNING (__exception_local);
|
|||
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|||
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|||
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|||
|
|
{
|
|||
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
|
|||
|
|
if (L_0)
|
|||
|
|
{
|
|||
|
|
goto IL_000e;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
|
|||
|
|
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral59BD0A3FF43B32849B319E645D4798D8A5D1E889, /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, WeakReference_GetObjectData_m1DBED399F8C4A13F8C764A2AADFC5B6EBA5643D4_RuntimeMethod_var);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_000e:
|
|||
|
|
{
|
|||
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
|
|||
|
|
bool L_3 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.WeakReference::get_TrackResurrection() */, __this);
|
|||
|
|
NullCheck(L_2);
|
|||
|
|
SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_2, _stringLiteralA9914DA9D64B4FCE39273016F570714425122C67, L_3, /*hidden argument*/NULL);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_001f:
|
|||
|
|
try
|
|||
|
|
{ // begin try (depth: 1)
|
|||
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
|
|||
|
|
RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object System.WeakReference::get_Target() */, __this);
|
|||
|
|
NullCheck(L_4);
|
|||
|
|
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_4, _stringLiteral7E95DB629C3A5AA1BCFEB547A0BD39A78FE49276, L_5, /*hidden argument*/NULL);
|
|||
|
|
goto IL_0041;
|
|||
|
|
} // end try (depth: 1)
|
|||
|
|
catch(Il2CppExceptionWrapper& e)
|
|||
|
|
{
|
|||
|
|
__exception_local = (Exception_t *)e.ex;
|
|||
|
|
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|||
|
|
goto CATCH_0032;
|
|||
|
|
throw e;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
CATCH_0032:
|
|||
|
|
{ // begin catch(System.Exception)
|
|||
|
|
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
|
|||
|
|
NullCheck(L_6);
|
|||
|
|
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_6, _stringLiteral7E95DB629C3A5AA1BCFEB547A0BD39A78FE49276, NULL, /*hidden argument*/NULL);
|
|||
|
|
goto IL_0041;
|
|||
|
|
} // end catch (depth: 1)
|
|||
|
|
|
|||
|
|
IL_0041:
|
|||
|
|
{
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic pop
|
|||
|
|
#endif
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic push
|
|||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|||
|
|
#endif
|
|||
|
|
// System.Void System.WindowsConsoleDriver::.ctor()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowsConsoleDriver__ctor_m9C9E675288391C478152CCB5789D7726611BF70D (WindowsConsoleDriver_t953AB92956013BD3ED7E260FEC4944E603008B42 * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F V_0;
|
|||
|
|
memset((&V_0), 0, sizeof(V_0));
|
|||
|
|
{
|
|||
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|||
|
|
intptr_t L_0 = WindowsConsoleDriver_GetStdHandle_m411672A3E27D4266E946FF166C9DA279A75B3FB5(((int32_t)-11), /*hidden argument*/NULL);
|
|||
|
|
__this->set_outputHandle_1((intptr_t)L_0);
|
|||
|
|
intptr_t L_1 = WindowsConsoleDriver_GetStdHandle_m411672A3E27D4266E946FF166C9DA279A75B3FB5(((int32_t)-10), /*hidden argument*/NULL);
|
|||
|
|
__this->set_inputHandle_0((intptr_t)L_1);
|
|||
|
|
il2cpp_codegen_initobj((&V_0), sizeof(ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F ));
|
|||
|
|
intptr_t L_2 = __this->get_outputHandle_1();
|
|||
|
|
WindowsConsoleDriver_GetConsoleScreenBufferInfo_m0DF841B5A1BF2651A1D9BFEA3D61280110461C80((intptr_t)L_2, (ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F *)(&V_0), /*hidden argument*/NULL);
|
|||
|
|
ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F L_3 = V_0;
|
|||
|
|
int16_t L_4 = L_3.get_Attribute_2();
|
|||
|
|
__this->set_defaultAttribute_2(L_4);
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
// System.ConsoleKeyInfo System.WindowsConsoleDriver::ReadKey(System.Boolean)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 WindowsConsoleDriver_ReadKey_mDE4EDC7320EFF2B8D0B888A203D0C96531855568 (WindowsConsoleDriver_t953AB92956013BD3ED7E260FEC4944E603008B42 * __this, bool ___intercept0, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (WindowsConsoleDriver_ReadKey_mDE4EDC7320EFF2B8D0B888A203D0C96531855568_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
int32_t V_0 = 0;
|
|||
|
|
InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78 V_1;
|
|||
|
|
memset((&V_1), 0, sizeof(V_1));
|
|||
|
|
bool V_2 = false;
|
|||
|
|
bool V_3 = false;
|
|||
|
|
bool V_4 = false;
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initobj((&V_1), sizeof(InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78 ));
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0008:
|
|||
|
|
{
|
|||
|
|
intptr_t L_0 = __this->get_inputHandle_0();
|
|||
|
|
bool L_1 = WindowsConsoleDriver_ReadConsoleInput_mAA31A86190A2F7B76CD7205DCE7C2743E7C8AAA2((intptr_t)L_0, (InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78 *)(&V_1), 1, (int32_t*)(&V_0), /*hidden argument*/NULL);
|
|||
|
|
if (L_1)
|
|||
|
|
{
|
|||
|
|
goto IL_0034;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
|
|||
|
|
int32_t L_2 = Marshal_GetLastWin32Error_mE1A714E69515F70001BA6714077880530257AEC7(/*hidden argument*/NULL);
|
|||
|
|
int32_t L_3 = L_2;
|
|||
|
|
RuntimeObject * L_4 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_3);
|
|||
|
|
String_t* L_5 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral68EB0192F01DDAA7B81A607B464BC951839404CE, L_4, /*hidden argument*/NULL);
|
|||
|
|
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_6 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
|
|||
|
|
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_6, L_5, /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, WindowsConsoleDriver_ReadKey_mDE4EDC7320EFF2B8D0B888A203D0C96531855568_RuntimeMethod_var);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0034:
|
|||
|
|
{
|
|||
|
|
InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78 L_7 = V_1;
|
|||
|
|
bool L_8 = L_7.get_KeyDown_1();
|
|||
|
|
if (!L_8)
|
|||
|
|
{
|
|||
|
|
goto IL_0008;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78 L_9 = V_1;
|
|||
|
|
int16_t L_10 = L_9.get_EventType_0();
|
|||
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)1))))
|
|||
|
|
{
|
|||
|
|
goto IL_0008;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78 L_11 = V_1;
|
|||
|
|
int16_t L_12 = L_11.get_VirtualKeyCode_3();
|
|||
|
|
bool L_13 = WindowsConsoleDriver_IsModifierKey_mCBF637C09E9D2BD063E44FA5C8B8D2E317C4A1AE(L_12, /*hidden argument*/NULL);
|
|||
|
|
if (L_13)
|
|||
|
|
{
|
|||
|
|
goto IL_0008;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78 L_14 = V_1;
|
|||
|
|
int32_t L_15 = L_14.get_ControlKeyState_6();
|
|||
|
|
V_2 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_15&(int32_t)3))) <= ((uint32_t)0)))? 1 : 0);
|
|||
|
|
InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78 L_16 = V_1;
|
|||
|
|
int32_t L_17 = L_16.get_ControlKeyState_6();
|
|||
|
|
V_3 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_17&(int32_t)((int32_t)12)))) <= ((uint32_t)0)))? 1 : 0);
|
|||
|
|
InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78 L_18 = V_1;
|
|||
|
|
int32_t L_19 = L_18.get_ControlKeyState_6();
|
|||
|
|
V_4 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0);
|
|||
|
|
InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78 L_20 = V_1;
|
|||
|
|
Il2CppChar L_21 = L_20.get_Character_5();
|
|||
|
|
InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78 L_22 = V_1;
|
|||
|
|
int16_t L_23 = L_22.get_VirtualKeyCode_3();
|
|||
|
|
bool L_24 = V_4;
|
|||
|
|
bool L_25 = V_2;
|
|||
|
|
bool L_26 = V_3;
|
|||
|
|
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_27;
|
|||
|
|
memset((&L_27), 0, sizeof(L_27));
|
|||
|
|
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_27), L_21, L_23, L_24, L_25, L_26, /*hidden argument*/NULL);
|
|||
|
|
return L_27;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
// System.Boolean System.WindowsConsoleDriver::IsModifierKey(System.Int16)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WindowsConsoleDriver_IsModifierKey_mCBF637C09E9D2BD063E44FA5C8B8D2E317C4A1AE (int16_t ___virtualKeyCode0, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
int16_t L_0 = ___virtualKeyCode0;
|
|||
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)16)))) > ((uint32_t)2))))
|
|||
|
|
{
|
|||
|
|
goto IL_0016;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int16_t L_1 = ___virtualKeyCode0;
|
|||
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)20))))
|
|||
|
|
{
|
|||
|
|
goto IL_0016;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int16_t L_2 = ___virtualKeyCode0;
|
|||
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)144)))) <= ((uint32_t)1))))
|
|||
|
|
{
|
|||
|
|
goto IL_0018;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0016:
|
|||
|
|
{
|
|||
|
|
return (bool)1;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0018:
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
#if FORCE_PINVOKE_INTERNAL
|
|||
|
|
IL2CPP_EXTERN_C intptr_t DEFAULT_CALL GetStdHandle(int32_t);
|
|||
|
|
#endif
|
|||
|
|
// System.IntPtr System.WindowsConsoleDriver::GetStdHandle(System.Handles)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t WindowsConsoleDriver_GetStdHandle_m411672A3E27D4266E946FF166C9DA279A75B3FB5 (int32_t ___handle0, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (int32_t);
|
|||
|
|
#if !FORCE_PINVOKE_INTERNAL
|
|||
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|||
|
|
if (il2cppPInvokeFunc == NULL)
|
|||
|
|
{
|
|||
|
|
int parameterSize = sizeof(int32_t);
|
|||
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("kernel32.dll"), "GetStdHandle", IL2CPP_CALL_DEFAULT, CHARSET_UNICODE, parameterSize, false);
|
|||
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|||
|
|
}
|
|||
|
|
#endif
|
|||
|
|
|
|||
|
|
// Native function invocation
|
|||
|
|
#if FORCE_PINVOKE_INTERNAL
|
|||
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(GetStdHandle)(___handle0);
|
|||
|
|
#else
|
|||
|
|
intptr_t returnValue = il2cppPInvokeFunc(___handle0);
|
|||
|
|
#endif
|
|||
|
|
il2cpp_codegen_marshal_store_last_error();
|
|||
|
|
|
|||
|
|
return returnValue;
|
|||
|
|
}
|
|||
|
|
#if FORCE_PINVOKE_INTERNAL
|
|||
|
|
IL2CPP_EXTERN_C int32_t DEFAULT_CALL GetConsoleScreenBufferInfo(intptr_t, ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F *);
|
|||
|
|
#endif
|
|||
|
|
// System.Boolean System.WindowsConsoleDriver::GetConsoleScreenBufferInfo(System.IntPtr,System.ConsoleScreenBufferInfo&)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WindowsConsoleDriver_GetConsoleScreenBufferInfo_m0DF841B5A1BF2651A1D9BFEA3D61280110461C80 (intptr_t ___handle0, ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F * ___info1, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F *);
|
|||
|
|
#if !FORCE_PINVOKE_INTERNAL
|
|||
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|||
|
|
if (il2cppPInvokeFunc == NULL)
|
|||
|
|
{
|
|||
|
|
int parameterSize = sizeof(intptr_t) + sizeof(ConsoleScreenBufferInfo_tA8045B7C44EF25956D3B0847F24465E9CF18954F *);
|
|||
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("kernel32.dll"), "GetConsoleScreenBufferInfo", IL2CPP_CALL_DEFAULT, CHARSET_UNICODE, parameterSize, false);
|
|||
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|||
|
|
}
|
|||
|
|
#endif
|
|||
|
|
|
|||
|
|
// Native function invocation
|
|||
|
|
#if FORCE_PINVOKE_INTERNAL
|
|||
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(GetConsoleScreenBufferInfo)(___handle0, ___info1);
|
|||
|
|
#else
|
|||
|
|
int32_t returnValue = il2cppPInvokeFunc(___handle0, ___info1);
|
|||
|
|
#endif
|
|||
|
|
il2cpp_codegen_marshal_store_last_error();
|
|||
|
|
|
|||
|
|
return static_cast<bool>(returnValue);
|
|||
|
|
}
|
|||
|
|
#if FORCE_PINVOKE_INTERNAL
|
|||
|
|
IL2CPP_EXTERN_C int32_t DEFAULT_CALL ReadConsoleInput(intptr_t, InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78_marshaled_pinvoke*, int32_t, int32_t*);
|
|||
|
|
#endif
|
|||
|
|
// System.Boolean System.WindowsConsoleDriver::ReadConsoleInput(System.IntPtr,System.InputRecord&,System.Int32,System.Int32&)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WindowsConsoleDriver_ReadConsoleInput_mAA31A86190A2F7B76CD7205DCE7C2743E7C8AAA2 (intptr_t ___handle0, InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78 * ___record1, int32_t ___length2, int32_t* ___nread3, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
|
|||
|
|
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78_marshaled_pinvoke*, int32_t, int32_t*);
|
|||
|
|
#if !FORCE_PINVOKE_INTERNAL
|
|||
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|||
|
|
if (il2cppPInvokeFunc == NULL)
|
|||
|
|
{
|
|||
|
|
int parameterSize = sizeof(intptr_t) + sizeof(InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78_marshaled_pinvoke*) + sizeof(int32_t) + sizeof(int32_t*);
|
|||
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("kernel32.dll"), "ReadConsoleInput", IL2CPP_CALL_DEFAULT, CHARSET_UNICODE, parameterSize, false);
|
|||
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|||
|
|
}
|
|||
|
|
#endif
|
|||
|
|
|
|||
|
|
// Marshaling of parameter '___record1' to native representation
|
|||
|
|
InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78_marshaled_pinvoke ____record1_empty = {};
|
|||
|
|
InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78_marshaled_pinvoke* ____record1_marshaled = &____record1_empty;
|
|||
|
|
|
|||
|
|
// Native function invocation
|
|||
|
|
#if FORCE_PINVOKE_INTERNAL
|
|||
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(ReadConsoleInput)(___handle0, ____record1_marshaled, ___length2, ___nread3);
|
|||
|
|
#else
|
|||
|
|
int32_t returnValue = il2cppPInvokeFunc(___handle0, ____record1_marshaled, ___length2, ___nread3);
|
|||
|
|
#endif
|
|||
|
|
il2cpp_codegen_marshal_store_last_error();
|
|||
|
|
|
|||
|
|
// Marshaling of parameter '___record1' back from native representation
|
|||
|
|
InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78 _____record1_marshaled_unmarshaled_dereferenced;
|
|||
|
|
memset((&_____record1_marshaled_unmarshaled_dereferenced), 0, sizeof(_____record1_marshaled_unmarshaled_dereferenced));
|
|||
|
|
InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78_marshal_pinvoke_back(*____record1_marshaled, _____record1_marshaled_unmarshaled_dereferenced);
|
|||
|
|
*___record1 = _____record1_marshaled_unmarshaled_dereferenced;
|
|||
|
|
|
|||
|
|
// Marshaling cleanup of parameter '___record1' native representation
|
|||
|
|
InputRecord_tAB007C739F339BE208F3C4796B53E9044ADF0A78_marshal_pinvoke_cleanup(*____record1_marshaled);
|
|||
|
|
|
|||
|
|
return static_cast<bool>(returnValue);
|
|||
|
|
}
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic pop
|
|||
|
|
#endif
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic push
|
|||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|||
|
|
#endif
|
|||
|
|
// System.Void System.__ComObject::.ctor()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __ComObject__ctor_m2A98911F497D95AC1C931674CC745F002A36C878 (__ComObject_t7C4C78B18A827C344A9826ECC7FCC40B7F6FD77C * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (__ComObject__ctor_m2A98911F497D95AC1C931674CC745F002A36C878_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|||
|
|
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
|
|||
|
|
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, __ComObject__ctor_m2A98911F497D95AC1C931674CC745F002A36C878_RuntimeMethod_var);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic pop
|
|||
|
|
#endif
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic push
|
|||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|||
|
|
#endif
|
|||
|
|
// Conversion methods for marshalling of: System.__DTString
|
|||
|
|
IL2CPP_EXTERN_C void __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshal_pinvoke(const __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9& unmarshaled, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshaled_pinvoke& marshaled)
|
|||
|
|
{
|
|||
|
|
Exception_t* ___m_info_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_info' of type '__DTString': Reference type field marshaling is not supported.");
|
|||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_info_4Exception, NULL);
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C void __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshal_pinvoke_back(const __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshaled_pinvoke& marshaled, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9& unmarshaled)
|
|||
|
|
{
|
|||
|
|
Exception_t* ___m_info_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_info' of type '__DTString': Reference type field marshaling is not supported.");
|
|||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_info_4Exception, NULL);
|
|||
|
|
}
|
|||
|
|
// Conversion method for clean up from marshalling of: System.__DTString
|
|||
|
|
IL2CPP_EXTERN_C void __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshal_pinvoke_cleanup(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshaled_pinvoke& marshaled)
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
// Conversion methods for marshalling of: System.__DTString
|
|||
|
|
IL2CPP_EXTERN_C void __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshal_com(const __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9& unmarshaled, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshaled_com& marshaled)
|
|||
|
|
{
|
|||
|
|
Exception_t* ___m_info_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_info' of type '__DTString': Reference type field marshaling is not supported.");
|
|||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_info_4Exception, NULL);
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C void __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshal_com_back(const __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshaled_com& marshaled, __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9& unmarshaled)
|
|||
|
|
{
|
|||
|
|
Exception_t* ___m_info_4Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_info' of type '__DTString': Reference type field marshaling is not supported.");
|
|||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_info_4Exception, NULL);
|
|||
|
|
}
|
|||
|
|
// Conversion method for clean up from marshalling of: System.__DTString
|
|||
|
|
IL2CPP_EXTERN_C void __DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshal_com_cleanup(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_marshaled_com& marshaled)
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
// System.Void System.__DTString::.ctor(System.String,System.Globalization.DateTimeFormatInfo,System.Boolean)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString__ctor_m9E9D21ACAC80CD2A8935D885767A9D7320A78FCF (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, bool ___checkDigitToken2, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
String_t* L_0 = ___str0;
|
|||
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_1 = ___dtfi1;
|
|||
|
|
__DTString__ctor_mE5FC300B73DE2B23E51414546030AF8625D1109E((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)__this, L_0, L_1, /*hidden argument*/NULL);
|
|||
|
|
bool L_2 = ___checkDigitToken2;
|
|||
|
|
__this->set_m_checkDigitToken_5(L_2);
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C void __DTString__ctor_m9E9D21ACAC80CD2A8935D885767A9D7320A78FCF_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, bool ___checkDigitToken2, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
__DTString__ctor_m9E9D21ACAC80CD2A8935D885767A9D7320A78FCF(_thisAdjusted, ___str0, ___dtfi1, ___checkDigitToken2, method);
|
|||
|
|
}
|
|||
|
|
// System.Void System.__DTString::.ctor(System.String,System.Globalization.DateTimeFormatInfo)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString__ctor_mE5FC300B73DE2B23E51414546030AF8625D1109E (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
__this->set_Index_1((-1));
|
|||
|
|
String_t* L_0 = ___str0;
|
|||
|
|
__this->set_Value_0(L_0);
|
|||
|
|
String_t* L_1 = __this->get_Value_0();
|
|||
|
|
NullCheck(L_1);
|
|||
|
|
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
|
|||
|
|
__this->set_len_2(L_2);
|
|||
|
|
__this->set_m_current_3(0);
|
|||
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_3 = ___dtfi1;
|
|||
|
|
if (!L_3)
|
|||
|
|
{
|
|||
|
|
goto IL_0048;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_4 = ___dtfi1;
|
|||
|
|
NullCheck(L_4);
|
|||
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_5 = DateTimeFormatInfo_get_CompareInfo_mD70321935C290535664E8821CBE0D304580230C8(L_4, /*hidden argument*/NULL);
|
|||
|
|
__this->set_m_info_4(L_5);
|
|||
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_6 = ___dtfi1;
|
|||
|
|
NullCheck(L_6);
|
|||
|
|
int32_t L_7 = DateTimeFormatInfo_get_FormatFlags_m42B106A8C2AC470D425032034608045AABB71731(L_6, /*hidden argument*/NULL);
|
|||
|
|
__this->set_m_checkDigitToken_5((bool)((!(((uint32_t)((int32_t)((int32_t)L_7&(int32_t)((int32_t)32)))) <= ((uint32_t)0)))? 1 : 0));
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0048:
|
|||
|
|
{
|
|||
|
|
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_8 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
|
|||
|
|
NullCheck(L_8);
|
|||
|
|
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = Thread_get_CurrentCulture_m97A15448A16FB3B5EC1E21A0538C9FC1F84AEE66(L_8, /*hidden argument*/NULL);
|
|||
|
|
NullCheck(L_9);
|
|||
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_10 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_9);
|
|||
|
|
__this->set_m_info_4(L_10);
|
|||
|
|
__this->set_m_checkDigitToken_5((bool)0);
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C void __DTString__ctor_mE5FC300B73DE2B23E51414546030AF8625D1109E_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi1, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
__DTString__ctor_mE5FC300B73DE2B23E51414546030AF8625D1109E(_thisAdjusted, ___str0, ___dtfi1, method);
|
|||
|
|
}
|
|||
|
|
// System.Globalization.CompareInfo System.__DTString::get_CompareInfo()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __DTString_get_CompareInfo_mE0381FC6A1AB82E0BDAF45F848568124B193FB51 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_0 = __this->get_m_info_4();
|
|||
|
|
return L_0;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __DTString_get_CompareInfo_mE0381FC6A1AB82E0BDAF45F848568124B193FB51_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
return __DTString_get_CompareInfo_mE0381FC6A1AB82E0BDAF45F848568124B193FB51_inline(_thisAdjusted, method);
|
|||
|
|
}
|
|||
|
|
// System.Boolean System.__DTString::GetNext()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
int32_t L_0 = __this->get_Index_1();
|
|||
|
|
__this->set_Index_1(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
|
|||
|
|
int32_t L_1 = __this->get_Index_1();
|
|||
|
|
int32_t L_2 = __this->get_len_2();
|
|||
|
|
if ((((int32_t)L_1) >= ((int32_t)L_2)))
|
|||
|
|
{
|
|||
|
|
goto IL_0035;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
String_t* L_3 = __this->get_Value_0();
|
|||
|
|
int32_t L_4 = __this->get_Index_1();
|
|||
|
|
NullCheck(L_3);
|
|||
|
|
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL);
|
|||
|
|
__this->set_m_current_3(L_5);
|
|||
|
|
return (bool)1;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0035:
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C bool __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
return __DTString_GetNext_mA99D360775F54B38E339C68D2E6007B7E028E1A3(_thisAdjusted, method);
|
|||
|
|
}
|
|||
|
|
// System.Boolean System.__DTString::AtEnd()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_AtEnd_mE89AB87FFD62B3BA1D1E5B30052947890000EADC (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
int32_t L_0 = __this->get_Index_1();
|
|||
|
|
int32_t L_1 = __this->get_len_2();
|
|||
|
|
if ((((int32_t)L_0) < ((int32_t)L_1)))
|
|||
|
|
{
|
|||
|
|
goto IL_0010;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)1;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0010:
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C bool __DTString_AtEnd_mE89AB87FFD62B3BA1D1E5B30052947890000EADC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
return __DTString_AtEnd_mE89AB87FFD62B3BA1D1E5B30052947890000EADC(_thisAdjusted, method);
|
|||
|
|
}
|
|||
|
|
// System.Boolean System.__DTString::Advance(System.Int32)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_Advance_m6CAEF5CE3C7B57CBBDA5E0F5A391F6517C3791CC (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, int32_t ___count0, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
int32_t L_0 = __this->get_Index_1();
|
|||
|
|
int32_t L_1 = ___count0;
|
|||
|
|
__this->set_Index_1(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)));
|
|||
|
|
int32_t L_2 = __this->get_Index_1();
|
|||
|
|
int32_t L_3 = __this->get_len_2();
|
|||
|
|
if ((((int32_t)L_2) >= ((int32_t)L_3)))
|
|||
|
|
{
|
|||
|
|
goto IL_0035;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
String_t* L_4 = __this->get_Value_0();
|
|||
|
|
int32_t L_5 = __this->get_Index_1();
|
|||
|
|
NullCheck(L_4);
|
|||
|
|
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL);
|
|||
|
|
__this->set_m_current_3(L_6);
|
|||
|
|
return (bool)1;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0035:
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C bool __DTString_Advance_m6CAEF5CE3C7B57CBBDA5E0F5A391F6517C3791CC_AdjustorThunk (RuntimeObject * __this, int32_t ___count0, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
return __DTString_Advance_m6CAEF5CE3C7B57CBBDA5E0F5A391F6517C3791CC(_thisAdjusted, ___count0, method);
|
|||
|
|
}
|
|||
|
|
// System.Void System.__DTString::GetRegularToken(System.TokenType&,System.Int32&,System.Globalization.DateTimeFormatInfo)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_GetRegularToken_mD79E9337E33F2F9535DD89437EEDC2AF3F5A0B39 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, int32_t* ___tokenType0, int32_t* ___tokenValue1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (__DTString_GetRegularToken_mD79E9337E33F2F9535DD89437EEDC2AF3F5A0B39_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
int32_t V_0 = 0;
|
|||
|
|
int32_t V_1 = 0;
|
|||
|
|
int32_t V_2 = 0;
|
|||
|
|
int32_t V_3 = 0;
|
|||
|
|
Il2CppChar V_4 = 0x0;
|
|||
|
|
int32_t V_5 = 0;
|
|||
|
|
int32_t V_6 = 0;
|
|||
|
|
{
|
|||
|
|
int32_t* L_0 = ___tokenValue1;
|
|||
|
|
*((int32_t*)L_0) = (int32_t)0;
|
|||
|
|
int32_t L_1 = __this->get_Index_1();
|
|||
|
|
int32_t L_2 = __this->get_len_2();
|
|||
|
|
if ((((int32_t)L_1) < ((int32_t)L_2)))
|
|||
|
|
{
|
|||
|
|
goto IL_0015;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t* L_3 = ___tokenType0;
|
|||
|
|
*((int32_t*)L_3) = (int32_t)6;
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0015:
|
|||
|
|
{
|
|||
|
|
int32_t* L_4 = ___tokenType0;
|
|||
|
|
*((int32_t*)L_4) = (int32_t)((int32_t)11);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0019:
|
|||
|
|
{
|
|||
|
|
Il2CppChar L_5 = __this->get_m_current_3();
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|||
|
|
bool L_6 = DateTimeParse_IsDigit_mCC840BC9EC5E157F967F148BC12F6A815E75B74A(L_5, /*hidden argument*/NULL);
|
|||
|
|
if (!L_6)
|
|||
|
|
{
|
|||
|
|
goto IL_0112;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t* L_7 = ___tokenValue1;
|
|||
|
|
Il2CppChar L_8 = __this->get_m_current_3();
|
|||
|
|
*((int32_t*)L_7) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)48)));
|
|||
|
|
int32_t L_9 = __this->get_Index_1();
|
|||
|
|
V_1 = L_9;
|
|||
|
|
goto IL_0070;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_003d:
|
|||
|
|
{
|
|||
|
|
String_t* L_10 = __this->get_Value_0();
|
|||
|
|
int32_t L_11 = __this->get_Index_1();
|
|||
|
|
NullCheck(L_10);
|
|||
|
|
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, L_11, /*hidden argument*/NULL);
|
|||
|
|
__this->set_m_current_3(L_12);
|
|||
|
|
Il2CppChar L_13 = __this->get_m_current_3();
|
|||
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)48)));
|
|||
|
|
int32_t L_14 = V_0;
|
|||
|
|
if ((((int32_t)L_14) < ((int32_t)0)))
|
|||
|
|
{
|
|||
|
|
goto IL_0089;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_15 = V_0;
|
|||
|
|
if ((((int32_t)L_15) > ((int32_t)((int32_t)9))))
|
|||
|
|
{
|
|||
|
|
goto IL_0089;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t* L_16 = ___tokenValue1;
|
|||
|
|
int32_t* L_17 = ___tokenValue1;
|
|||
|
|
int32_t L_18 = *((int32_t*)L_17);
|
|||
|
|
int32_t L_19 = V_0;
|
|||
|
|
*((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)((int32_t)10))), (int32_t)L_19));
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0070:
|
|||
|
|
{
|
|||
|
|
int32_t L_20 = __this->get_Index_1();
|
|||
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
|
|||
|
|
int32_t L_21 = V_2;
|
|||
|
|
__this->set_Index_1(L_21);
|
|||
|
|
int32_t L_22 = V_2;
|
|||
|
|
int32_t L_23 = __this->get_len_2();
|
|||
|
|
if ((((int32_t)L_22) < ((int32_t)L_23)))
|
|||
|
|
{
|
|||
|
|
goto IL_003d;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0089:
|
|||
|
|
{
|
|||
|
|
int32_t L_24 = __this->get_Index_1();
|
|||
|
|
int32_t L_25 = V_1;
|
|||
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25))) <= ((int32_t)8)))
|
|||
|
|
{
|
|||
|
|
goto IL_009c;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t* L_26 = ___tokenType0;
|
|||
|
|
*((int32_t*)L_26) = (int32_t)1;
|
|||
|
|
int32_t* L_27 = ___tokenValue1;
|
|||
|
|
*((int32_t*)L_27) = (int32_t)(-1);
|
|||
|
|
goto IL_00af;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_009c:
|
|||
|
|
{
|
|||
|
|
int32_t L_28 = __this->get_Index_1();
|
|||
|
|
int32_t L_29 = V_1;
|
|||
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29))) >= ((int32_t)3)))
|
|||
|
|
{
|
|||
|
|
goto IL_00ac;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t* L_30 = ___tokenType0;
|
|||
|
|
*((int32_t*)L_30) = (int32_t)1;
|
|||
|
|
goto IL_00af;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_00ac:
|
|||
|
|
{
|
|||
|
|
int32_t* L_31 = ___tokenType0;
|
|||
|
|
*((int32_t*)L_31) = (int32_t)2;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_00af:
|
|||
|
|
{
|
|||
|
|
bool L_32 = __this->get_m_checkDigitToken_5();
|
|||
|
|
if (!L_32)
|
|||
|
|
{
|
|||
|
|
goto IL_0174;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_33 = __this->get_Index_1();
|
|||
|
|
V_3 = L_33;
|
|||
|
|
Il2CppChar L_34 = __this->get_m_current_3();
|
|||
|
|
V_4 = L_34;
|
|||
|
|
int32_t L_35 = V_1;
|
|||
|
|
__this->set_Index_1(L_35);
|
|||
|
|
String_t* L_36 = __this->get_Value_0();
|
|||
|
|
int32_t L_37 = __this->get_Index_1();
|
|||
|
|
NullCheck(L_36);
|
|||
|
|
Il2CppChar L_38 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_36, L_37, /*hidden argument*/NULL);
|
|||
|
|
__this->set_m_current_3(L_38);
|
|||
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_39 = ___dtfi2;
|
|||
|
|
NullCheck(L_39);
|
|||
|
|
bool L_40 = DateTimeFormatInfo_Tokenize_m47644B9B55F1919470E65677B3C8C5573E606217(L_39, ((int32_t)255), (int32_t*)(&V_5), (int32_t*)(&V_6), (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)__this, /*hidden argument*/NULL);
|
|||
|
|
if (!L_40)
|
|||
|
|
{
|
|||
|
|
goto IL_0102;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t* L_41 = ___tokenType0;
|
|||
|
|
int32_t L_42 = V_5;
|
|||
|
|
*((int32_t*)L_41) = (int32_t)L_42;
|
|||
|
|
int32_t* L_43 = ___tokenValue1;
|
|||
|
|
int32_t L_44 = V_6;
|
|||
|
|
*((int32_t*)L_43) = (int32_t)L_44;
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0102:
|
|||
|
|
{
|
|||
|
|
int32_t L_45 = V_3;
|
|||
|
|
__this->set_Index_1(L_45);
|
|||
|
|
Il2CppChar L_46 = V_4;
|
|||
|
|
__this->set_m_current_3(L_46);
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0112:
|
|||
|
|
{
|
|||
|
|
Il2CppChar L_47 = __this->get_m_current_3();
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|||
|
|
bool L_48 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_47, /*hidden argument*/NULL);
|
|||
|
|
if (!L_48)
|
|||
|
|
{
|
|||
|
|
goto IL_0165;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
goto IL_0148;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0121:
|
|||
|
|
{
|
|||
|
|
String_t* L_49 = __this->get_Value_0();
|
|||
|
|
int32_t L_50 = __this->get_Index_1();
|
|||
|
|
NullCheck(L_49);
|
|||
|
|
Il2CppChar L_51 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_49, L_50, /*hidden argument*/NULL);
|
|||
|
|
__this->set_m_current_3(L_51);
|
|||
|
|
Il2CppChar L_52 = __this->get_m_current_3();
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|||
|
|
bool L_53 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_52, /*hidden argument*/NULL);
|
|||
|
|
if (!L_53)
|
|||
|
|
{
|
|||
|
|
goto IL_0019;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0148:
|
|||
|
|
{
|
|||
|
|
int32_t L_54 = __this->get_Index_1();
|
|||
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1));
|
|||
|
|
int32_t L_55 = V_2;
|
|||
|
|
__this->set_Index_1(L_55);
|
|||
|
|
int32_t L_56 = V_2;
|
|||
|
|
int32_t L_57 = __this->get_len_2();
|
|||
|
|
if ((((int32_t)L_56) < ((int32_t)L_57)))
|
|||
|
|
{
|
|||
|
|
goto IL_0121;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t* L_58 = ___tokenType0;
|
|||
|
|
*((int32_t*)L_58) = (int32_t)6;
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0165:
|
|||
|
|
{
|
|||
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_59 = ___dtfi2;
|
|||
|
|
int32_t* L_60 = ___tokenType0;
|
|||
|
|
int32_t* L_61 = ___tokenValue1;
|
|||
|
|
NullCheck(L_59);
|
|||
|
|
DateTimeFormatInfo_Tokenize_m47644B9B55F1919470E65677B3C8C5573E606217(L_59, ((int32_t)255), (int32_t*)L_60, (int32_t*)L_61, (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)__this, /*hidden argument*/NULL);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0174:
|
|||
|
|
{
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C void __DTString_GetRegularToken_mD79E9337E33F2F9535DD89437EEDC2AF3F5A0B39_AdjustorThunk (RuntimeObject * __this, int32_t* ___tokenType0, int32_t* ___tokenValue1, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi2, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
__DTString_GetRegularToken_mD79E9337E33F2F9535DD89437EEDC2AF3F5A0B39(_thisAdjusted, ___tokenType0, ___tokenValue1, ___dtfi2, method);
|
|||
|
|
}
|
|||
|
|
// System.TokenType System.__DTString::GetSeparatorToken(System.Globalization.DateTimeFormatInfo,System.Int32&,System.Char&)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t __DTString_GetSeparatorToken_m2F4CE10AC9C39A5380D3DD5344B81F79C7006EF1 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, int32_t* ___indexBeforeSeparator1, Il2CppChar* ___charBeforeSeparator2, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (__DTString_GetSeparatorToken_m2F4CE10AC9C39A5380D3DD5344B81F79C7006EF1_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
int32_t V_0 = 0;
|
|||
|
|
int32_t V_1 = 0;
|
|||
|
|
{
|
|||
|
|
int32_t* L_0 = ___indexBeforeSeparator1;
|
|||
|
|
int32_t L_1 = __this->get_Index_1();
|
|||
|
|
*((int32_t*)L_0) = (int32_t)L_1;
|
|||
|
|
Il2CppChar* L_2 = ___charBeforeSeparator2;
|
|||
|
|
Il2CppChar L_3 = __this->get_m_current_3();
|
|||
|
|
*((int16_t*)L_2) = (int16_t)L_3;
|
|||
|
|
bool L_4 = __DTString_SkipWhiteSpaceCurrent_m85EF1DCFFB216A209FEB3CC53CB8E977C51D71DB((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)__this, /*hidden argument*/NULL);
|
|||
|
|
if (L_4)
|
|||
|
|
{
|
|||
|
|
goto IL_001e;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (int32_t)(((int32_t)512));
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_001e:
|
|||
|
|
{
|
|||
|
|
Il2CppChar L_5 = __this->get_m_current_3();
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|||
|
|
bool L_6 = DateTimeParse_IsDigit_mCC840BC9EC5E157F967F148BC12F6A815E75B74A(L_5, /*hidden argument*/NULL);
|
|||
|
|
if (L_6)
|
|||
|
|
{
|
|||
|
|
goto IL_0045;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * L_7 = ___dtfi0;
|
|||
|
|
NullCheck(L_7);
|
|||
|
|
bool L_8 = DateTimeFormatInfo_Tokenize_m47644B9B55F1919470E65677B3C8C5573E606217(L_7, ((int32_t)65280), (int32_t*)(&V_0), (int32_t*)(&V_1), (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)__this, /*hidden argument*/NULL);
|
|||
|
|
if (L_8)
|
|||
|
|
{
|
|||
|
|
goto IL_004b;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
V_0 = ((int32_t)768);
|
|||
|
|
goto IL_004b;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0045:
|
|||
|
|
{
|
|||
|
|
V_0 = ((int32_t)768);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_004b:
|
|||
|
|
{
|
|||
|
|
int32_t L_9 = V_0;
|
|||
|
|
return L_9;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C int32_t __DTString_GetSeparatorToken_m2F4CE10AC9C39A5380D3DD5344B81F79C7006EF1_AdjustorThunk (RuntimeObject * __this, DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dtfi0, int32_t* ___indexBeforeSeparator1, Il2CppChar* ___charBeforeSeparator2, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
return __DTString_GetSeparatorToken_m2F4CE10AC9C39A5380D3DD5344B81F79C7006EF1(_thisAdjusted, ___dtfi0, ___indexBeforeSeparator1, ___charBeforeSeparator2, method);
|
|||
|
|
}
|
|||
|
|
// System.Boolean System.__DTString::MatchSpecifiedWord(System.String)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___target0, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
String_t* L_0 = ___target0;
|
|||
|
|
String_t* L_1 = ___target0;
|
|||
|
|
NullCheck(L_1);
|
|||
|
|
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
|
|||
|
|
int32_t L_3 = __this->get_Index_1();
|
|||
|
|
bool L_4 = __DTString_MatchSpecifiedWord_m6399788FF78434EAD2231A2A7509B580EFED33B5((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)__this, L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)), /*hidden argument*/NULL);
|
|||
|
|
return L_4;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C bool __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410_AdjustorThunk (RuntimeObject * __this, String_t* ___target0, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
return __DTString_MatchSpecifiedWord_m6B53744885B818B053CFE143A6AD0F778D617410(_thisAdjusted, ___target0, method);
|
|||
|
|
}
|
|||
|
|
// System.Boolean System.__DTString::MatchSpecifiedWord(System.String,System.Int32)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_MatchSpecifiedWord_m6399788FF78434EAD2231A2A7509B580EFED33B5 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___target0, int32_t ___endIndex1, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t V_0 = 0;
|
|||
|
|
{
|
|||
|
|
int32_t L_0 = ___endIndex1;
|
|||
|
|
int32_t L_1 = __this->get_Index_1();
|
|||
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1));
|
|||
|
|
int32_t L_2 = V_0;
|
|||
|
|
String_t* L_3 = ___target0;
|
|||
|
|
NullCheck(L_3);
|
|||
|
|
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
|
|||
|
|
if ((((int32_t)L_2) == ((int32_t)L_4)))
|
|||
|
|
{
|
|||
|
|
goto IL_0014;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0014:
|
|||
|
|
{
|
|||
|
|
int32_t L_5 = __this->get_Index_1();
|
|||
|
|
int32_t L_6 = V_0;
|
|||
|
|
int32_t L_7 = __this->get_len_2();
|
|||
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6))) <= ((int32_t)L_7)))
|
|||
|
|
{
|
|||
|
|
goto IL_0026;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0026:
|
|||
|
|
{
|
|||
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_8 = __this->get_m_info_4();
|
|||
|
|
String_t* L_9 = __this->get_Value_0();
|
|||
|
|
int32_t L_10 = __this->get_Index_1();
|
|||
|
|
int32_t L_11 = V_0;
|
|||
|
|
String_t* L_12 = ___target0;
|
|||
|
|
int32_t L_13 = V_0;
|
|||
|
|
NullCheck(L_8);
|
|||
|
|
int32_t L_14 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_8, L_9, L_10, L_11, L_12, 0, L_13, 1);
|
|||
|
|
return (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C bool __DTString_MatchSpecifiedWord_m6399788FF78434EAD2231A2A7509B580EFED33B5_AdjustorThunk (RuntimeObject * __this, String_t* ___target0, int32_t ___endIndex1, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
return __DTString_MatchSpecifiedWord_m6399788FF78434EAD2231A2A7509B580EFED33B5(_thisAdjusted, ___target0, ___endIndex1, method);
|
|||
|
|
}
|
|||
|
|
// System.Boolean System.__DTString::MatchSpecifiedWords(System.String,System.Boolean,System.Int32&)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_MatchSpecifiedWords_mAD172D28B54FDBB34D5E8C8F92CB6C8B0EECDBA0 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___target0, bool ___checkWordBoundary1, int32_t* ___matchLength2, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (__DTString_MatchSpecifiedWords_mAD172D28B54FDBB34D5E8C8F92CB6C8B0EECDBA0_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
int32_t V_0 = 0;
|
|||
|
|
int32_t V_1 = 0;
|
|||
|
|
int32_t V_2 = 0;
|
|||
|
|
int32_t V_3 = 0;
|
|||
|
|
int32_t V_4 = 0;
|
|||
|
|
int32_t V_5 = 0;
|
|||
|
|
int32_t V_6 = 0;
|
|||
|
|
{
|
|||
|
|
String_t* L_0 = __this->get_Value_0();
|
|||
|
|
NullCheck(L_0);
|
|||
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|||
|
|
int32_t L_2 = __this->get_Index_1();
|
|||
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2));
|
|||
|
|
int32_t* L_3 = ___matchLength2;
|
|||
|
|
String_t* L_4 = ___target0;
|
|||
|
|
NullCheck(L_4);
|
|||
|
|
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
|
|||
|
|
*((int32_t*)L_3) = (int32_t)L_5;
|
|||
|
|
int32_t* L_6 = ___matchLength2;
|
|||
|
|
int32_t L_7 = *((int32_t*)L_6);
|
|||
|
|
int32_t L_8 = V_0;
|
|||
|
|
if ((((int32_t)L_7) > ((int32_t)L_8)))
|
|||
|
|
{
|
|||
|
|
goto IL_0043;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_9 = __this->get_m_info_4();
|
|||
|
|
String_t* L_10 = __this->get_Value_0();
|
|||
|
|
int32_t L_11 = __this->get_Index_1();
|
|||
|
|
int32_t* L_12 = ___matchLength2;
|
|||
|
|
int32_t L_13 = *((int32_t*)L_12);
|
|||
|
|
String_t* L_14 = ___target0;
|
|||
|
|
int32_t* L_15 = ___matchLength2;
|
|||
|
|
int32_t L_16 = *((int32_t*)L_15);
|
|||
|
|
NullCheck(L_9);
|
|||
|
|
int32_t L_17 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_9, L_10, L_11, L_13, L_14, 0, L_16, 1);
|
|||
|
|
if (!L_17)
|
|||
|
|
{
|
|||
|
|
goto IL_0147;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0043:
|
|||
|
|
{
|
|||
|
|
V_1 = 0;
|
|||
|
|
int32_t L_18 = __this->get_Index_1();
|
|||
|
|
V_2 = L_18;
|
|||
|
|
String_t* L_19 = ___target0;
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_il2cpp_TypeInfo_var);
|
|||
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = ((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_StaticFields*)il2cpp_codegen_static_fields_for(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_il2cpp_TypeInfo_var))->get_WhiteSpaceChecks_6();
|
|||
|
|
int32_t L_21 = V_1;
|
|||
|
|
NullCheck(L_19);
|
|||
|
|
int32_t L_22 = String_IndexOfAny_m30470EE6951771AE5E897773C8FC233DADBAE301(L_19, L_20, L_21, /*hidden argument*/NULL);
|
|||
|
|
V_3 = L_22;
|
|||
|
|
int32_t L_23 = V_3;
|
|||
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)(-1)))))
|
|||
|
|
{
|
|||
|
|
goto IL_005f;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_005f:
|
|||
|
|
{
|
|||
|
|
int32_t L_24 = V_3;
|
|||
|
|
int32_t L_25 = V_1;
|
|||
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25));
|
|||
|
|
int32_t L_26 = V_2;
|
|||
|
|
String_t* L_27 = __this->get_Value_0();
|
|||
|
|
NullCheck(L_27);
|
|||
|
|
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_27, /*hidden argument*/NULL);
|
|||
|
|
int32_t L_29 = V_4;
|
|||
|
|
if ((((int32_t)L_26) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29)))))
|
|||
|
|
{
|
|||
|
|
goto IL_0077;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0077:
|
|||
|
|
{
|
|||
|
|
int32_t L_30 = V_4;
|
|||
|
|
if (L_30)
|
|||
|
|
{
|
|||
|
|
goto IL_0083;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t* L_31 = ___matchLength2;
|
|||
|
|
int32_t* L_32 = ___matchLength2;
|
|||
|
|
int32_t L_33 = *((int32_t*)L_32);
|
|||
|
|
*((int32_t*)L_31) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1));
|
|||
|
|
goto IL_00bf;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0083:
|
|||
|
|
{
|
|||
|
|
String_t* L_34 = __this->get_Value_0();
|
|||
|
|
int32_t L_35 = V_2;
|
|||
|
|
int32_t L_36 = V_4;
|
|||
|
|
NullCheck(L_34);
|
|||
|
|
Il2CppChar L_37 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_34, ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36)), /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|||
|
|
bool L_38 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_37, /*hidden argument*/NULL);
|
|||
|
|
if (L_38)
|
|||
|
|
{
|
|||
|
|
goto IL_009b;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_009b:
|
|||
|
|
{
|
|||
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_39 = __this->get_m_info_4();
|
|||
|
|
String_t* L_40 = __this->get_Value_0();
|
|||
|
|
int32_t L_41 = V_2;
|
|||
|
|
int32_t L_42 = V_4;
|
|||
|
|
String_t* L_43 = ___target0;
|
|||
|
|
int32_t L_44 = V_1;
|
|||
|
|
int32_t L_45 = V_4;
|
|||
|
|
NullCheck(L_39);
|
|||
|
|
int32_t L_46 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_39, L_40, L_41, L_42, L_43, L_44, L_45, 1);
|
|||
|
|
if (!L_46)
|
|||
|
|
{
|
|||
|
|
goto IL_00b8;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_00b8:
|
|||
|
|
{
|
|||
|
|
int32_t L_47 = V_2;
|
|||
|
|
int32_t L_48 = V_4;
|
|||
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_48)), (int32_t)1));
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_00bf:
|
|||
|
|
{
|
|||
|
|
int32_t L_49 = V_3;
|
|||
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1));
|
|||
|
|
goto IL_00cf;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_00c5:
|
|||
|
|
{
|
|||
|
|
int32_t L_50 = V_2;
|
|||
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1));
|
|||
|
|
int32_t* L_51 = ___matchLength2;
|
|||
|
|
int32_t* L_52 = ___matchLength2;
|
|||
|
|
int32_t L_53 = *((int32_t*)L_52);
|
|||
|
|
*((int32_t*)L_51) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1));
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_00cf:
|
|||
|
|
{
|
|||
|
|
int32_t L_54 = V_2;
|
|||
|
|
String_t* L_55 = __this->get_Value_0();
|
|||
|
|
NullCheck(L_55);
|
|||
|
|
int32_t L_56 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_55, /*hidden argument*/NULL);
|
|||
|
|
if ((((int32_t)L_54) >= ((int32_t)L_56)))
|
|||
|
|
{
|
|||
|
|
goto IL_00f0;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
String_t* L_57 = __this->get_Value_0();
|
|||
|
|
int32_t L_58 = V_2;
|
|||
|
|
NullCheck(L_57);
|
|||
|
|
Il2CppChar L_59 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_57, L_58, /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|||
|
|
bool L_60 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_59, /*hidden argument*/NULL);
|
|||
|
|
if (L_60)
|
|||
|
|
{
|
|||
|
|
goto IL_00c5;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_00f0:
|
|||
|
|
{
|
|||
|
|
String_t* L_61 = ___target0;
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_il2cpp_TypeInfo_var);
|
|||
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_62 = ((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_StaticFields*)il2cpp_codegen_static_fields_for(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_il2cpp_TypeInfo_var))->get_WhiteSpaceChecks_6();
|
|||
|
|
int32_t L_63 = V_1;
|
|||
|
|
NullCheck(L_61);
|
|||
|
|
int32_t L_64 = String_IndexOfAny_m30470EE6951771AE5E897773C8FC233DADBAE301(L_61, L_62, L_63, /*hidden argument*/NULL);
|
|||
|
|
int32_t L_65 = L_64;
|
|||
|
|
V_3 = L_65;
|
|||
|
|
if ((((int32_t)L_65) >= ((int32_t)0)))
|
|||
|
|
{
|
|||
|
|
goto IL_005f;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_66 = V_1;
|
|||
|
|
String_t* L_67 = ___target0;
|
|||
|
|
NullCheck(L_67);
|
|||
|
|
int32_t L_68 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_67, /*hidden argument*/NULL);
|
|||
|
|
if ((((int32_t)L_66) >= ((int32_t)L_68)))
|
|||
|
|
{
|
|||
|
|
goto IL_0147;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
String_t* L_69 = ___target0;
|
|||
|
|
NullCheck(L_69);
|
|||
|
|
int32_t L_70 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_69, /*hidden argument*/NULL);
|
|||
|
|
int32_t L_71 = V_1;
|
|||
|
|
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_71));
|
|||
|
|
int32_t L_72 = V_2;
|
|||
|
|
String_t* L_73 = __this->get_Value_0();
|
|||
|
|
NullCheck(L_73);
|
|||
|
|
int32_t L_74 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_73, /*hidden argument*/NULL);
|
|||
|
|
int32_t L_75 = V_5;
|
|||
|
|
if ((((int32_t)L_72) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)L_75)))))
|
|||
|
|
{
|
|||
|
|
goto IL_012a;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_012a:
|
|||
|
|
{
|
|||
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_76 = __this->get_m_info_4();
|
|||
|
|
String_t* L_77 = __this->get_Value_0();
|
|||
|
|
int32_t L_78 = V_2;
|
|||
|
|
int32_t L_79 = V_5;
|
|||
|
|
String_t* L_80 = ___target0;
|
|||
|
|
int32_t L_81 = V_1;
|
|||
|
|
int32_t L_82 = V_5;
|
|||
|
|
NullCheck(L_76);
|
|||
|
|
int32_t L_83 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_76, L_77, L_78, L_79, L_80, L_81, L_82, 1);
|
|||
|
|
if (!L_83)
|
|||
|
|
{
|
|||
|
|
goto IL_0147;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0147:
|
|||
|
|
{
|
|||
|
|
bool L_84 = ___checkWordBoundary1;
|
|||
|
|
if (!L_84)
|
|||
|
|
{
|
|||
|
|
goto IL_017a;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_85 = __this->get_Index_1();
|
|||
|
|
int32_t* L_86 = ___matchLength2;
|
|||
|
|
int32_t L_87 = *((int32_t*)L_86);
|
|||
|
|
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)L_87));
|
|||
|
|
int32_t L_88 = V_6;
|
|||
|
|
String_t* L_89 = __this->get_Value_0();
|
|||
|
|
NullCheck(L_89);
|
|||
|
|
int32_t L_90 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_89, /*hidden argument*/NULL);
|
|||
|
|
if ((((int32_t)L_88) >= ((int32_t)L_90)))
|
|||
|
|
{
|
|||
|
|
goto IL_017a;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
String_t* L_91 = __this->get_Value_0();
|
|||
|
|
int32_t L_92 = V_6;
|
|||
|
|
NullCheck(L_91);
|
|||
|
|
Il2CppChar L_93 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_91, L_92, /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|||
|
|
bool L_94 = Char_IsLetter_mCC7F387F16C2DE7C85B6A1A0C5BC75D92A813DFE(L_93, /*hidden argument*/NULL);
|
|||
|
|
if (!L_94)
|
|||
|
|
{
|
|||
|
|
goto IL_017a;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_017a:
|
|||
|
|
{
|
|||
|
|
return (bool)1;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C bool __DTString_MatchSpecifiedWords_mAD172D28B54FDBB34D5E8C8F92CB6C8B0EECDBA0_AdjustorThunk (RuntimeObject * __this, String_t* ___target0, bool ___checkWordBoundary1, int32_t* ___matchLength2, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
return __DTString_MatchSpecifiedWords_mAD172D28B54FDBB34D5E8C8F92CB6C8B0EECDBA0(_thisAdjusted, ___target0, ___checkWordBoundary1, ___matchLength2, method);
|
|||
|
|
}
|
|||
|
|
// System.Boolean System.__DTString::Match(System.String)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_Match_m6E1CE300661D15D140D2FAC5C54E74BDBE70EE19 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, String_t* ___str0, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t V_0 = 0;
|
|||
|
|
{
|
|||
|
|
int32_t L_0 = __this->get_Index_1();
|
|||
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1));
|
|||
|
|
int32_t L_1 = V_0;
|
|||
|
|
__this->set_Index_1(L_1);
|
|||
|
|
int32_t L_2 = V_0;
|
|||
|
|
int32_t L_3 = __this->get_len_2();
|
|||
|
|
if ((((int32_t)L_2) < ((int32_t)L_3)))
|
|||
|
|
{
|
|||
|
|
goto IL_001b;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_001b:
|
|||
|
|
{
|
|||
|
|
String_t* L_4 = ___str0;
|
|||
|
|
NullCheck(L_4);
|
|||
|
|
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
|
|||
|
|
String_t* L_6 = __this->get_Value_0();
|
|||
|
|
NullCheck(L_6);
|
|||
|
|
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
|
|||
|
|
int32_t L_8 = __this->get_Index_1();
|
|||
|
|
if ((((int32_t)L_5) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)))))
|
|||
|
|
{
|
|||
|
|
goto IL_0037;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0037:
|
|||
|
|
{
|
|||
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_9 = __this->get_m_info_4();
|
|||
|
|
String_t* L_10 = __this->get_Value_0();
|
|||
|
|
int32_t L_11 = __this->get_Index_1();
|
|||
|
|
String_t* L_12 = ___str0;
|
|||
|
|
NullCheck(L_12);
|
|||
|
|
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL);
|
|||
|
|
String_t* L_14 = ___str0;
|
|||
|
|
String_t* L_15 = ___str0;
|
|||
|
|
NullCheck(L_15);
|
|||
|
|
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_15, /*hidden argument*/NULL);
|
|||
|
|
NullCheck(L_9);
|
|||
|
|
int32_t L_17 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_9, L_10, L_11, L_13, L_14, 0, L_16, ((int32_t)1073741824));
|
|||
|
|
if (L_17)
|
|||
|
|
{
|
|||
|
|
goto IL_007a;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_18 = __this->get_Index_1();
|
|||
|
|
String_t* L_19 = ___str0;
|
|||
|
|
NullCheck(L_19);
|
|||
|
|
int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_19, /*hidden argument*/NULL);
|
|||
|
|
__this->set_Index_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)))));
|
|||
|
|
return (bool)1;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_007a:
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C bool __DTString_Match_m6E1CE300661D15D140D2FAC5C54E74BDBE70EE19_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
return __DTString_Match_m6E1CE300661D15D140D2FAC5C54E74BDBE70EE19(_thisAdjusted, ___str0, method);
|
|||
|
|
}
|
|||
|
|
// System.Boolean System.__DTString::Match(System.Char)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t V_0 = 0;
|
|||
|
|
{
|
|||
|
|
int32_t L_0 = __this->get_Index_1();
|
|||
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1));
|
|||
|
|
int32_t L_1 = V_0;
|
|||
|
|
__this->set_Index_1(L_1);
|
|||
|
|
int32_t L_2 = V_0;
|
|||
|
|
int32_t L_3 = __this->get_len_2();
|
|||
|
|
if ((((int32_t)L_2) < ((int32_t)L_3)))
|
|||
|
|
{
|
|||
|
|
goto IL_001b;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_001b:
|
|||
|
|
{
|
|||
|
|
String_t* L_4 = __this->get_Value_0();
|
|||
|
|
int32_t L_5 = __this->get_Index_1();
|
|||
|
|
NullCheck(L_4);
|
|||
|
|
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL);
|
|||
|
|
Il2CppChar L_7 = ___ch0;
|
|||
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)L_7))))
|
|||
|
|
{
|
|||
|
|
goto IL_0038;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
Il2CppChar L_8 = ___ch0;
|
|||
|
|
__this->set_m_current_3(L_8);
|
|||
|
|
return (bool)1;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0038:
|
|||
|
|
{
|
|||
|
|
int32_t L_9 = __this->get_Index_1();
|
|||
|
|
__this->set_Index_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)));
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C bool __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
return __DTString_Match_mC0335DA3DE8A7B7F93781B52A02655B6889E01B3(_thisAdjusted, ___ch0, method);
|
|||
|
|
}
|
|||
|
|
// System.Int32 System.__DTString::MatchLongestWords(System.String[],System.Int32&)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t __DTString_MatchLongestWords_mCEDB8993665810AAB06045D6EFF076B89572C4BF (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___words0, int32_t* ___maxMatchStrLen1, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t V_0 = 0;
|
|||
|
|
int32_t V_1 = 0;
|
|||
|
|
String_t* V_2 = NULL;
|
|||
|
|
int32_t V_3 = 0;
|
|||
|
|
{
|
|||
|
|
V_0 = (-1);
|
|||
|
|
V_1 = 0;
|
|||
|
|
goto IL_002b;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0006:
|
|||
|
|
{
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___words0;
|
|||
|
|
int32_t L_1 = V_1;
|
|||
|
|
NullCheck(L_0);
|
|||
|
|
int32_t L_2 = L_1;
|
|||
|
|
String_t* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|||
|
|
V_2 = L_3;
|
|||
|
|
String_t* L_4 = V_2;
|
|||
|
|
NullCheck(L_4);
|
|||
|
|
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
|
|||
|
|
V_3 = L_5;
|
|||
|
|
String_t* L_6 = V_2;
|
|||
|
|
bool L_7 = __DTString_MatchSpecifiedWords_mAD172D28B54FDBB34D5E8C8F92CB6C8B0EECDBA0((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *)__this, L_6, (bool)0, (int32_t*)(&V_3), /*hidden argument*/NULL);
|
|||
|
|
if (!L_7)
|
|||
|
|
{
|
|||
|
|
goto IL_0027;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_8 = V_3;
|
|||
|
|
int32_t* L_9 = ___maxMatchStrLen1;
|
|||
|
|
int32_t L_10 = *((int32_t*)L_9);
|
|||
|
|
if ((((int32_t)L_8) <= ((int32_t)L_10)))
|
|||
|
|
{
|
|||
|
|
goto IL_0027;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t* L_11 = ___maxMatchStrLen1;
|
|||
|
|
int32_t L_12 = V_3;
|
|||
|
|
*((int32_t*)L_11) = (int32_t)L_12;
|
|||
|
|
int32_t L_13 = V_1;
|
|||
|
|
V_0 = L_13;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0027:
|
|||
|
|
{
|
|||
|
|
int32_t L_14 = V_1;
|
|||
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_002b:
|
|||
|
|
{
|
|||
|
|
int32_t L_15 = V_1;
|
|||
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = ___words0;
|
|||
|
|
NullCheck(L_16);
|
|||
|
|
if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))))
|
|||
|
|
{
|
|||
|
|
goto IL_0006;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_17 = V_0;
|
|||
|
|
return L_17;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C int32_t __DTString_MatchLongestWords_mCEDB8993665810AAB06045D6EFF076B89572C4BF_AdjustorThunk (RuntimeObject * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___words0, int32_t* ___maxMatchStrLen1, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
return __DTString_MatchLongestWords_mCEDB8993665810AAB06045D6EFF076B89572C4BF(_thisAdjusted, ___words0, ___maxMatchStrLen1, method);
|
|||
|
|
}
|
|||
|
|
// System.Int32 System.__DTString::GetRepeatCount()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
Il2CppChar V_0 = 0x0;
|
|||
|
|
int32_t V_1 = 0;
|
|||
|
|
{
|
|||
|
|
String_t* L_0 = __this->get_Value_0();
|
|||
|
|
int32_t L_1 = __this->get_Index_1();
|
|||
|
|
NullCheck(L_0);
|
|||
|
|
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
|
|||
|
|
V_0 = L_2;
|
|||
|
|
int32_t L_3 = __this->get_Index_1();
|
|||
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
|
|||
|
|
goto IL_0021;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_001d:
|
|||
|
|
{
|
|||
|
|
int32_t L_4 = V_1;
|
|||
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0021:
|
|||
|
|
{
|
|||
|
|
int32_t L_5 = V_1;
|
|||
|
|
int32_t L_6 = __this->get_len_2();
|
|||
|
|
if ((((int32_t)L_5) >= ((int32_t)L_6)))
|
|||
|
|
{
|
|||
|
|
goto IL_0039;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
String_t* L_7 = __this->get_Value_0();
|
|||
|
|
int32_t L_8 = V_1;
|
|||
|
|
NullCheck(L_7);
|
|||
|
|
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_8, /*hidden argument*/NULL);
|
|||
|
|
Il2CppChar L_10 = V_0;
|
|||
|
|
if ((((int32_t)L_9) == ((int32_t)L_10)))
|
|||
|
|
{
|
|||
|
|
goto IL_001d;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0039:
|
|||
|
|
{
|
|||
|
|
int32_t L_11 = V_1;
|
|||
|
|
int32_t L_12 = __this->get_Index_1();
|
|||
|
|
int32_t L_13 = V_1;
|
|||
|
|
__this->set_Index_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)));
|
|||
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C int32_t __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
return __DTString_GetRepeatCount_m115C785C62A5A67CE2BCEA6789CA89BA5B0A97B5(_thisAdjusted, method);
|
|||
|
|
}
|
|||
|
|
// System.Boolean System.__DTString::GetNextDigit()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_GetNextDigit_mE662D3828A0E0648E24F62FC5D750DA554364EFB (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (__DTString_GetNextDigit_mE662D3828A0E0648E24F62FC5D750DA554364EFB_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
int32_t V_0 = 0;
|
|||
|
|
{
|
|||
|
|
int32_t L_0 = __this->get_Index_1();
|
|||
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1));
|
|||
|
|
int32_t L_1 = V_0;
|
|||
|
|
__this->set_Index_1(L_1);
|
|||
|
|
int32_t L_2 = V_0;
|
|||
|
|
int32_t L_3 = __this->get_len_2();
|
|||
|
|
if ((((int32_t)L_2) < ((int32_t)L_3)))
|
|||
|
|
{
|
|||
|
|
goto IL_001b;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_001b:
|
|||
|
|
{
|
|||
|
|
String_t* L_4 = __this->get_Value_0();
|
|||
|
|
int32_t L_5 = __this->get_Index_1();
|
|||
|
|
NullCheck(L_4);
|
|||
|
|
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTimeParse_t657E38D9FF27E5FD6A33E23887031A86248D97D4_il2cpp_TypeInfo_var);
|
|||
|
|
bool L_7 = DateTimeParse_IsDigit_mCC840BC9EC5E157F967F148BC12F6A815E75B74A(L_6, /*hidden argument*/NULL);
|
|||
|
|
return L_7;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C bool __DTString_GetNextDigit_mE662D3828A0E0648E24F62FC5D750DA554364EFB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
return __DTString_GetNextDigit_mE662D3828A0E0648E24F62FC5D750DA554364EFB(_thisAdjusted, method);
|
|||
|
|
}
|
|||
|
|
// System.Char System.__DTString::GetChar()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
String_t* L_0 = __this->get_Value_0();
|
|||
|
|
int32_t L_1 = __this->get_Index_1();
|
|||
|
|
NullCheck(L_0);
|
|||
|
|
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
|
|||
|
|
return L_2;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C Il2CppChar __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
return __DTString_GetChar_m15E6D62E27D5EC6E7E726D2E6A719A95A521CAE6(_thisAdjusted, method);
|
|||
|
|
}
|
|||
|
|
// System.Int32 System.__DTString::GetDigit()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t __DTString_GetDigit_m0A4FC9D7AA54648B77398FAF7997FF7FED3694BF (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
String_t* L_0 = __this->get_Value_0();
|
|||
|
|
int32_t L_1 = __this->get_Index_1();
|
|||
|
|
NullCheck(L_0);
|
|||
|
|
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
|
|||
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)48)));
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C int32_t __DTString_GetDigit_m0A4FC9D7AA54648B77398FAF7997FF7FED3694BF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
return __DTString_GetDigit_m0A4FC9D7AA54648B77398FAF7997FF7FED3694BF(_thisAdjusted, method);
|
|||
|
|
}
|
|||
|
|
// System.Void System.__DTString::SkipWhiteSpaces()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
goto IL_002b;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0002:
|
|||
|
|
{
|
|||
|
|
String_t* L_0 = __this->get_Value_0();
|
|||
|
|
int32_t L_1 = __this->get_Index_1();
|
|||
|
|
NullCheck(L_0);
|
|||
|
|
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)), /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|||
|
|
bool L_3 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_2, /*hidden argument*/NULL);
|
|||
|
|
if (L_3)
|
|||
|
|
{
|
|||
|
|
goto IL_001d;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_001d:
|
|||
|
|
{
|
|||
|
|
int32_t L_4 = __this->get_Index_1();
|
|||
|
|
__this->set_Index_1(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)));
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_002b:
|
|||
|
|
{
|
|||
|
|
int32_t L_5 = __this->get_Index_1();
|
|||
|
|
int32_t L_6 = __this->get_len_2();
|
|||
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))) < ((int32_t)L_6)))
|
|||
|
|
{
|
|||
|
|
goto IL_0002;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C void __DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
__DTString_SkipWhiteSpaces_mB4AA5270916EF04CD52A4F3C16B1FB08D0B0CF4F(_thisAdjusted, method);
|
|||
|
|
}
|
|||
|
|
// System.Boolean System.__DTString::SkipWhiteSpaceCurrent()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __DTString_SkipWhiteSpaceCurrent_m85EF1DCFFB216A209FEB3CC53CB8E977C51D71DB (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (__DTString_SkipWhiteSpaceCurrent_m85EF1DCFFB216A209FEB3CC53CB8E977C51D71DB_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
int32_t V_0 = 0;
|
|||
|
|
{
|
|||
|
|
int32_t L_0 = __this->get_Index_1();
|
|||
|
|
int32_t L_1 = __this->get_len_2();
|
|||
|
|
if ((((int32_t)L_0) < ((int32_t)L_1)))
|
|||
|
|
{
|
|||
|
|
goto IL_0010;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0010:
|
|||
|
|
{
|
|||
|
|
Il2CppChar L_2 = __this->get_m_current_3();
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|||
|
|
bool L_3 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_2, /*hidden argument*/NULL);
|
|||
|
|
if (L_3)
|
|||
|
|
{
|
|||
|
|
goto IL_0045;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)1;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_001f:
|
|||
|
|
{
|
|||
|
|
String_t* L_4 = __this->get_Value_0();
|
|||
|
|
int32_t L_5 = __this->get_Index_1();
|
|||
|
|
NullCheck(L_4);
|
|||
|
|
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL);
|
|||
|
|
__this->set_m_current_3(L_6);
|
|||
|
|
Il2CppChar L_7 = __this->get_m_current_3();
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|||
|
|
bool L_8 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_7, /*hidden argument*/NULL);
|
|||
|
|
if (L_8)
|
|||
|
|
{
|
|||
|
|
goto IL_0045;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)1;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0045:
|
|||
|
|
{
|
|||
|
|
int32_t L_9 = __this->get_Index_1();
|
|||
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
|
|||
|
|
int32_t L_10 = V_0;
|
|||
|
|
__this->set_Index_1(L_10);
|
|||
|
|
int32_t L_11 = V_0;
|
|||
|
|
int32_t L_12 = __this->get_len_2();
|
|||
|
|
if ((((int32_t)L_11) < ((int32_t)L_12)))
|
|||
|
|
{
|
|||
|
|
goto IL_001f;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C bool __DTString_SkipWhiteSpaceCurrent_m85EF1DCFFB216A209FEB3CC53CB8E977C51D71DB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
return __DTString_SkipWhiteSpaceCurrent_m85EF1DCFFB216A209FEB3CC53CB8E977C51D71DB(_thisAdjusted, method);
|
|||
|
|
}
|
|||
|
|
// System.Void System.__DTString::TrimTail()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_TrimTail_m23E23486D88B86A755B551A9881F1FDA9D6DD99A (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (__DTString_TrimTail_m23E23486D88B86A755B551A9881F1FDA9D6DD99A_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
int32_t V_0 = 0;
|
|||
|
|
{
|
|||
|
|
int32_t L_0 = __this->get_len_2();
|
|||
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1));
|
|||
|
|
goto IL_000f;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_000b:
|
|||
|
|
{
|
|||
|
|
int32_t L_1 = V_0;
|
|||
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_000f:
|
|||
|
|
{
|
|||
|
|
int32_t L_2 = V_0;
|
|||
|
|
if ((((int32_t)L_2) < ((int32_t)0)))
|
|||
|
|
{
|
|||
|
|
goto IL_0026;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
String_t* L_3 = __this->get_Value_0();
|
|||
|
|
int32_t L_4 = V_0;
|
|||
|
|
NullCheck(L_3);
|
|||
|
|
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|||
|
|
bool L_6 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_5, /*hidden argument*/NULL);
|
|||
|
|
if (L_6)
|
|||
|
|
{
|
|||
|
|
goto IL_000b;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0026:
|
|||
|
|
{
|
|||
|
|
String_t* L_7 = __this->get_Value_0();
|
|||
|
|
int32_t L_8 = V_0;
|
|||
|
|
NullCheck(L_7);
|
|||
|
|
String_t* L_9 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_7, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL);
|
|||
|
|
__this->set_Value_0(L_9);
|
|||
|
|
String_t* L_10 = __this->get_Value_0();
|
|||
|
|
NullCheck(L_10);
|
|||
|
|
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL);
|
|||
|
|
__this->set_len_2(L_11);
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C void __DTString_TrimTail_m23E23486D88B86A755B551A9881F1FDA9D6DD99A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
__DTString_TrimTail_m23E23486D88B86A755B551A9881F1FDA9D6DD99A(_thisAdjusted, method);
|
|||
|
|
}
|
|||
|
|
// System.Void System.__DTString::RemoveTrailingInQuoteSpaces()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_RemoveTrailingInQuoteSpaces_m18A5B81964E3027BF02B1393CCD7781AB3ECA72F (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (__DTString_RemoveTrailingInQuoteSpaces_m18A5B81964E3027BF02B1393CCD7781AB3ECA72F_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
int32_t V_0 = 0;
|
|||
|
|
Il2CppChar V_1 = 0x0;
|
|||
|
|
{
|
|||
|
|
int32_t L_0 = __this->get_len_2();
|
|||
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1));
|
|||
|
|
int32_t L_1 = V_0;
|
|||
|
|
if ((((int32_t)L_1) > ((int32_t)1)))
|
|||
|
|
{
|
|||
|
|
goto IL_000e;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_000e:
|
|||
|
|
{
|
|||
|
|
String_t* L_2 = __this->get_Value_0();
|
|||
|
|
int32_t L_3 = V_0;
|
|||
|
|
NullCheck(L_2);
|
|||
|
|
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, L_3, /*hidden argument*/NULL);
|
|||
|
|
V_1 = L_4;
|
|||
|
|
Il2CppChar L_5 = V_1;
|
|||
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)39))))
|
|||
|
|
{
|
|||
|
|
goto IL_0025;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
Il2CppChar L_6 = V_1;
|
|||
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)34)))))
|
|||
|
|
{
|
|||
|
|
goto IL_008f;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0025:
|
|||
|
|
{
|
|||
|
|
String_t* L_7 = __this->get_Value_0();
|
|||
|
|
int32_t L_8 = V_0;
|
|||
|
|
NullCheck(L_7);
|
|||
|
|
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|||
|
|
bool L_10 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_9, /*hidden argument*/NULL);
|
|||
|
|
if (!L_10)
|
|||
|
|
{
|
|||
|
|
goto IL_008f;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_11 = V_0;
|
|||
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1));
|
|||
|
|
goto IL_0044;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0040:
|
|||
|
|
{
|
|||
|
|
int32_t L_12 = V_0;
|
|||
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1));
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0044:
|
|||
|
|
{
|
|||
|
|
int32_t L_13 = V_0;
|
|||
|
|
if ((((int32_t)L_13) < ((int32_t)1)))
|
|||
|
|
{
|
|||
|
|
goto IL_005d;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
String_t* L_14 = __this->get_Value_0();
|
|||
|
|
int32_t L_15 = V_0;
|
|||
|
|
NullCheck(L_14);
|
|||
|
|
Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|||
|
|
bool L_17 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_16, /*hidden argument*/NULL);
|
|||
|
|
if (L_17)
|
|||
|
|
{
|
|||
|
|
goto IL_0040;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_005d:
|
|||
|
|
{
|
|||
|
|
String_t* L_18 = __this->get_Value_0();
|
|||
|
|
int32_t L_19 = V_0;
|
|||
|
|
String_t* L_20 = __this->get_Value_0();
|
|||
|
|
NullCheck(L_20);
|
|||
|
|
int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_20, /*hidden argument*/NULL);
|
|||
|
|
int32_t L_22 = V_0;
|
|||
|
|
NullCheck(L_18);
|
|||
|
|
String_t* L_23 = String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF(L_18, L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)), (int32_t)L_22)), /*hidden argument*/NULL);
|
|||
|
|
__this->set_Value_0(L_23);
|
|||
|
|
String_t* L_24 = __this->get_Value_0();
|
|||
|
|
NullCheck(L_24);
|
|||
|
|
int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_24, /*hidden argument*/NULL);
|
|||
|
|
__this->set_len_2(L_25);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_008f:
|
|||
|
|
{
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C void __DTString_RemoveTrailingInQuoteSpaces_m18A5B81964E3027BF02B1393CCD7781AB3ECA72F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
__DTString_RemoveTrailingInQuoteSpaces_m18A5B81964E3027BF02B1393CCD7781AB3ECA72F(_thisAdjusted, method);
|
|||
|
|
}
|
|||
|
|
// System.Void System.__DTString::RemoveLeadingInQuoteSpaces()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_RemoveLeadingInQuoteSpaces_m71E36820EEC9E50FFC1FA2F53FCFA3495EB2BC19 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (__DTString_RemoveLeadingInQuoteSpaces_m71E36820EEC9E50FFC1FA2F53FCFA3495EB2BC19_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
int32_t V_0 = 0;
|
|||
|
|
Il2CppChar V_1 = 0x0;
|
|||
|
|
{
|
|||
|
|
int32_t L_0 = __this->get_len_2();
|
|||
|
|
if ((((int32_t)L_0) > ((int32_t)2)))
|
|||
|
|
{
|
|||
|
|
goto IL_000a;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_000a:
|
|||
|
|
{
|
|||
|
|
V_0 = 0;
|
|||
|
|
String_t* L_1 = __this->get_Value_0();
|
|||
|
|
int32_t L_2 = V_0;
|
|||
|
|
NullCheck(L_1);
|
|||
|
|
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_2, /*hidden argument*/NULL);
|
|||
|
|
V_1 = L_3;
|
|||
|
|
Il2CppChar L_4 = V_1;
|
|||
|
|
if ((((int32_t)L_4) == ((int32_t)((int32_t)39))))
|
|||
|
|
{
|
|||
|
|
goto IL_0029;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
Il2CppChar L_5 = V_1;
|
|||
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)34)))))
|
|||
|
|
{
|
|||
|
|
goto IL_0070;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
goto IL_0029;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0025:
|
|||
|
|
{
|
|||
|
|
int32_t L_6 = V_0;
|
|||
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0029:
|
|||
|
|
{
|
|||
|
|
int32_t L_7 = V_0;
|
|||
|
|
int32_t L_8 = __this->get_len_2();
|
|||
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))) >= ((int32_t)L_8)))
|
|||
|
|
{
|
|||
|
|
goto IL_0049;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
String_t* L_9 = __this->get_Value_0();
|
|||
|
|
int32_t L_10 = V_0;
|
|||
|
|
NullCheck(L_9);
|
|||
|
|
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|||
|
|
bool L_12 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_11, /*hidden argument*/NULL);
|
|||
|
|
if (L_12)
|
|||
|
|
{
|
|||
|
|
goto IL_0025;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0049:
|
|||
|
|
{
|
|||
|
|
int32_t L_13 = V_0;
|
|||
|
|
if (!L_13)
|
|||
|
|
{
|
|||
|
|
goto IL_0070;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
String_t* L_14 = __this->get_Value_0();
|
|||
|
|
int32_t L_15 = V_0;
|
|||
|
|
NullCheck(L_14);
|
|||
|
|
String_t* L_16 = String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF(L_14, 1, L_15, /*hidden argument*/NULL);
|
|||
|
|
__this->set_Value_0(L_16);
|
|||
|
|
String_t* L_17 = __this->get_Value_0();
|
|||
|
|
NullCheck(L_17);
|
|||
|
|
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL);
|
|||
|
|
__this->set_len_2(L_18);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0070:
|
|||
|
|
{
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C void __DTString_RemoveLeadingInQuoteSpaces_m71E36820EEC9E50FFC1FA2F53FCFA3495EB2BC19_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
__DTString_RemoveLeadingInQuoteSpaces_m71E36820EEC9E50FFC1FA2F53FCFA3495EB2BC19(_thisAdjusted, method);
|
|||
|
|
}
|
|||
|
|
// System.DTSubString System.__DTString::GetSubString()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D __DTString_GetSubString_m699C79DE88DFBC0BDD9F85C2CDC155ABB1473DC4 (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D V_0;
|
|||
|
|
memset((&V_0), 0, sizeof(V_0));
|
|||
|
|
int32_t V_1 = 0;
|
|||
|
|
Il2CppChar V_2 = 0x0;
|
|||
|
|
int32_t V_3 = 0;
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initobj((&V_0), sizeof(DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D ));
|
|||
|
|
int32_t L_0 = __this->get_Index_1();
|
|||
|
|
(&V_0)->set_index_1(L_0);
|
|||
|
|
String_t* L_1 = __this->get_Value_0();
|
|||
|
|
(&V_0)->set_s_0(L_1);
|
|||
|
|
goto IL_00a2;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0024:
|
|||
|
|
{
|
|||
|
|
String_t* L_2 = __this->get_Value_0();
|
|||
|
|
int32_t L_3 = __this->get_Index_1();
|
|||
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_4 = V_0;
|
|||
|
|
int32_t L_5 = L_4.get_length_2();
|
|||
|
|
NullCheck(L_2);
|
|||
|
|
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_5)), /*hidden argument*/NULL);
|
|||
|
|
V_2 = L_6;
|
|||
|
|
Il2CppChar L_7 = V_2;
|
|||
|
|
if ((((int32_t)L_7) < ((int32_t)((int32_t)48))))
|
|||
|
|
{
|
|||
|
|
goto IL_004b;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
Il2CppChar L_8 = V_2;
|
|||
|
|
if ((((int32_t)L_8) > ((int32_t)((int32_t)57))))
|
|||
|
|
{
|
|||
|
|
goto IL_004b;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
V_1 = 2;
|
|||
|
|
goto IL_004d;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_004b:
|
|||
|
|
{
|
|||
|
|
V_1 = 4;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_004d:
|
|||
|
|
{
|
|||
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_9 = V_0;
|
|||
|
|
int32_t L_10 = L_9.get_length_2();
|
|||
|
|
if (L_10)
|
|||
|
|
{
|
|||
|
|
goto IL_005f;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_11 = V_1;
|
|||
|
|
(&V_0)->set_type_3(L_11);
|
|||
|
|
goto IL_0068;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_005f:
|
|||
|
|
{
|
|||
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_12 = V_0;
|
|||
|
|
int32_t L_13 = L_12.get_type_3();
|
|||
|
|
int32_t L_14 = V_1;
|
|||
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)L_14))))
|
|||
|
|
{
|
|||
|
|
goto IL_00ba;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0068:
|
|||
|
|
{
|
|||
|
|
int32_t* L_15 = (&V_0)->get_address_of_length_2();
|
|||
|
|
int32_t* L_16 = L_15;
|
|||
|
|
int32_t L_17 = *((int32_t*)L_16);
|
|||
|
|
*((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
|
|||
|
|
int32_t L_18 = V_1;
|
|||
|
|
if ((!(((uint32_t)L_18) == ((uint32_t)2))))
|
|||
|
|
{
|
|||
|
|
goto IL_00ba;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_19 = V_0;
|
|||
|
|
int32_t L_20 = L_19.get_length_2();
|
|||
|
|
if ((((int32_t)L_20) <= ((int32_t)8)))
|
|||
|
|
{
|
|||
|
|
goto IL_008b;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
(&V_0)->set_type_3(1);
|
|||
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_21 = V_0;
|
|||
|
|
return L_21;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_008b:
|
|||
|
|
{
|
|||
|
|
Il2CppChar L_22 = V_2;
|
|||
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)((int32_t)48)));
|
|||
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_23 = V_0;
|
|||
|
|
int32_t L_24 = L_23.get_value_4();
|
|||
|
|
int32_t L_25 = V_3;
|
|||
|
|
(&V_0)->set_value_4(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)10))), (int32_t)L_25)));
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_00a2:
|
|||
|
|
{
|
|||
|
|
int32_t L_26 = __this->get_Index_1();
|
|||
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_27 = V_0;
|
|||
|
|
int32_t L_28 = L_27.get_length_2();
|
|||
|
|
int32_t L_29 = __this->get_len_2();
|
|||
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_28))) < ((int32_t)L_29)))
|
|||
|
|
{
|
|||
|
|
goto IL_0024;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_00ba:
|
|||
|
|
{
|
|||
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_30 = V_0;
|
|||
|
|
int32_t L_31 = L_30.get_length_2();
|
|||
|
|
if (L_31)
|
|||
|
|
{
|
|||
|
|
goto IL_00cc;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
(&V_0)->set_type_3(3);
|
|||
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_32 = V_0;
|
|||
|
|
return L_32;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_00cc:
|
|||
|
|
{
|
|||
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_33 = V_0;
|
|||
|
|
return L_33;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D __DTString_GetSubString_m699C79DE88DFBC0BDD9F85C2CDC155ABB1473DC4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
return __DTString_GetSubString_m699C79DE88DFBC0BDD9F85C2CDC155ABB1473DC4(_thisAdjusted, method);
|
|||
|
|
}
|
|||
|
|
// System.Void System.__DTString::ConsumeSubString(System.DTSubString)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString_ConsumeSubString_mDFAADAA4A5FC450399046DB04CE10A4503961FAA (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D ___sub0, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_0 = ___sub0;
|
|||
|
|
int32_t L_1 = L_0.get_index_1();
|
|||
|
|
DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D L_2 = ___sub0;
|
|||
|
|
int32_t L_3 = L_2.get_length_2();
|
|||
|
|
__this->set_Index_1(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_3)));
|
|||
|
|
int32_t L_4 = __this->get_Index_1();
|
|||
|
|
int32_t L_5 = __this->get_len_2();
|
|||
|
|
if ((((int32_t)L_4) >= ((int32_t)L_5)))
|
|||
|
|
{
|
|||
|
|
goto IL_0038;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
String_t* L_6 = __this->get_Value_0();
|
|||
|
|
int32_t L_7 = __this->get_Index_1();
|
|||
|
|
NullCheck(L_6);
|
|||
|
|
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, L_7, /*hidden argument*/NULL);
|
|||
|
|
__this->set_m_current_3(L_8);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0038:
|
|||
|
|
{
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C void __DTString_ConsumeSubString_mDFAADAA4A5FC450399046DB04CE10A4503961FAA_AdjustorThunk (RuntimeObject * __this, DTSubString_t0B5F9998AD0833CCE29248DE20EFEBFE9EBFB93D ___sub0, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
int32_t _offset = 1;
|
|||
|
|
__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * _thisAdjusted = reinterpret_cast<__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 *>(__this + _offset);
|
|||
|
|
__DTString_ConsumeSubString_mDFAADAA4A5FC450399046DB04CE10A4503961FAA(_thisAdjusted, ___sub0, method);
|
|||
|
|
}
|
|||
|
|
// System.Void System.__DTString::.cctor()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __DTString__cctor_mC97C8C04AED3132252833D2119019C73BF6EFA80 (const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (__DTString__cctor_mC97C8C04AED3132252833D2119019C73BF6EFA80_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)2);
|
|||
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0;
|
|||
|
|
NullCheck(L_1);
|
|||
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)32));
|
|||
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1;
|
|||
|
|
NullCheck(L_2);
|
|||
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)160));
|
|||
|
|
((__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_StaticFields*)il2cpp_codegen_static_fields_for(__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9_il2cpp_TypeInfo_var))->set_WhiteSpaceChecks_6(L_2);
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic pop
|
|||
|
|
#endif
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic push
|
|||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|||
|
|
#endif
|
|||
|
|
// System.Boolean System.__Filters::FilterAttribute(System.Reflection.MemberInfo,System.Object)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __Filters_FilterAttribute_mBF9879ECFB908212C56CAE0B42C9E29BFCB347C1 (__Filters_tDD9D6B7C7A31B12AB3D5CCF1B115DD693F62DB34 * __this, MemberInfo_t * ___m0, RuntimeObject * ___filterCriteria1, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (__Filters_FilterAttribute_mBF9879ECFB908212C56CAE0B42C9E29BFCB347C1_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
int32_t V_0 = 0;
|
|||
|
|
int32_t V_1 = 0;
|
|||
|
|
int32_t V_2 = 0;
|
|||
|
|
int32_t V_3 = 0;
|
|||
|
|
int32_t V_4 = 0;
|
|||
|
|
Exception_t * __last_unhandled_exception = 0;
|
|||
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|||
|
|
Exception_t * __exception_local = 0;
|
|||
|
|
NO_UNUSED_WARNING (__exception_local);
|
|||
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|||
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|||
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|||
|
|
{
|
|||
|
|
RuntimeObject * L_0 = ___filterCriteria1;
|
|||
|
|
if (L_0)
|
|||
|
|
{
|
|||
|
|
goto IL_0013;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralE8C2E73741ABBBE9D320E65848D6DB0BCF7D63A5, /*hidden argument*/NULL);
|
|||
|
|
InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA * L_2 = (InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA *)il2cpp_codegen_object_new(InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA_il2cpp_TypeInfo_var);
|
|||
|
|
InvalidFilterCriteriaException__ctor_m8A7E7373F5BFA58916AA7A8D99E49AA3C6861031(L_2, L_1, /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, __Filters_FilterAttribute_mBF9879ECFB908212C56CAE0B42C9E29BFCB347C1_RuntimeMethod_var);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0013:
|
|||
|
|
{
|
|||
|
|
MemberInfo_t * L_3 = ___m0;
|
|||
|
|
NullCheck(L_3);
|
|||
|
|
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, L_3);
|
|||
|
|
V_0 = L_4;
|
|||
|
|
int32_t L_5 = V_0;
|
|||
|
|
if ((((int32_t)L_5) == ((int32_t)1)))
|
|||
|
|
{
|
|||
|
|
goto IL_002c;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_6 = V_0;
|
|||
|
|
if ((((int32_t)L_6) == ((int32_t)4)))
|
|||
|
|
{
|
|||
|
|
goto IL_00ce;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_7 = V_0;
|
|||
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)8))))
|
|||
|
|
{
|
|||
|
|
goto IL_0160;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_002c:
|
|||
|
|
{
|
|||
|
|
V_1 = 0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_002e:
|
|||
|
|
try
|
|||
|
|
{ // begin try (depth: 1)
|
|||
|
|
RuntimeObject * L_8 = ___filterCriteria1;
|
|||
|
|
V_1 = ((*(int32_t*)((int32_t*)UnBox(L_8, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
|
|||
|
|
goto IL_0048;
|
|||
|
|
} // end try (depth: 1)
|
|||
|
|
catch(Il2CppExceptionWrapper& e)
|
|||
|
|
{
|
|||
|
|
__exception_local = (Exception_t *)e.ex;
|
|||
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|||
|
|
goto CATCH_0037;
|
|||
|
|
throw e;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
CATCH_0037:
|
|||
|
|
{ // begin catch(System.Object)
|
|||
|
|
String_t* L_9 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralE8C2E73741ABBBE9D320E65848D6DB0BCF7D63A5, /*hidden argument*/NULL);
|
|||
|
|
InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA * L_10 = (InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA *)il2cpp_codegen_object_new(InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA_il2cpp_TypeInfo_var);
|
|||
|
|
InvalidFilterCriteriaException__ctor_m8A7E7373F5BFA58916AA7A8D99E49AA3C6861031(L_10, L_9, /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, __Filters_FilterAttribute_mBF9879ECFB908212C56CAE0B42C9E29BFCB347C1_RuntimeMethod_var);
|
|||
|
|
} // end catch (depth: 1)
|
|||
|
|
|
|||
|
|
IL_0048:
|
|||
|
|
{
|
|||
|
|
MemberInfo_t * L_11 = ___m0;
|
|||
|
|
NullCheck(L_11);
|
|||
|
|
int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, L_11);
|
|||
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)8))))
|
|||
|
|
{
|
|||
|
|
goto IL_005f;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
MemberInfo_t * L_13 = ___m0;
|
|||
|
|
NullCheck(((MethodInfo_t *)CastclassClass((RuntimeObject*)L_13, MethodInfo_t_il2cpp_TypeInfo_var)));
|
|||
|
|
int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Reflection.MethodAttributes System.Reflection.MethodBase::get_Attributes() */, ((MethodInfo_t *)CastclassClass((RuntimeObject*)L_13, MethodInfo_t_il2cpp_TypeInfo_var)));
|
|||
|
|
V_2 = L_14;
|
|||
|
|
goto IL_006b;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_005f:
|
|||
|
|
{
|
|||
|
|
MemberInfo_t * L_15 = ___m0;
|
|||
|
|
NullCheck(((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)CastclassClass((RuntimeObject*)L_15, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var)));
|
|||
|
|
int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Reflection.MethodAttributes System.Reflection.MethodBase::get_Attributes() */, ((ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF *)CastclassClass((RuntimeObject*)L_15, ConstructorInfo_t9CB51BFC178DF1CBCA5FD16B2D58229618F23EFF_il2cpp_TypeInfo_var)));
|
|||
|
|
V_2 = L_16;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_006b:
|
|||
|
|
{
|
|||
|
|
int32_t L_17 = V_1;
|
|||
|
|
if (!((int32_t)((int32_t)L_17&(int32_t)7)))
|
|||
|
|
{
|
|||
|
|
goto IL_007a;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_18 = V_2;
|
|||
|
|
int32_t L_19 = V_1;
|
|||
|
|
if ((((int32_t)((int32_t)((int32_t)L_18&(int32_t)7))) == ((int32_t)((int32_t)((int32_t)L_19&(int32_t)7)))))
|
|||
|
|
{
|
|||
|
|
goto IL_007a;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_007a:
|
|||
|
|
{
|
|||
|
|
int32_t L_20 = V_1;
|
|||
|
|
if (!((int32_t)((int32_t)L_20&(int32_t)((int32_t)16))))
|
|||
|
|
{
|
|||
|
|
goto IL_0088;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_21 = V_2;
|
|||
|
|
if (((int32_t)((int32_t)L_21&(int32_t)((int32_t)16))))
|
|||
|
|
{
|
|||
|
|
goto IL_0088;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0088:
|
|||
|
|
{
|
|||
|
|
int32_t L_22 = V_1;
|
|||
|
|
if (!((int32_t)((int32_t)L_22&(int32_t)((int32_t)32))))
|
|||
|
|
{
|
|||
|
|
goto IL_0096;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_23 = V_2;
|
|||
|
|
if (((int32_t)((int32_t)L_23&(int32_t)((int32_t)32))))
|
|||
|
|
{
|
|||
|
|
goto IL_0096;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0096:
|
|||
|
|
{
|
|||
|
|
int32_t L_24 = V_1;
|
|||
|
|
if (!((int32_t)((int32_t)L_24&(int32_t)((int32_t)64))))
|
|||
|
|
{
|
|||
|
|
goto IL_00a4;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_25 = V_2;
|
|||
|
|
if (((int32_t)((int32_t)L_25&(int32_t)((int32_t)64))))
|
|||
|
|
{
|
|||
|
|
goto IL_00a4;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_00a4:
|
|||
|
|
{
|
|||
|
|
int32_t L_26 = V_1;
|
|||
|
|
if (!((int32_t)((int32_t)L_26&(int32_t)((int32_t)1024))))
|
|||
|
|
{
|
|||
|
|
goto IL_00b8;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_27 = V_2;
|
|||
|
|
if (((int32_t)((int32_t)L_27&(int32_t)((int32_t)1024))))
|
|||
|
|
{
|
|||
|
|
goto IL_00b8;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_00b8:
|
|||
|
|
{
|
|||
|
|
int32_t L_28 = V_1;
|
|||
|
|
if (!((int32_t)((int32_t)L_28&(int32_t)((int32_t)2048))))
|
|||
|
|
{
|
|||
|
|
goto IL_00cc;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_29 = V_2;
|
|||
|
|
if (((int32_t)((int32_t)L_29&(int32_t)((int32_t)2048))))
|
|||
|
|
{
|
|||
|
|
goto IL_00cc;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_00cc:
|
|||
|
|
{
|
|||
|
|
return (bool)1;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_00ce:
|
|||
|
|
{
|
|||
|
|
V_3 = 0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_00d0:
|
|||
|
|
try
|
|||
|
|
{ // begin try (depth: 1)
|
|||
|
|
RuntimeObject * L_30 = ___filterCriteria1;
|
|||
|
|
V_3 = ((*(int32_t*)((int32_t*)UnBox(L_30, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
|
|||
|
|
goto IL_00ea;
|
|||
|
|
} // end try (depth: 1)
|
|||
|
|
catch(Il2CppExceptionWrapper& e)
|
|||
|
|
{
|
|||
|
|
__exception_local = (Exception_t *)e.ex;
|
|||
|
|
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|||
|
|
goto CATCH_00d9;
|
|||
|
|
throw e;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
CATCH_00d9:
|
|||
|
|
{ // begin catch(System.Object)
|
|||
|
|
String_t* L_31 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralE8C2E73741ABBBE9D320E65848D6DB0BCF7D63A5, /*hidden argument*/NULL);
|
|||
|
|
InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA * L_32 = (InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA *)il2cpp_codegen_object_new(InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA_il2cpp_TypeInfo_var);
|
|||
|
|
InvalidFilterCriteriaException__ctor_m8A7E7373F5BFA58916AA7A8D99E49AA3C6861031(L_32, L_31, /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, __Filters_FilterAttribute_mBF9879ECFB908212C56CAE0B42C9E29BFCB347C1_RuntimeMethod_var);
|
|||
|
|
} // end catch (depth: 1)
|
|||
|
|
|
|||
|
|
IL_00ea:
|
|||
|
|
{
|
|||
|
|
MemberInfo_t * L_33 = ___m0;
|
|||
|
|
NullCheck(((FieldInfo_t *)CastclassClass((RuntimeObject*)L_33, FieldInfo_t_il2cpp_TypeInfo_var)));
|
|||
|
|
int32_t L_34 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Reflection.FieldAttributes System.Reflection.FieldInfo::get_Attributes() */, ((FieldInfo_t *)CastclassClass((RuntimeObject*)L_33, FieldInfo_t_il2cpp_TypeInfo_var)));
|
|||
|
|
V_4 = L_34;
|
|||
|
|
int32_t L_35 = V_3;
|
|||
|
|
if (!((int32_t)((int32_t)L_35&(int32_t)7)))
|
|||
|
|
{
|
|||
|
|
goto IL_0107;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_36 = V_4;
|
|||
|
|
int32_t L_37 = V_3;
|
|||
|
|
if ((((int32_t)((int32_t)((int32_t)L_36&(int32_t)7))) == ((int32_t)((int32_t)((int32_t)L_37&(int32_t)7)))))
|
|||
|
|
{
|
|||
|
|
goto IL_0107;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0107:
|
|||
|
|
{
|
|||
|
|
int32_t L_38 = V_3;
|
|||
|
|
if (!((int32_t)((int32_t)L_38&(int32_t)((int32_t)16))))
|
|||
|
|
{
|
|||
|
|
goto IL_0116;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_39 = V_4;
|
|||
|
|
if (((int32_t)((int32_t)L_39&(int32_t)((int32_t)16))))
|
|||
|
|
{
|
|||
|
|
goto IL_0116;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0116:
|
|||
|
|
{
|
|||
|
|
int32_t L_40 = V_3;
|
|||
|
|
if (!((int32_t)((int32_t)L_40&(int32_t)((int32_t)32))))
|
|||
|
|
{
|
|||
|
|
goto IL_0125;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_41 = V_4;
|
|||
|
|
if (((int32_t)((int32_t)L_41&(int32_t)((int32_t)32))))
|
|||
|
|
{
|
|||
|
|
goto IL_0125;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0125:
|
|||
|
|
{
|
|||
|
|
int32_t L_42 = V_3;
|
|||
|
|
if (!((int32_t)((int32_t)L_42&(int32_t)((int32_t)64))))
|
|||
|
|
{
|
|||
|
|
goto IL_0134;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_43 = V_4;
|
|||
|
|
if (((int32_t)((int32_t)L_43&(int32_t)((int32_t)64))))
|
|||
|
|
{
|
|||
|
|
goto IL_0134;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0134:
|
|||
|
|
{
|
|||
|
|
int32_t L_44 = V_3;
|
|||
|
|
if (!((int32_t)((int32_t)L_44&(int32_t)((int32_t)128))))
|
|||
|
|
{
|
|||
|
|
goto IL_0149;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_45 = V_4;
|
|||
|
|
if (((int32_t)((int32_t)L_45&(int32_t)((int32_t)128))))
|
|||
|
|
{
|
|||
|
|
goto IL_0149;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0149:
|
|||
|
|
{
|
|||
|
|
int32_t L_46 = V_3;
|
|||
|
|
if (!((int32_t)((int32_t)L_46&(int32_t)((int32_t)8192))))
|
|||
|
|
{
|
|||
|
|
goto IL_015e;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
int32_t L_47 = V_4;
|
|||
|
|
if (((int32_t)((int32_t)L_47&(int32_t)((int32_t)8192))))
|
|||
|
|
{
|
|||
|
|
goto IL_015e;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_015e:
|
|||
|
|
{
|
|||
|
|
return (bool)1;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0160:
|
|||
|
|
{
|
|||
|
|
return (bool)0;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
// System.Boolean System.__Filters::FilterName(System.Reflection.MemberInfo,System.Object)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __Filters_FilterName_m768C2766720890EE1D07554E3433C0F828D427DB (__Filters_tDD9D6B7C7A31B12AB3D5CCF1B115DD693F62DB34 * __this, MemberInfo_t * ___m0, RuntimeObject * ___filterCriteria1, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (__Filters_FilterName_m768C2766720890EE1D07554E3433C0F828D427DB_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
String_t* V_0 = NULL;
|
|||
|
|
String_t* V_1 = NULL;
|
|||
|
|
{
|
|||
|
|
RuntimeObject * L_0 = ___filterCriteria1;
|
|||
|
|
if (!L_0)
|
|||
|
|
{
|
|||
|
|
goto IL_000b;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
RuntimeObject * L_1 = ___filterCriteria1;
|
|||
|
|
if (((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)))
|
|||
|
|
{
|
|||
|
|
goto IL_001b;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_000b:
|
|||
|
|
{
|
|||
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA8B27A553F27F158C5E4C81F3AA90D26451F922, /*hidden argument*/NULL);
|
|||
|
|
InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA * L_3 = (InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA *)il2cpp_codegen_object_new(InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA_il2cpp_TypeInfo_var);
|
|||
|
|
InvalidFilterCriteriaException__ctor_m8A7E7373F5BFA58916AA7A8D99E49AA3C6861031(L_3, L_2, /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, __Filters_FilterName_m768C2766720890EE1D07554E3433C0F828D427DB_RuntimeMethod_var);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_001b:
|
|||
|
|
{
|
|||
|
|
RuntimeObject * L_4 = ___filterCriteria1;
|
|||
|
|
V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
|
|||
|
|
String_t* L_5 = V_0;
|
|||
|
|
NullCheck(L_5);
|
|||
|
|
String_t* L_6 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_5, /*hidden argument*/NULL);
|
|||
|
|
V_0 = L_6;
|
|||
|
|
MemberInfo_t * L_7 = ___m0;
|
|||
|
|
NullCheck(L_7);
|
|||
|
|
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7);
|
|||
|
|
V_1 = L_8;
|
|||
|
|
MemberInfo_t * L_9 = ___m0;
|
|||
|
|
NullCheck(L_9);
|
|||
|
|
int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, L_9);
|
|||
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)128)))))
|
|||
|
|
{
|
|||
|
|
goto IL_004e;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
String_t* L_11 = V_1;
|
|||
|
|
String_t* L_12 = V_1;
|
|||
|
|
NullCheck(L_12);
|
|||
|
|
int32_t L_13 = String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59(L_12, ((int32_t)43), /*hidden argument*/NULL);
|
|||
|
|
NullCheck(L_11);
|
|||
|
|
String_t* L_14 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL);
|
|||
|
|
V_1 = L_14;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_004e:
|
|||
|
|
{
|
|||
|
|
String_t* L_15 = V_0;
|
|||
|
|
NullCheck(L_15);
|
|||
|
|
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_15, /*hidden argument*/NULL);
|
|||
|
|
if ((((int32_t)L_16) <= ((int32_t)0)))
|
|||
|
|
{
|
|||
|
|
goto IL_0082;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
String_t* L_17 = V_0;
|
|||
|
|
String_t* L_18 = V_0;
|
|||
|
|
NullCheck(L_18);
|
|||
|
|
int32_t L_19 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_18, /*hidden argument*/NULL);
|
|||
|
|
NullCheck(L_17);
|
|||
|
|
Il2CppChar L_20 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)), /*hidden argument*/NULL);
|
|||
|
|
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)42)))))
|
|||
|
|
{
|
|||
|
|
goto IL_0082;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
String_t* L_21 = V_0;
|
|||
|
|
String_t* L_22 = V_0;
|
|||
|
|
NullCheck(L_22);
|
|||
|
|
int32_t L_23 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_22, /*hidden argument*/NULL);
|
|||
|
|
NullCheck(L_21);
|
|||
|
|
String_t* L_24 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_21, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)), /*hidden argument*/NULL);
|
|||
|
|
V_0 = L_24;
|
|||
|
|
String_t* L_25 = V_1;
|
|||
|
|
String_t* L_26 = V_0;
|
|||
|
|
NullCheck(L_25);
|
|||
|
|
bool L_27 = String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49(L_25, L_26, 4, /*hidden argument*/NULL);
|
|||
|
|
return L_27;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_0082:
|
|||
|
|
{
|
|||
|
|
String_t* L_28 = V_1;
|
|||
|
|
String_t* L_29 = V_0;
|
|||
|
|
NullCheck(L_28);
|
|||
|
|
bool L_30 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_28, L_29, /*hidden argument*/NULL);
|
|||
|
|
return L_30;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
// System.Boolean System.__Filters::FilterIgnoreCase(System.Reflection.MemberInfo,System.Object)
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool __Filters_FilterIgnoreCase_m883976C13C53B21BE3430DE51D4317CBCF89F53A (__Filters_tDD9D6B7C7A31B12AB3D5CCF1B115DD693F62DB34 * __this, MemberInfo_t * ___m0, RuntimeObject * ___filterCriteria1, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (__Filters_FilterIgnoreCase_m883976C13C53B21BE3430DE51D4317CBCF89F53A_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
String_t* V_0 = NULL;
|
|||
|
|
String_t* V_1 = NULL;
|
|||
|
|
{
|
|||
|
|
RuntimeObject * L_0 = ___filterCriteria1;
|
|||
|
|
if (!L_0)
|
|||
|
|
{
|
|||
|
|
goto IL_000b;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
RuntimeObject * L_1 = ___filterCriteria1;
|
|||
|
|
if (((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)))
|
|||
|
|
{
|
|||
|
|
goto IL_001b;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_000b:
|
|||
|
|
{
|
|||
|
|
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralFA8B27A553F27F158C5E4C81F3AA90D26451F922, /*hidden argument*/NULL);
|
|||
|
|
InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA * L_3 = (InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA *)il2cpp_codegen_object_new(InvalidFilterCriteriaException_tB11C87F151CD79ACA0837773B9BFD8791CA715BA_il2cpp_TypeInfo_var);
|
|||
|
|
InvalidFilterCriteriaException__ctor_m8A7E7373F5BFA58916AA7A8D99E49AA3C6861031(L_3, L_2, /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, __Filters_FilterIgnoreCase_m883976C13C53B21BE3430DE51D4317CBCF89F53A_RuntimeMethod_var);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_001b:
|
|||
|
|
{
|
|||
|
|
RuntimeObject * L_4 = ___filterCriteria1;
|
|||
|
|
V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
|
|||
|
|
String_t* L_5 = V_0;
|
|||
|
|
NullCheck(L_5);
|
|||
|
|
String_t* L_6 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_5, /*hidden argument*/NULL);
|
|||
|
|
V_0 = L_6;
|
|||
|
|
MemberInfo_t * L_7 = ___m0;
|
|||
|
|
NullCheck(L_7);
|
|||
|
|
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7);
|
|||
|
|
V_1 = L_8;
|
|||
|
|
MemberInfo_t * L_9 = ___m0;
|
|||
|
|
NullCheck(L_9);
|
|||
|
|
int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Reflection.MemberTypes System.Reflection.MemberInfo::get_MemberType() */, L_9);
|
|||
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)128)))))
|
|||
|
|
{
|
|||
|
|
goto IL_004e;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
String_t* L_11 = V_1;
|
|||
|
|
String_t* L_12 = V_1;
|
|||
|
|
NullCheck(L_12);
|
|||
|
|
int32_t L_13 = String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59(L_12, ((int32_t)43), /*hidden argument*/NULL);
|
|||
|
|
NullCheck(L_11);
|
|||
|
|
String_t* L_14 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL);
|
|||
|
|
V_1 = L_14;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_004e:
|
|||
|
|
{
|
|||
|
|
String_t* L_15 = V_0;
|
|||
|
|
NullCheck(L_15);
|
|||
|
|
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_15, /*hidden argument*/NULL);
|
|||
|
|
if ((((int32_t)L_16) <= ((int32_t)0)))
|
|||
|
|
{
|
|||
|
|
goto IL_008d;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
String_t* L_17 = V_0;
|
|||
|
|
String_t* L_18 = V_0;
|
|||
|
|
NullCheck(L_18);
|
|||
|
|
int32_t L_19 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_18, /*hidden argument*/NULL);
|
|||
|
|
NullCheck(L_17);
|
|||
|
|
Il2CppChar L_20 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)), /*hidden argument*/NULL);
|
|||
|
|
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)42)))))
|
|||
|
|
{
|
|||
|
|
goto IL_008d;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
String_t* L_21 = V_0;
|
|||
|
|
String_t* L_22 = V_0;
|
|||
|
|
NullCheck(L_22);
|
|||
|
|
int32_t L_23 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_22, /*hidden argument*/NULL);
|
|||
|
|
NullCheck(L_21);
|
|||
|
|
String_t* L_24 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_21, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)), /*hidden argument*/NULL);
|
|||
|
|
V_0 = L_24;
|
|||
|
|
String_t* L_25 = V_1;
|
|||
|
|
String_t* L_26 = V_0;
|
|||
|
|
String_t* L_27 = V_0;
|
|||
|
|
NullCheck(L_27);
|
|||
|
|
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_27, /*hidden argument*/NULL);
|
|||
|
|
int32_t L_29 = String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064(L_25, 0, L_26, 0, L_28, 5, /*hidden argument*/NULL);
|
|||
|
|
return (bool)((((int32_t)L_29) == ((int32_t)0))? 1 : 0);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
IL_008d:
|
|||
|
|
{
|
|||
|
|
String_t* L_30 = V_0;
|
|||
|
|
String_t* L_31 = V_1;
|
|||
|
|
int32_t L_32 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_30, L_31, 5, /*hidden argument*/NULL);
|
|||
|
|
return (bool)((((int32_t)L_32) == ((int32_t)0))? 1 : 0);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
// System.Void System.__Filters::.ctor()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Filters__ctor_mA9DEA9B853B953C85A78E101A8001E9EE0E66B35 (__Filters_tDD9D6B7C7A31B12AB3D5CCF1B115DD693F62DB34 * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
// System.Void System.__Filters::.cctor()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Filters__cctor_mAC913CDF08E7AB6541101C4B96483BF49C6E2F14 (const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (__Filters__cctor_mAC913CDF08E7AB6541101C4B96483BF49C6E2F14_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
__Filters_tDD9D6B7C7A31B12AB3D5CCF1B115DD693F62DB34 * L_0 = (__Filters_tDD9D6B7C7A31B12AB3D5CCF1B115DD693F62DB34 *)il2cpp_codegen_object_new(__Filters_tDD9D6B7C7A31B12AB3D5CCF1B115DD693F62DB34_il2cpp_TypeInfo_var);
|
|||
|
|
__Filters__ctor_mA9DEA9B853B953C85A78E101A8001E9EE0E66B35(L_0, /*hidden argument*/NULL);
|
|||
|
|
((__Filters_tDD9D6B7C7A31B12AB3D5CCF1B115DD693F62DB34_StaticFields*)il2cpp_codegen_static_fields_for(__Filters_tDD9D6B7C7A31B12AB3D5CCF1B115DD693F62DB34_il2cpp_TypeInfo_var))->set_Instance_0(L_0);
|
|||
|
|
return;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic pop
|
|||
|
|
#endif
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic push
|
|||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|||
|
|
#endif
|
|||
|
|
// System.Void System.__Il2CppComDelegate::Finalize()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Il2CppComDelegate_Finalize_m893C22F7BEDFBDF8F015EA584CC1419D144D2187 (__Il2CppComDelegate_t0A30496F74225C39A0CF7FADB94934C0536120FD * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
__Il2CppComObject_Finalize_m98123DBAAA7974D2616F9E90F2574955714CA9A9(__this, NULL);
|
|||
|
|
}
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic pop
|
|||
|
|
#endif
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic push
|
|||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|||
|
|
#endif
|
|||
|
|
// System.Void System.__Il2CppComObject::Finalize()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void __Il2CppComObject_Finalize_m98123DBAAA7974D2616F9E90F2574955714CA9A9 (Il2CppComObject * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
if (__this->identity != NULL)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_il2cpp_com_object_cleanup(__this);
|
|||
|
|
__this->identity->Release();
|
|||
|
|
__this->identity = NULL;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, NULL);
|
|||
|
|
}
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic pop
|
|||
|
|
#endif
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic push
|
|||
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|||
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|||
|
|
#endif
|
|||
|
|
// System.Void Unity.ThrowStub::ThrowNotSupportedException()
|
|||
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowStub_ThrowNotSupportedException_mA248D7D785682F31CDF02FDC1FAB3173EE1B1E19 ()
|
|||
|
|
{
|
|||
|
|
static bool s_Il2CppMethodInitialized;
|
|||
|
|
if (!s_Il2CppMethodInitialized)
|
|||
|
|
{
|
|||
|
|
il2cpp_codegen_initialize_method (ThrowStub_ThrowNotSupportedException_mA248D7D785682F31CDF02FDC1FAB3173EE1B1E19_MetadataUsageId);
|
|||
|
|
s_Il2CppMethodInitialized = true;
|
|||
|
|
}
|
|||
|
|
{
|
|||
|
|
PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 * L_0 = (PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 *)il2cpp_codegen_object_new(PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_il2cpp_TypeInfo_var);
|
|||
|
|
PlatformNotSupportedException__ctor_m651139B17C9EE918551490BC675754EA8EA3E7C7(L_0, /*hidden argument*/NULL);
|
|||
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ThrowStub_ThrowNotSupportedException_mA248D7D785682F31CDF02FDC1FAB3173EE1B1E19_RuntimeMethod_var);
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
#ifdef __clang__
|
|||
|
|
#pragma clang diagnostic pop
|
|||
|
|
#endif
|
|||
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
int32_t L_0 = __this->get_m_stringLength_0();
|
|||
|
|
return L_0;
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * __DTString_get_CompareInfo_mE0381FC6A1AB82E0BDAF45F848568124B193FB51_inline (__DTString_t6E7DE2A99E4F15F384EC29CC6CD5185F46818DD9 * __this, const RuntimeMethod* method)
|
|||
|
|
{
|
|||
|
|
{
|
|||
|
|
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_0 = __this->get_m_info_4();
|
|||
|
|
return L_0;
|
|||
|
|
}
|
|||
|
|
}
|