#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.String struct String_t; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.String[] struct StringU5BU5D_t1281789340; // System.Reflection.Emit.ModuleBuilder struct ModuleBuilder_t731887691; // System.Resources.IResourceReader struct IResourceReader_t1191025619; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Resources.ResourceReader struct ResourceReader_t3300492639; // System.Resources.NameOrId struct NameOrId_t2364694642; // System.IO.BinaryReader struct BinaryReader_t2428077293; // System.Runtime.Serialization.IFormatter struct IFormatter_t3549834567; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Resources.ResourceReader/ResourceInfo[] struct ResourceInfoU5BU5D_t2132996019; // System.Resources.ResourceReader/ResourceCacheItem[] struct ResourceCacheItemU5BU5D_t1637949902; // System.Type struct Type_t; // System.Reflection.Emit.DynamicMethod struct DynamicMethod_t2537779570; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Reflection.Emit.LocalBuilder[] struct LocalBuilderU5BU5D_t4280809526; // System.Reflection.Emit.ILTokenInfo[] struct ILTokenInfoU5BU5D_t973106575; // System.Reflection.Emit.ILGenerator/LabelData[] struct LabelDataU5BU5D_t327903686; // System.Reflection.Emit.ILGenerator/LabelFixup[] struct LabelFixupU5BU5D_t103660291; // System.Reflection.Module struct Module_t2987026101; // System.Reflection.Emit.TokenGenerator struct TokenGenerator_t1734832736; // System.Void struct Void_t1185182177; // System.Char[] struct CharU5BU5D_t3528271667; // System.Version struct Version_t3456873960; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.Emit.ILGenerator struct ILGenerator_t1388622344; // System.Reflection.Emit.TypeBuilder struct TypeBuilder_t1073948154; // System.Reflection.Emit.UnmanagedMarshal struct UnmanagedMarshal_t984015687; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Delegate struct Delegate_t1188392813; // System.Reflection.MonoMethod struct MonoMethod_t; // System.Reflection.Emit.ParameterBuilder[] struct ParameterBuilderU5BU5D_t3054868058; // System.Reflection.Emit.MethodBuilder struct MethodBuilder_t2807316753; // System.Reflection.Emit.CustomAttributeBuilder[] struct CustomAttributeBuilderU5BU5D_t2951373564; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.Emit.GenericTypeParameterBuilder[] struct GenericTypeParameterBuilderU5BU5D_t3780444109; // System.Type[][] struct TypeU5BU5DU5BU5D_t4042077012; // System.Reflection.Emit.RefEmitPermissionSet[] struct RefEmitPermissionSetU5BU5D_t567451178; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Reflection.TypeFilter struct TypeFilter_t2356120900; // System.Reflection.Assembly struct Assembly_t; // System.Reflection.Emit.MethodBuilder[] struct MethodBuilderU5BU5D_t3705301900; // System.Reflection.Emit.ConstructorBuilder[] struct ConstructorBuilderU5BU5D_t3223009221; // System.Reflection.Emit.PropertyBuilder[] struct PropertyBuilderU5BU5D_t4023329206; // System.Reflection.Emit.FieldBuilder[] struct FieldBuilderU5BU5D_t138311604; // System.Reflection.Emit.EventBuilder[] struct EventBuilderU5BU5D_t3902749141; // System.Reflection.Emit.TypeBuilder[] struct TypeBuilderU5BU5D_t786280671; // System.Reflection.Emit.AssemblyBuilder struct AssemblyBuilder_t359885250; // System.Reflection.Emit.MonoResource[] struct MonoResourceU5BU5D_t979189380; // System.Reflection.Emit.ModuleBuilderTokenGenerator struct ModuleBuilderTokenGenerator_t944435078; // System.Diagnostics.SymbolStore.ISymbolWriter struct ISymbolWriter_t780458634; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), value); } inline static int32_t get_offset_of_message_2() { return static_cast(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((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef ACTIVATIONARGUMENTS_T4219999170_H #define ACTIVATIONARGUMENTS_T4219999170_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Hosting.ActivationArguments struct ActivationArguments_t4219999170 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ACTIVATIONARGUMENTS_T4219999170_H #ifndef ERRORWRAPPER_T1772885312_H #define ERRORWRAPPER_T1772885312_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.ErrorWrapper struct ErrorWrapper_t1772885312 : public RuntimeObject { public: // System.Int32 System.Runtime.InteropServices.ErrorWrapper::errorCode int32_t ___errorCode_0; public: inline static int32_t get_offset_of_errorCode_0() { return static_cast(offsetof(ErrorWrapper_t1772885312, ___errorCode_0)); } inline int32_t get_errorCode_0() const { return ___errorCode_0; } inline int32_t* get_address_of_errorCode_0() { return &___errorCode_0; } inline void set_errorCode_0(int32_t value) { ___errorCode_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ERRORWRAPPER_T1772885312_H #ifndef MARSHAL_T1757017490_H #define MARSHAL_T1757017490_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.Marshal struct Marshal_t1757017490 : public RuntimeObject { public: public: }; struct Marshal_t1757017490_StaticFields { public: // System.Int32 System.Runtime.InteropServices.Marshal::SystemMaxDBCSCharSize int32_t ___SystemMaxDBCSCharSize_0; // System.Int32 System.Runtime.InteropServices.Marshal::SystemDefaultCharSize int32_t ___SystemDefaultCharSize_1; public: inline static int32_t get_offset_of_SystemMaxDBCSCharSize_0() { return static_cast(offsetof(Marshal_t1757017490_StaticFields, ___SystemMaxDBCSCharSize_0)); } inline int32_t get_SystemMaxDBCSCharSize_0() const { return ___SystemMaxDBCSCharSize_0; } inline int32_t* get_address_of_SystemMaxDBCSCharSize_0() { return &___SystemMaxDBCSCharSize_0; } inline void set_SystemMaxDBCSCharSize_0(int32_t value) { ___SystemMaxDBCSCharSize_0 = value; } inline static int32_t get_offset_of_SystemDefaultCharSize_1() { return static_cast(offsetof(Marshal_t1757017490_StaticFields, ___SystemDefaultCharSize_1)); } inline int32_t get_SystemDefaultCharSize_1() const { return ___SystemDefaultCharSize_1; } inline int32_t* get_address_of_SystemDefaultCharSize_1() { return &___SystemDefaultCharSize_1; } inline void set_SystemDefaultCharSize_1(int32_t value) { ___SystemDefaultCharSize_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHAL_T1757017490_H #ifndef OPCODENAMES_T3363784580_H #define OPCODENAMES_T3363784580_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.OpCodeNames struct OpCodeNames_t3363784580 : public RuntimeObject { public: public: }; struct OpCodeNames_t3363784580_StaticFields { public: // System.String[] System.Reflection.Emit.OpCodeNames::names StringU5BU5D_t1281789340* ___names_0; public: inline static int32_t get_offset_of_names_0() { return static_cast(offsetof(OpCodeNames_t3363784580_StaticFields, ___names_0)); } inline StringU5BU5D_t1281789340* get_names_0() const { return ___names_0; } inline StringU5BU5D_t1281789340** get_address_of_names_0() { return &___names_0; } inline void set_names_0(StringU5BU5D_t1281789340* value) { ___names_0 = value; Il2CppCodeGenWriteBarrier((&___names_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPCODENAMES_T3363784580_H #ifndef MODULEBUILDERTOKENGENERATOR_T944435078_H #define MODULEBUILDERTOKENGENERATOR_T944435078_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ModuleBuilderTokenGenerator struct ModuleBuilderTokenGenerator_t944435078 : public RuntimeObject { public: // System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.ModuleBuilderTokenGenerator::mb ModuleBuilder_t731887691 * ___mb_0; public: inline static int32_t get_offset_of_mb_0() { return static_cast(offsetof(ModuleBuilderTokenGenerator_t944435078, ___mb_0)); } inline ModuleBuilder_t731887691 * get_mb_0() const { return ___mb_0; } inline ModuleBuilder_t731887691 ** get_address_of_mb_0() { return &___mb_0; } inline void set_mb_0(ModuleBuilder_t731887691 * value) { ___mb_0 = value; Il2CppCodeGenWriteBarrier((&___mb_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODULEBUILDERTOKENGENERATOR_T944435078_H #ifndef RUNTIMEENVIRONMENT_T1702406123_H #define RUNTIMEENVIRONMENT_T1702406123_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.RuntimeEnvironment struct RuntimeEnvironment_t1702406123 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEENVIRONMENT_T1702406123_H #ifndef CRITICALFINALIZEROBJECT_T701527852_H #define CRITICALFINALIZEROBJECT_T701527852_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.ConstrainedExecution.CriticalFinalizerObject struct CriticalFinalizerObject_t701527852 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CRITICALFINALIZEROBJECT_T701527852_H #ifndef NAMEORID_T2364694642_H #define NAMEORID_T2364694642_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.NameOrId struct NameOrId_t2364694642 : public RuntimeObject { public: // System.String System.Resources.NameOrId::name String_t* ___name_0; // System.Int32 System.Resources.NameOrId::id int32_t ___id_1; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(NameOrId_t2364694642, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_id_1() { return static_cast(offsetof(NameOrId_t2364694642, ___id_1)); } inline int32_t get_id_1() const { return ___id_1; } inline int32_t* get_address_of_id_1() { return &___id_1; } inline void set_id_1(int32_t value) { ___id_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMEORID_T2364694642_H #ifndef RESOURCESET_T2827911187_H #define RESOURCESET_T2827911187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.ResourceSet struct ResourceSet_t2827911187 : public RuntimeObject { public: // System.Resources.IResourceReader System.Resources.ResourceSet::Reader RuntimeObject* ___Reader_0; // System.Collections.Hashtable System.Resources.ResourceSet::Table Hashtable_t1853889766 * ___Table_1; // System.Boolean System.Resources.ResourceSet::resources_read bool ___resources_read_2; // System.Boolean System.Resources.ResourceSet::disposed bool ___disposed_3; public: inline static int32_t get_offset_of_Reader_0() { return static_cast(offsetof(ResourceSet_t2827911187, ___Reader_0)); } inline RuntimeObject* get_Reader_0() const { return ___Reader_0; } inline RuntimeObject** get_address_of_Reader_0() { return &___Reader_0; } inline void set_Reader_0(RuntimeObject* value) { ___Reader_0 = value; Il2CppCodeGenWriteBarrier((&___Reader_0), value); } inline static int32_t get_offset_of_Table_1() { return static_cast(offsetof(ResourceSet_t2827911187, ___Table_1)); } inline Hashtable_t1853889766 * get_Table_1() const { return ___Table_1; } inline Hashtable_t1853889766 ** get_address_of_Table_1() { return &___Table_1; } inline void set_Table_1(Hashtable_t1853889766 * value) { ___Table_1 = value; Il2CppCodeGenWriteBarrier((&___Table_1), value); } inline static int32_t get_offset_of_resources_read_2() { return static_cast(offsetof(ResourceSet_t2827911187, ___resources_read_2)); } inline bool get_resources_read_2() const { return ___resources_read_2; } inline bool* get_address_of_resources_read_2() { return &___resources_read_2; } inline void set_resources_read_2(bool value) { ___resources_read_2 = value; } inline static int32_t get_offset_of_disposed_3() { return static_cast(offsetof(ResourceSet_t2827911187, ___disposed_3)); } inline bool get_disposed_3() const { return ___disposed_3; } inline bool* get_address_of_disposed_3() { return &___disposed_3; } inline void set_disposed_3(bool value) { ___disposed_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESOURCESET_T2827911187_H #ifndef RESOURCEENUMERATOR_T2106512554_H #define RESOURCEENUMERATOR_T2106512554_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.ResourceReader/ResourceEnumerator struct ResourceEnumerator_t2106512554 : public RuntimeObject { public: // System.Resources.ResourceReader System.Resources.ResourceReader/ResourceEnumerator::reader ResourceReader_t3300492639 * ___reader_0; // System.Int32 System.Resources.ResourceReader/ResourceEnumerator::index int32_t ___index_1; // System.Boolean System.Resources.ResourceReader/ResourceEnumerator::finished bool ___finished_2; public: inline static int32_t get_offset_of_reader_0() { return static_cast(offsetof(ResourceEnumerator_t2106512554, ___reader_0)); } inline ResourceReader_t3300492639 * get_reader_0() const { return ___reader_0; } inline ResourceReader_t3300492639 ** get_address_of_reader_0() { return &___reader_0; } inline void set_reader_0(ResourceReader_t3300492639 * value) { ___reader_0 = value; Il2CppCodeGenWriteBarrier((&___reader_0), value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(ResourceEnumerator_t2106512554, ___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_finished_2() { return static_cast(offsetof(ResourceEnumerator_t2106512554, ___finished_2)); } inline bool get_finished_2() const { return ___finished_2; } inline bool* get_address_of_finished_2() { return &___finished_2; } inline void set_finished_2(bool value) { ___finished_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESOURCEENUMERATOR_T2106512554_H #ifndef WIN32RESOURCE_T884101579_H #define WIN32RESOURCE_T884101579_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.Win32Resource struct Win32Resource_t884101579 : public RuntimeObject { public: // System.Resources.NameOrId System.Resources.Win32Resource::type NameOrId_t2364694642 * ___type_0; // System.Resources.NameOrId System.Resources.Win32Resource::name NameOrId_t2364694642 * ___name_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(Win32Resource_t884101579, ___type_0)); } inline NameOrId_t2364694642 * get_type_0() const { return ___type_0; } inline NameOrId_t2364694642 ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(NameOrId_t2364694642 * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(Win32Resource_t884101579, ___name_1)); } inline NameOrId_t2364694642 * get_name_1() const { return ___name_1; } inline NameOrId_t2364694642 ** get_address_of_name_1() { return &___name_1; } inline void set_name_1(NameOrId_t2364694642 * value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WIN32RESOURCE_T884101579_H #ifndef RESOURCEREADER_T3300492639_H #define RESOURCEREADER_T3300492639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.ResourceReader struct ResourceReader_t3300492639 : public RuntimeObject { public: // System.IO.BinaryReader System.Resources.ResourceReader::reader BinaryReader_t2428077293 * ___reader_0; // System.Object System.Resources.ResourceReader::readerLock RuntimeObject * ___readerLock_1; // System.Runtime.Serialization.IFormatter System.Resources.ResourceReader::formatter RuntimeObject* ___formatter_2; // System.Int32 System.Resources.ResourceReader::resourceCount int32_t ___resourceCount_3; // System.Int32 System.Resources.ResourceReader::typeCount int32_t ___typeCount_4; // System.String[] System.Resources.ResourceReader::typeNames StringU5BU5D_t1281789340* ___typeNames_5; // System.Int32[] System.Resources.ResourceReader::hashes Int32U5BU5D_t385246372* ___hashes_6; // System.Resources.ResourceReader/ResourceInfo[] System.Resources.ResourceReader::infos ResourceInfoU5BU5D_t2132996019* ___infos_7; // System.Int32 System.Resources.ResourceReader::dataSectionOffset int32_t ___dataSectionOffset_8; // System.Int64 System.Resources.ResourceReader::nameSectionOffset int64_t ___nameSectionOffset_9; // System.Int32 System.Resources.ResourceReader::resource_ver int32_t ___resource_ver_10; // System.Resources.ResourceReader/ResourceCacheItem[] System.Resources.ResourceReader::cache ResourceCacheItemU5BU5D_t1637949902* ___cache_11; // System.Object System.Resources.ResourceReader::cache_lock RuntimeObject * ___cache_lock_12; public: inline static int32_t get_offset_of_reader_0() { return static_cast(offsetof(ResourceReader_t3300492639, ___reader_0)); } inline BinaryReader_t2428077293 * get_reader_0() const { return ___reader_0; } inline BinaryReader_t2428077293 ** get_address_of_reader_0() { return &___reader_0; } inline void set_reader_0(BinaryReader_t2428077293 * value) { ___reader_0 = value; Il2CppCodeGenWriteBarrier((&___reader_0), value); } inline static int32_t get_offset_of_readerLock_1() { return static_cast(offsetof(ResourceReader_t3300492639, ___readerLock_1)); } inline RuntimeObject * get_readerLock_1() const { return ___readerLock_1; } inline RuntimeObject ** get_address_of_readerLock_1() { return &___readerLock_1; } inline void set_readerLock_1(RuntimeObject * value) { ___readerLock_1 = value; Il2CppCodeGenWriteBarrier((&___readerLock_1), value); } inline static int32_t get_offset_of_formatter_2() { return static_cast(offsetof(ResourceReader_t3300492639, ___formatter_2)); } inline RuntimeObject* get_formatter_2() const { return ___formatter_2; } inline RuntimeObject** get_address_of_formatter_2() { return &___formatter_2; } inline void set_formatter_2(RuntimeObject* value) { ___formatter_2 = value; Il2CppCodeGenWriteBarrier((&___formatter_2), value); } inline static int32_t get_offset_of_resourceCount_3() { return static_cast(offsetof(ResourceReader_t3300492639, ___resourceCount_3)); } inline int32_t get_resourceCount_3() const { return ___resourceCount_3; } inline int32_t* get_address_of_resourceCount_3() { return &___resourceCount_3; } inline void set_resourceCount_3(int32_t value) { ___resourceCount_3 = value; } inline static int32_t get_offset_of_typeCount_4() { return static_cast(offsetof(ResourceReader_t3300492639, ___typeCount_4)); } inline int32_t get_typeCount_4() const { return ___typeCount_4; } inline int32_t* get_address_of_typeCount_4() { return &___typeCount_4; } inline void set_typeCount_4(int32_t value) { ___typeCount_4 = value; } inline static int32_t get_offset_of_typeNames_5() { return static_cast(offsetof(ResourceReader_t3300492639, ___typeNames_5)); } inline StringU5BU5D_t1281789340* get_typeNames_5() const { return ___typeNames_5; } inline StringU5BU5D_t1281789340** get_address_of_typeNames_5() { return &___typeNames_5; } inline void set_typeNames_5(StringU5BU5D_t1281789340* value) { ___typeNames_5 = value; Il2CppCodeGenWriteBarrier((&___typeNames_5), value); } inline static int32_t get_offset_of_hashes_6() { return static_cast(offsetof(ResourceReader_t3300492639, ___hashes_6)); } inline Int32U5BU5D_t385246372* get_hashes_6() const { return ___hashes_6; } inline Int32U5BU5D_t385246372** get_address_of_hashes_6() { return &___hashes_6; } inline void set_hashes_6(Int32U5BU5D_t385246372* value) { ___hashes_6 = value; Il2CppCodeGenWriteBarrier((&___hashes_6), value); } inline static int32_t get_offset_of_infos_7() { return static_cast(offsetof(ResourceReader_t3300492639, ___infos_7)); } inline ResourceInfoU5BU5D_t2132996019* get_infos_7() const { return ___infos_7; } inline ResourceInfoU5BU5D_t2132996019** get_address_of_infos_7() { return &___infos_7; } inline void set_infos_7(ResourceInfoU5BU5D_t2132996019* value) { ___infos_7 = value; Il2CppCodeGenWriteBarrier((&___infos_7), value); } inline static int32_t get_offset_of_dataSectionOffset_8() { return static_cast(offsetof(ResourceReader_t3300492639, ___dataSectionOffset_8)); } inline int32_t get_dataSectionOffset_8() const { return ___dataSectionOffset_8; } inline int32_t* get_address_of_dataSectionOffset_8() { return &___dataSectionOffset_8; } inline void set_dataSectionOffset_8(int32_t value) { ___dataSectionOffset_8 = value; } inline static int32_t get_offset_of_nameSectionOffset_9() { return static_cast(offsetof(ResourceReader_t3300492639, ___nameSectionOffset_9)); } inline int64_t get_nameSectionOffset_9() const { return ___nameSectionOffset_9; } inline int64_t* get_address_of_nameSectionOffset_9() { return &___nameSectionOffset_9; } inline void set_nameSectionOffset_9(int64_t value) { ___nameSectionOffset_9 = value; } inline static int32_t get_offset_of_resource_ver_10() { return static_cast(offsetof(ResourceReader_t3300492639, ___resource_ver_10)); } inline int32_t get_resource_ver_10() const { return ___resource_ver_10; } inline int32_t* get_address_of_resource_ver_10() { return &___resource_ver_10; } inline void set_resource_ver_10(int32_t value) { ___resource_ver_10 = value; } inline static int32_t get_offset_of_cache_11() { return static_cast(offsetof(ResourceReader_t3300492639, ___cache_11)); } inline ResourceCacheItemU5BU5D_t1637949902* get_cache_11() const { return ___cache_11; } inline ResourceCacheItemU5BU5D_t1637949902** get_address_of_cache_11() { return &___cache_11; } inline void set_cache_11(ResourceCacheItemU5BU5D_t1637949902* value) { ___cache_11 = value; Il2CppCodeGenWriteBarrier((&___cache_11), value); } inline static int32_t get_offset_of_cache_lock_12() { return static_cast(offsetof(ResourceReader_t3300492639, ___cache_lock_12)); } inline RuntimeObject * get_cache_lock_12() const { return ___cache_lock_12; } inline RuntimeObject ** get_address_of_cache_lock_12() { return &___cache_lock_12; } inline void set_cache_lock_12(RuntimeObject * value) { ___cache_lock_12 = value; Il2CppCodeGenWriteBarrier((&___cache_lock_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESOURCEREADER_T3300492639_H #ifndef RESOURCEMANAGER_T4037989559_H #define RESOURCEMANAGER_T4037989559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.ResourceManager struct ResourceManager_t4037989559 : public RuntimeObject { public: // System.Type System.Resources.ResourceManager::resourceSetType Type_t * ___resourceSetType_4; public: inline static int32_t get_offset_of_resourceSetType_4() { return static_cast(offsetof(ResourceManager_t4037989559, ___resourceSetType_4)); } inline Type_t * get_resourceSetType_4() const { return ___resourceSetType_4; } inline Type_t ** get_address_of_resourceSetType_4() { return &___resourceSetType_4; } inline void set_resourceSetType_4(Type_t * value) { ___resourceSetType_4 = value; Il2CppCodeGenWriteBarrier((&___resourceSetType_4), value); } }; struct ResourceManager_t4037989559_StaticFields { public: // System.Collections.Hashtable System.Resources.ResourceManager::ResourceCache Hashtable_t1853889766 * ___ResourceCache_0; // System.Collections.Hashtable System.Resources.ResourceManager::NonExistent Hashtable_t1853889766 * ___NonExistent_1; // System.Int32 System.Resources.ResourceManager::HeaderVersionNumber int32_t ___HeaderVersionNumber_2; // System.Int32 System.Resources.ResourceManager::MagicNumber int32_t ___MagicNumber_3; public: inline static int32_t get_offset_of_ResourceCache_0() { return static_cast(offsetof(ResourceManager_t4037989559_StaticFields, ___ResourceCache_0)); } inline Hashtable_t1853889766 * get_ResourceCache_0() const { return ___ResourceCache_0; } inline Hashtable_t1853889766 ** get_address_of_ResourceCache_0() { return &___ResourceCache_0; } inline void set_ResourceCache_0(Hashtable_t1853889766 * value) { ___ResourceCache_0 = value; Il2CppCodeGenWriteBarrier((&___ResourceCache_0), value); } inline static int32_t get_offset_of_NonExistent_1() { return static_cast(offsetof(ResourceManager_t4037989559_StaticFields, ___NonExistent_1)); } inline Hashtable_t1853889766 * get_NonExistent_1() const { return ___NonExistent_1; } inline Hashtable_t1853889766 ** get_address_of_NonExistent_1() { return &___NonExistent_1; } inline void set_NonExistent_1(Hashtable_t1853889766 * value) { ___NonExistent_1 = value; Il2CppCodeGenWriteBarrier((&___NonExistent_1), value); } inline static int32_t get_offset_of_HeaderVersionNumber_2() { return static_cast(offsetof(ResourceManager_t4037989559_StaticFields, ___HeaderVersionNumber_2)); } inline int32_t get_HeaderVersionNumber_2() const { return ___HeaderVersionNumber_2; } inline int32_t* get_address_of_HeaderVersionNumber_2() { return &___HeaderVersionNumber_2; } inline void set_HeaderVersionNumber_2(int32_t value) { ___HeaderVersionNumber_2 = value; } inline static int32_t get_offset_of_MagicNumber_3() { return static_cast(offsetof(ResourceManager_t4037989559_StaticFields, ___MagicNumber_3)); } inline int32_t get_MagicNumber_3() const { return ___MagicNumber_3; } inline int32_t* get_address_of_MagicNumber_3() { return &___MagicNumber_3; } inline void set_MagicNumber_3(int32_t value) { ___MagicNumber_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RESOURCEMANAGER_T4037989559_H #ifndef ISVOLATILE_T2097058663_H #define ISVOLATILE_T2097058663_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.CompilerServices.IsVolatile struct IsVolatile_t2097058663 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ISVOLATILE_T2097058663_H #ifndef DYNAMICMETHODTOKENGENERATOR_T1364612456_H #define DYNAMICMETHODTOKENGENERATOR_T1364612456_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.DynamicMethodTokenGenerator struct DynamicMethodTokenGenerator_t1364612456 : public RuntimeObject { public: // System.Reflection.Emit.DynamicMethod System.Reflection.Emit.DynamicMethodTokenGenerator::m DynamicMethod_t2537779570 * ___m_0; public: inline static int32_t get_offset_of_m_0() { return static_cast(offsetof(DynamicMethodTokenGenerator_t1364612456, ___m_0)); } inline DynamicMethod_t2537779570 * get_m_0() const { return ___m_0; } inline DynamicMethod_t2537779570 ** get_address_of_m_0() { return &___m_0; } inline void set_m_0(DynamicMethod_t2537779570 * value) { ___m_0 = value; Il2CppCodeGenWriteBarrier((&___m_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DYNAMICMETHODTOKENGENERATOR_T1364612456_H #ifndef ILGENERATOR_T1388622344_H #define ILGENERATOR_T1388622344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ILGenerator struct ILGenerator_t1388622344 : public RuntimeObject { public: // System.Byte[] System.Reflection.Emit.ILGenerator::code ByteU5BU5D_t4116647657* ___code_1; // System.Int32 System.Reflection.Emit.ILGenerator::code_len int32_t ___code_len_2; // System.Int32 System.Reflection.Emit.ILGenerator::max_stack int32_t ___max_stack_3; // System.Int32 System.Reflection.Emit.ILGenerator::cur_stack int32_t ___cur_stack_4; // System.Reflection.Emit.LocalBuilder[] System.Reflection.Emit.ILGenerator::locals LocalBuilderU5BU5D_t4280809526* ___locals_5; // System.Int32 System.Reflection.Emit.ILGenerator::num_token_fixups int32_t ___num_token_fixups_6; // System.Reflection.Emit.ILTokenInfo[] System.Reflection.Emit.ILGenerator::token_fixups ILTokenInfoU5BU5D_t973106575* ___token_fixups_7; // System.Reflection.Emit.ILGenerator/LabelData[] System.Reflection.Emit.ILGenerator::labels LabelDataU5BU5D_t327903686* ___labels_8; // System.Int32 System.Reflection.Emit.ILGenerator::num_labels int32_t ___num_labels_9; // System.Reflection.Emit.ILGenerator/LabelFixup[] System.Reflection.Emit.ILGenerator::fixups LabelFixupU5BU5D_t103660291* ___fixups_10; // System.Int32 System.Reflection.Emit.ILGenerator::num_fixups int32_t ___num_fixups_11; // System.Reflection.Module System.Reflection.Emit.ILGenerator::module Module_t2987026101 * ___module_12; // System.Reflection.Emit.TokenGenerator System.Reflection.Emit.ILGenerator::token_gen RuntimeObject* ___token_gen_13; public: inline static int32_t get_offset_of_code_1() { return static_cast(offsetof(ILGenerator_t1388622344, ___code_1)); } inline ByteU5BU5D_t4116647657* get_code_1() const { return ___code_1; } inline ByteU5BU5D_t4116647657** get_address_of_code_1() { return &___code_1; } inline void set_code_1(ByteU5BU5D_t4116647657* value) { ___code_1 = value; Il2CppCodeGenWriteBarrier((&___code_1), value); } inline static int32_t get_offset_of_code_len_2() { return static_cast(offsetof(ILGenerator_t1388622344, ___code_len_2)); } inline int32_t get_code_len_2() const { return ___code_len_2; } inline int32_t* get_address_of_code_len_2() { return &___code_len_2; } inline void set_code_len_2(int32_t value) { ___code_len_2 = value; } inline static int32_t get_offset_of_max_stack_3() { return static_cast(offsetof(ILGenerator_t1388622344, ___max_stack_3)); } inline int32_t get_max_stack_3() const { return ___max_stack_3; } inline int32_t* get_address_of_max_stack_3() { return &___max_stack_3; } inline void set_max_stack_3(int32_t value) { ___max_stack_3 = value; } inline static int32_t get_offset_of_cur_stack_4() { return static_cast(offsetof(ILGenerator_t1388622344, ___cur_stack_4)); } inline int32_t get_cur_stack_4() const { return ___cur_stack_4; } inline int32_t* get_address_of_cur_stack_4() { return &___cur_stack_4; } inline void set_cur_stack_4(int32_t value) { ___cur_stack_4 = value; } inline static int32_t get_offset_of_locals_5() { return static_cast(offsetof(ILGenerator_t1388622344, ___locals_5)); } inline LocalBuilderU5BU5D_t4280809526* get_locals_5() const { return ___locals_5; } inline LocalBuilderU5BU5D_t4280809526** get_address_of_locals_5() { return &___locals_5; } inline void set_locals_5(LocalBuilderU5BU5D_t4280809526* value) { ___locals_5 = value; Il2CppCodeGenWriteBarrier((&___locals_5), value); } inline static int32_t get_offset_of_num_token_fixups_6() { return static_cast(offsetof(ILGenerator_t1388622344, ___num_token_fixups_6)); } inline int32_t get_num_token_fixups_6() const { return ___num_token_fixups_6; } inline int32_t* get_address_of_num_token_fixups_6() { return &___num_token_fixups_6; } inline void set_num_token_fixups_6(int32_t value) { ___num_token_fixups_6 = value; } inline static int32_t get_offset_of_token_fixups_7() { return static_cast(offsetof(ILGenerator_t1388622344, ___token_fixups_7)); } inline ILTokenInfoU5BU5D_t973106575* get_token_fixups_7() const { return ___token_fixups_7; } inline ILTokenInfoU5BU5D_t973106575** get_address_of_token_fixups_7() { return &___token_fixups_7; } inline void set_token_fixups_7(ILTokenInfoU5BU5D_t973106575* value) { ___token_fixups_7 = value; Il2CppCodeGenWriteBarrier((&___token_fixups_7), value); } inline static int32_t get_offset_of_labels_8() { return static_cast(offsetof(ILGenerator_t1388622344, ___labels_8)); } inline LabelDataU5BU5D_t327903686* get_labels_8() const { return ___labels_8; } inline LabelDataU5BU5D_t327903686** get_address_of_labels_8() { return &___labels_8; } inline void set_labels_8(LabelDataU5BU5D_t327903686* value) { ___labels_8 = value; Il2CppCodeGenWriteBarrier((&___labels_8), value); } inline static int32_t get_offset_of_num_labels_9() { return static_cast(offsetof(ILGenerator_t1388622344, ___num_labels_9)); } inline int32_t get_num_labels_9() const { return ___num_labels_9; } inline int32_t* get_address_of_num_labels_9() { return &___num_labels_9; } inline void set_num_labels_9(int32_t value) { ___num_labels_9 = value; } inline static int32_t get_offset_of_fixups_10() { return static_cast(offsetof(ILGenerator_t1388622344, ___fixups_10)); } inline LabelFixupU5BU5D_t103660291* get_fixups_10() const { return ___fixups_10; } inline LabelFixupU5BU5D_t103660291** get_address_of_fixups_10() { return &___fixups_10; } inline void set_fixups_10(LabelFixupU5BU5D_t103660291* value) { ___fixups_10 = value; Il2CppCodeGenWriteBarrier((&___fixups_10), value); } inline static int32_t get_offset_of_num_fixups_11() { return static_cast(offsetof(ILGenerator_t1388622344, ___num_fixups_11)); } inline int32_t get_num_fixups_11() const { return ___num_fixups_11; } inline int32_t* get_address_of_num_fixups_11() { return &___num_fixups_11; } inline void set_num_fixups_11(int32_t value) { ___num_fixups_11 = value; } inline static int32_t get_offset_of_module_12() { return static_cast(offsetof(ILGenerator_t1388622344, ___module_12)); } inline Module_t2987026101 * get_module_12() const { return ___module_12; } inline Module_t2987026101 ** get_address_of_module_12() { return &___module_12; } inline void set_module_12(Module_t2987026101 * value) { ___module_12 = value; Il2CppCodeGenWriteBarrier((&___module_12), value); } inline static int32_t get_offset_of_token_gen_13() { return static_cast(offsetof(ILGenerator_t1388622344, ___token_gen_13)); } inline RuntimeObject* get_token_gen_13() const { return ___token_gen_13; } inline RuntimeObject** get_address_of_token_gen_13() { return &___token_gen_13; } inline void set_token_gen_13(RuntimeObject* value) { ___token_gen_13 = value; Il2CppCodeGenWriteBarrier((&___token_gen_13), value); } }; struct ILGenerator_t1388622344_StaticFields { public: // System.Type System.Reflection.Emit.ILGenerator::void_type Type_t * ___void_type_0; public: inline static int32_t get_offset_of_void_type_0() { return static_cast(offsetof(ILGenerator_t1388622344_StaticFields, ___void_type_0)); } inline Type_t * get_void_type_0() const { return ___void_type_0; } inline Type_t ** get_address_of_void_type_0() { return &___void_type_0; } inline void set_void_type_0(Type_t * value) { ___void_type_0 = value; Il2CppCodeGenWriteBarrier((&___void_type_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ILGENERATOR_T1388622344_H #ifndef EVENTBUILDER_T3451532220_H #define EVENTBUILDER_T3451532220_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.EventBuilder struct EventBuilder_t3451532220 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTBUILDER_T3451532220_H #ifndef ANONHOSTMODULEHOLDER_T3274688547_H #define ANONHOSTMODULEHOLDER_T3274688547_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.DynamicMethod/AnonHostModuleHolder struct AnonHostModuleHolder_t3274688547 : public RuntimeObject { public: public: }; struct AnonHostModuleHolder_t3274688547_StaticFields { public: // System.Reflection.Module System.Reflection.Emit.DynamicMethod/AnonHostModuleHolder::anon_host_module Module_t2987026101 * ___anon_host_module_0; public: inline static int32_t get_offset_of_anon_host_module_0() { return static_cast(offsetof(AnonHostModuleHolder_t3274688547_StaticFields, ___anon_host_module_0)); } inline Module_t2987026101 * get_anon_host_module_0() const { return ___anon_host_module_0; } inline Module_t2987026101 ** get_address_of_anon_host_module_0() { return &___anon_host_module_0; } inline void set_anon_host_module_0(Module_t2987026101 * value) { ___anon_host_module_0 = value; Il2CppCodeGenWriteBarrier((&___anon_host_module_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANONHOSTMODULEHOLDER_T3274688547_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef LOCALVARIABLEINFO_T2426779395_H #define LOCALVARIABLEINFO_T2426779395_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.LocalVariableInfo struct LocalVariableInfo_t2426779395 : public RuntimeObject { public: // System.Type System.Reflection.LocalVariableInfo::type Type_t * ___type_0; // System.Boolean System.Reflection.LocalVariableInfo::is_pinned bool ___is_pinned_1; // System.UInt16 System.Reflection.LocalVariableInfo::position uint16_t ___position_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(LocalVariableInfo_t2426779395, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } inline static int32_t get_offset_of_is_pinned_1() { return static_cast(offsetof(LocalVariableInfo_t2426779395, ___is_pinned_1)); } inline bool get_is_pinned_1() const { return ___is_pinned_1; } inline bool* get_address_of_is_pinned_1() { return &___is_pinned_1; } inline void set_is_pinned_1(bool value) { ___is_pinned_1 = value; } inline static int32_t get_offset_of_position_2() { return static_cast(offsetof(LocalVariableInfo_t2426779395, ___position_2)); } inline uint16_t get_position_2() const { return ___position_2; } inline uint16_t* get_address_of_position_2() { return &___position_2; } inline void set_position_2(uint16_t value) { ___position_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOCALVARIABLEINFO_T2426779395_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef ATTRIBUTE_T861562559_H #define ATTRIBUTE_T861562559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Attribute struct Attribute_t861562559 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTE_T861562559_H #ifndef COMPILATIONRELAXATIONSATTRIBUTE_T1721442111_H #define COMPILATIONRELAXATIONSATTRIBUTE_T1721442111_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.CompilerServices.CompilationRelaxationsAttribute struct CompilationRelaxationsAttribute_t1721442111 : public Attribute_t861562559 { public: // System.Int32 System.Runtime.CompilerServices.CompilationRelaxationsAttribute::relax int32_t ___relax_0; public: inline static int32_t get_offset_of_relax_0() { return static_cast(offsetof(CompilationRelaxationsAttribute_t1721442111, ___relax_0)); } inline int32_t get_relax_0() const { return ___relax_0; } inline int32_t* get_address_of_relax_0() { return &___relax_0; } inline void set_relax_0(int32_t value) { ___relax_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPILATIONRELAXATIONSATTRIBUTE_T1721442111_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef WIN32VERSIONRESOURCE_T1367628464_H #define WIN32VERSIONRESOURCE_T1367628464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.Win32VersionResource struct Win32VersionResource_t1367628464 : public Win32Resource_t884101579 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WIN32VERSIONRESOURCE_T1367628464_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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(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(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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef METHODBASE_T_H #define METHODBASE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBASE_T_H #ifndef STRINGFREEZINGATTRIBUTE_T3031362240_H #define STRINGFREEZINGATTRIBUTE_T3031362240_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.CompilerServices.StringFreezingAttribute struct StringFreezingAttribute_t3031362240 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGFREEZINGATTRIBUTE_T3031362240_H #ifndef FIELDINFO_T_H #define FIELDINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.FieldInfo struct FieldInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDINFO_T_H #ifndef PRESERVESIGATTRIBUTE_T979468563_H #define PRESERVESIGATTRIBUTE_T979468563_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.PreserveSigAttribute struct PreserveSigAttribute_t979468563 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRESERVESIGATTRIBUTE_T979468563_H #ifndef UINTPTR_T_H #define UINTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UIntPtr struct UIntPtr_t { public: // System.Void* System.UIntPtr::_pointer void* ____pointer_1; public: inline static int32_t get_offset_of__pointer_1() { return static_cast(offsetof(UIntPtr_t, ____pointer_1)); } inline void* get__pointer_1() const { return ____pointer_1; } inline void** get_address_of__pointer_1() { return &____pointer_1; } inline void set__pointer_1(void* value) { ____pointer_1 = value; } }; struct UIntPtr_t_StaticFields { public: // System.UIntPtr System.UIntPtr::Zero uintptr_t ___Zero_0; public: inline static int32_t get_offset_of_Zero_0() { return static_cast(offsetof(UIntPtr_t_StaticFields, ___Zero_0)); } inline uintptr_t get_Zero_0() const { return ___Zero_0; } inline uintptr_t* get_address_of_Zero_0() { return &___Zero_0; } inline void set_Zero_0(uintptr_t value) { ___Zero_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINTPTR_T_H #ifndef GCHANDLE_T3351438187_H #define GCHANDLE_T3351438187_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.GCHandle struct GCHandle_t3351438187 { 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(offsetof(GCHandle_t3351438187, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GCHANDLE_T3351438187_H #ifndef DISPIDATTRIBUTE_T491906453_H #define DISPIDATTRIBUTE_T491906453_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.DispIdAttribute struct DispIdAttribute_t491906453 : public Attribute_t861562559 { public: // System.Int32 System.Runtime.InteropServices.DispIdAttribute::id int32_t ___id_0; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(DispIdAttribute_t491906453, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DISPIDATTRIBUTE_T491906453_H #ifndef COMDEFAULTINTERFACEATTRIBUTE_T2734585253_H #define COMDEFAULTINTERFACEATTRIBUTE_T2734585253_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.ComDefaultInterfaceAttribute struct ComDefaultInterfaceAttribute_t2734585253 : public Attribute_t861562559 { public: // System.Type System.Runtime.InteropServices.ComDefaultInterfaceAttribute::_type Type_t * ____type_0; public: inline static int32_t get_offset_of__type_0() { return static_cast(offsetof(ComDefaultInterfaceAttribute_t2734585253, ____type_0)); } inline Type_t * get__type_0() const { return ____type_0; } inline Type_t ** get_address_of__type_0() { return &____type_0; } inline void set__type_0(Type_t * value) { ____type_0 = value; Il2CppCodeGenWriteBarrier((&____type_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMDEFAULTINTERFACEATTRIBUTE_T2734585253_H #ifndef COMCOMPATIBLEVERSIONATTRIBUTE_T1233303509_H #define COMCOMPATIBLEVERSIONATTRIBUTE_T1233303509_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.ComCompatibleVersionAttribute struct ComCompatibleVersionAttribute_t1233303509 : public Attribute_t861562559 { public: // System.Int32 System.Runtime.InteropServices.ComCompatibleVersionAttribute::major int32_t ___major_0; // System.Int32 System.Runtime.InteropServices.ComCompatibleVersionAttribute::minor int32_t ___minor_1; // System.Int32 System.Runtime.InteropServices.ComCompatibleVersionAttribute::build int32_t ___build_2; // System.Int32 System.Runtime.InteropServices.ComCompatibleVersionAttribute::revision int32_t ___revision_3; public: inline static int32_t get_offset_of_major_0() { return static_cast(offsetof(ComCompatibleVersionAttribute_t1233303509, ___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(offsetof(ComCompatibleVersionAttribute_t1233303509, ___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(offsetof(ComCompatibleVersionAttribute_t1233303509, ___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(offsetof(ComCompatibleVersionAttribute_t1233303509, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMCOMPATIBLEVERSIONATTRIBUTE_T1233303509_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef PROPERTYINFO_T_H #define PROPERTYINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYINFO_T_H #ifndef SATELLITECONTRACTVERSIONATTRIBUTE_T3549813284_H #define SATELLITECONTRACTVERSIONATTRIBUTE_T3549813284_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.SatelliteContractVersionAttribute struct SatelliteContractVersionAttribute_t3549813284 : public Attribute_t861562559 { public: // System.Version System.Resources.SatelliteContractVersionAttribute::ver Version_t3456873960 * ___ver_0; public: inline static int32_t get_offset_of_ver_0() { return static_cast(offsetof(SatelliteContractVersionAttribute_t3549813284, ___ver_0)); } inline Version_t3456873960 * get_ver_0() const { return ___ver_0; } inline Version_t3456873960 ** get_address_of_ver_0() { return &___ver_0; } inline void set_ver_0(Version_t3456873960 * value) { ___ver_0 = value; Il2CppCodeGenWriteBarrier((&___ver_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SATELLITECONTRACTVERSIONATTRIBUTE_T3549813284_H #ifndef METHODTOKEN_T4055728386_H #define METHODTOKEN_T4055728386_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.MethodToken struct MethodToken_t4055728386 { public: // System.Int32 System.Reflection.Emit.MethodToken::tokValue int32_t ___tokValue_0; public: inline static int32_t get_offset_of_tokValue_0() { return static_cast(offsetof(MethodToken_t4055728386, ___tokValue_0)); } inline int32_t get_tokValue_0() const { return ___tokValue_0; } inline int32_t* get_address_of_tokValue_0() { return &___tokValue_0; } inline void set_tokValue_0(int32_t value) { ___tokValue_0 = value; } }; struct MethodToken_t4055728386_StaticFields { public: // System.Reflection.Emit.MethodToken System.Reflection.Emit.MethodToken::Empty MethodToken_t4055728386 ___Empty_1; public: inline static int32_t get_offset_of_Empty_1() { return static_cast(offsetof(MethodToken_t4055728386_StaticFields, ___Empty_1)); } inline MethodToken_t4055728386 get_Empty_1() const { return ___Empty_1; } inline MethodToken_t4055728386 * get_address_of_Empty_1() { return &___Empty_1; } inline void set_Empty_1(MethodToken_t4055728386 value) { ___Empty_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODTOKEN_T4055728386_H #ifndef ILTOKENINFO_T2325775114_H #define ILTOKENINFO_T2325775114_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ILTokenInfo struct ILTokenInfo_t2325775114 { public: // System.Reflection.MemberInfo System.Reflection.Emit.ILTokenInfo::member MemberInfo_t * ___member_0; // System.Int32 System.Reflection.Emit.ILTokenInfo::code_pos int32_t ___code_pos_1; public: inline static int32_t get_offset_of_member_0() { return static_cast(offsetof(ILTokenInfo_t2325775114, ___member_0)); } inline MemberInfo_t * get_member_0() const { return ___member_0; } inline MemberInfo_t ** get_address_of_member_0() { return &___member_0; } inline void set_member_0(MemberInfo_t * value) { ___member_0 = value; Il2CppCodeGenWriteBarrier((&___member_0), value); } inline static int32_t get_offset_of_code_pos_1() { return static_cast(offsetof(ILTokenInfo_t2325775114, ___code_pos_1)); } inline int32_t get_code_pos_1() const { return ___code_pos_1; } inline int32_t* get_address_of_code_pos_1() { return &___code_pos_1; } inline void set_code_pos_1(int32_t value) { ___code_pos_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.Emit.ILTokenInfo struct ILTokenInfo_t2325775114_marshaled_pinvoke { MemberInfo_t * ___member_0; int32_t ___code_pos_1; }; // Native definition for COM marshalling of System.Reflection.Emit.ILTokenInfo struct ILTokenInfo_t2325775114_marshaled_com { MemberInfo_t * ___member_0; int32_t ___code_pos_1; }; #endif // ILTOKENINFO_T2325775114_H #ifndef LABELFIXUP_T858502054_H #define LABELFIXUP_T858502054_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ILGenerator/LabelFixup struct LabelFixup_t858502054 { public: // System.Int32 System.Reflection.Emit.ILGenerator/LabelFixup::offset int32_t ___offset_0; // System.Int32 System.Reflection.Emit.ILGenerator/LabelFixup::pos int32_t ___pos_1; // System.Int32 System.Reflection.Emit.ILGenerator/LabelFixup::label_idx int32_t ___label_idx_2; public: inline static int32_t get_offset_of_offset_0() { return static_cast(offsetof(LabelFixup_t858502054, ___offset_0)); } inline int32_t get_offset_0() const { return ___offset_0; } inline int32_t* get_address_of_offset_0() { return &___offset_0; } inline void set_offset_0(int32_t value) { ___offset_0 = value; } inline static int32_t get_offset_of_pos_1() { return static_cast(offsetof(LabelFixup_t858502054, ___pos_1)); } inline int32_t get_pos_1() const { return ___pos_1; } inline int32_t* get_address_of_pos_1() { return &___pos_1; } inline void set_pos_1(int32_t value) { ___pos_1 = value; } inline static int32_t get_offset_of_label_idx_2() { return static_cast(offsetof(LabelFixup_t858502054, ___label_idx_2)); } inline int32_t get_label_idx_2() const { return ___label_idx_2; } inline int32_t* get_address_of_label_idx_2() { return &___label_idx_2; } inline void set_label_idx_2(int32_t value) { ___label_idx_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LABELFIXUP_T858502054_H #ifndef LABELDATA_T360167391_H #define LABELDATA_T360167391_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ILGenerator/LabelData struct LabelData_t360167391 { public: // System.Int32 System.Reflection.Emit.ILGenerator/LabelData::addr int32_t ___addr_0; // System.Int32 System.Reflection.Emit.ILGenerator/LabelData::maxStack int32_t ___maxStack_1; public: inline static int32_t get_offset_of_addr_0() { return static_cast(offsetof(LabelData_t360167391, ___addr_0)); } inline int32_t get_addr_0() const { return ___addr_0; } inline int32_t* get_address_of_addr_0() { return &___addr_0; } inline void set_addr_0(int32_t value) { ___addr_0 = value; } inline static int32_t get_offset_of_maxStack_1() { return static_cast(offsetof(LabelData_t360167391, ___maxStack_1)); } inline int32_t get_maxStack_1() const { return ___maxStack_1; } inline int32_t* get_address_of_maxStack_1() { return &___maxStack_1; } inline void set_maxStack_1(int32_t value) { ___maxStack_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LABELDATA_T360167391_H #ifndef LABEL_T2281661643_H #define LABEL_T2281661643_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.Label struct Label_t2281661643 { public: // System.Int32 System.Reflection.Emit.Label::label int32_t ___label_0; public: inline static int32_t get_offset_of_label_0() { return static_cast(offsetof(Label_t2281661643, ___label_0)); } inline int32_t get_label_0() const { return ___label_0; } inline int32_t* get_address_of_label_0() { return &___label_0; } inline void set_label_0(int32_t value) { ___label_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LABEL_T2281661643_H #ifndef LOCALBUILDER_T3562264111_H #define LOCALBUILDER_T3562264111_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.LocalBuilder struct LocalBuilder_t3562264111 : public LocalVariableInfo_t2426779395 { public: // System.Reflection.Emit.ILGenerator System.Reflection.Emit.LocalBuilder::ilgen ILGenerator_t1388622344 * ___ilgen_3; public: inline static int32_t get_offset_of_ilgen_3() { return static_cast(offsetof(LocalBuilder_t3562264111, ___ilgen_3)); } inline ILGenerator_t1388622344 * get_ilgen_3() const { return ___ilgen_3; } inline ILGenerator_t1388622344 ** get_address_of_ilgen_3() { return &___ilgen_3; } inline void set_ilgen_3(ILGenerator_t1388622344 * value) { ___ilgen_3 = value; Il2CppCodeGenWriteBarrier((&___ilgen_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOCALBUILDER_T3562264111_H #ifndef NEUTRALRESOURCESLANGUAGEATTRIBUTE_T2027633532_H #define NEUTRALRESOURCESLANGUAGEATTRIBUTE_T2027633532_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.NeutralResourcesLanguageAttribute struct NeutralResourcesLanguageAttribute_t2027633532 : public Attribute_t861562559 { public: // System.String System.Resources.NeutralResourcesLanguageAttribute::culture String_t* ___culture_0; public: inline static int32_t get_offset_of_culture_0() { return static_cast(offsetof(NeutralResourcesLanguageAttribute_t2027633532, ___culture_0)); } inline String_t* get_culture_0() const { return ___culture_0; } inline String_t** get_address_of_culture_0() { return &___culture_0; } inline void set_culture_0(String_t* value) { ___culture_0 = value; Il2CppCodeGenWriteBarrier((&___culture_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NEUTRALRESOURCESLANGUAGEATTRIBUTE_T2027633532_H #ifndef RUNTIMERESOURCESET_T3081501575_H #define RUNTIMERESOURCESET_T3081501575_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.RuntimeResourceSet struct RuntimeResourceSet_t3081501575 : public ResourceSet_t2827911187 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMERESOURCESET_T3081501575_H #ifndef RESOURCECACHEITEM_T51292791_H #define RESOURCECACHEITEM_T51292791_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.ResourceReader/ResourceCacheItem struct ResourceCacheItem_t51292791 { public: // System.String System.Resources.ResourceReader/ResourceCacheItem::ResourceName String_t* ___ResourceName_0; // System.Object System.Resources.ResourceReader/ResourceCacheItem::ResourceValue RuntimeObject * ___ResourceValue_1; public: inline static int32_t get_offset_of_ResourceName_0() { return static_cast(offsetof(ResourceCacheItem_t51292791, ___ResourceName_0)); } inline String_t* get_ResourceName_0() const { return ___ResourceName_0; } inline String_t** get_address_of_ResourceName_0() { return &___ResourceName_0; } inline void set_ResourceName_0(String_t* value) { ___ResourceName_0 = value; Il2CppCodeGenWriteBarrier((&___ResourceName_0), value); } inline static int32_t get_offset_of_ResourceValue_1() { return static_cast(offsetof(ResourceCacheItem_t51292791, ___ResourceValue_1)); } inline RuntimeObject * get_ResourceValue_1() const { return ___ResourceValue_1; } inline RuntimeObject ** get_address_of_ResourceValue_1() { return &___ResourceValue_1; } inline void set_ResourceValue_1(RuntimeObject * value) { ___ResourceValue_1 = value; Il2CppCodeGenWriteBarrier((&___ResourceValue_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Resources.ResourceReader/ResourceCacheItem struct ResourceCacheItem_t51292791_marshaled_pinvoke { char* ___ResourceName_0; Il2CppIUnknown* ___ResourceValue_1; }; // Native definition for COM marshalling of System.Resources.ResourceReader/ResourceCacheItem struct ResourceCacheItem_t51292791_marshaled_com { Il2CppChar* ___ResourceName_0; Il2CppIUnknown* ___ResourceValue_1; }; #endif // RESOURCECACHEITEM_T51292791_H #ifndef RESOURCEINFO_T2872965302_H #define RESOURCEINFO_T2872965302_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.ResourceReader/ResourceInfo struct ResourceInfo_t2872965302 { public: // System.Int64 System.Resources.ResourceReader/ResourceInfo::ValuePosition int64_t ___ValuePosition_0; // System.String System.Resources.ResourceReader/ResourceInfo::ResourceName String_t* ___ResourceName_1; // System.Int32 System.Resources.ResourceReader/ResourceInfo::TypeIndex int32_t ___TypeIndex_2; public: inline static int32_t get_offset_of_ValuePosition_0() { return static_cast(offsetof(ResourceInfo_t2872965302, ___ValuePosition_0)); } inline int64_t get_ValuePosition_0() const { return ___ValuePosition_0; } inline int64_t* get_address_of_ValuePosition_0() { return &___ValuePosition_0; } inline void set_ValuePosition_0(int64_t value) { ___ValuePosition_0 = value; } inline static int32_t get_offset_of_ResourceName_1() { return static_cast(offsetof(ResourceInfo_t2872965302, ___ResourceName_1)); } inline String_t* get_ResourceName_1() const { return ___ResourceName_1; } inline String_t** get_address_of_ResourceName_1() { return &___ResourceName_1; } inline void set_ResourceName_1(String_t* value) { ___ResourceName_1 = value; Il2CppCodeGenWriteBarrier((&___ResourceName_1), value); } inline static int32_t get_offset_of_TypeIndex_2() { return static_cast(offsetof(ResourceInfo_t2872965302, ___TypeIndex_2)); } inline int32_t get_TypeIndex_2() const { return ___TypeIndex_2; } inline int32_t* get_address_of_TypeIndex_2() { return &___TypeIndex_2; } inline void set_TypeIndex_2(int32_t value) { ___TypeIndex_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Resources.ResourceReader/ResourceInfo struct ResourceInfo_t2872965302_marshaled_pinvoke { int64_t ___ValuePosition_0; char* ___ResourceName_1; int32_t ___TypeIndex_2; }; // Native definition for COM marshalling of System.Resources.ResourceReader/ResourceInfo struct ResourceInfo_t2872965302_marshaled_com { int64_t ___ValuePosition_0; Il2CppChar* ___ResourceName_1; int32_t ___TypeIndex_2; }; #endif // RESOURCEINFO_T2872965302_H #ifndef OPCODE_T123070264_H #define OPCODE_T123070264_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.OpCode struct OpCode_t123070264 { public: // System.Byte System.Reflection.Emit.OpCode::op1 uint8_t ___op1_0; // System.Byte System.Reflection.Emit.OpCode::op2 uint8_t ___op2_1; // System.Byte System.Reflection.Emit.OpCode::push uint8_t ___push_2; // System.Byte System.Reflection.Emit.OpCode::pop uint8_t ___pop_3; // System.Byte System.Reflection.Emit.OpCode::size uint8_t ___size_4; // System.Byte System.Reflection.Emit.OpCode::type uint8_t ___type_5; // System.Byte System.Reflection.Emit.OpCode::args uint8_t ___args_6; // System.Byte System.Reflection.Emit.OpCode::flow uint8_t ___flow_7; public: inline static int32_t get_offset_of_op1_0() { return static_cast(offsetof(OpCode_t123070264, ___op1_0)); } inline uint8_t get_op1_0() const { return ___op1_0; } inline uint8_t* get_address_of_op1_0() { return &___op1_0; } inline void set_op1_0(uint8_t value) { ___op1_0 = value; } inline static int32_t get_offset_of_op2_1() { return static_cast(offsetof(OpCode_t123070264, ___op2_1)); } inline uint8_t get_op2_1() const { return ___op2_1; } inline uint8_t* get_address_of_op2_1() { return &___op2_1; } inline void set_op2_1(uint8_t value) { ___op2_1 = value; } inline static int32_t get_offset_of_push_2() { return static_cast(offsetof(OpCode_t123070264, ___push_2)); } inline uint8_t get_push_2() const { return ___push_2; } inline uint8_t* get_address_of_push_2() { return &___push_2; } inline void set_push_2(uint8_t value) { ___push_2 = value; } inline static int32_t get_offset_of_pop_3() { return static_cast(offsetof(OpCode_t123070264, ___pop_3)); } inline uint8_t get_pop_3() const { return ___pop_3; } inline uint8_t* get_address_of_pop_3() { return &___pop_3; } inline void set_pop_3(uint8_t value) { ___pop_3 = value; } inline static int32_t get_offset_of_size_4() { return static_cast(offsetof(OpCode_t123070264, ___size_4)); } inline uint8_t get_size_4() const { return ___size_4; } inline uint8_t* get_address_of_size_4() { return &___size_4; } inline void set_size_4(uint8_t value) { ___size_4 = value; } inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(OpCode_t123070264, ___type_5)); } inline uint8_t get_type_5() const { return ___type_5; } inline uint8_t* get_address_of_type_5() { return &___type_5; } inline void set_type_5(uint8_t value) { ___type_5 = value; } inline static int32_t get_offset_of_args_6() { return static_cast(offsetof(OpCode_t123070264, ___args_6)); } inline uint8_t get_args_6() const { return ___args_6; } inline uint8_t* get_address_of_args_6() { return &___args_6; } inline void set_args_6(uint8_t value) { ___args_6 = value; } inline static int32_t get_offset_of_flow_7() { return static_cast(offsetof(OpCode_t123070264, ___flow_7)); } inline uint8_t get_flow_7() const { return ___flow_7; } inline uint8_t* get_address_of_flow_7() { return &___flow_7; } inline void set_flow_7(uint8_t value) { ___flow_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPCODE_T123070264_H #ifndef OPCODES_T126150456_H #define OPCODES_T126150456_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.OpCodes struct OpCodes_t126150456 : public RuntimeObject { public: public: }; struct OpCodes_t126150456_StaticFields { public: // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Nop OpCode_t123070264 ___Nop_0; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Break OpCode_t123070264 ___Break_1; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarg_0 OpCode_t123070264 ___Ldarg_0_2; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarg_1 OpCode_t123070264 ___Ldarg_1_3; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarg_2 OpCode_t123070264 ___Ldarg_2_4; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarg_3 OpCode_t123070264 ___Ldarg_3_5; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloc_0 OpCode_t123070264 ___Ldloc_0_6; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloc_1 OpCode_t123070264 ___Ldloc_1_7; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloc_2 OpCode_t123070264 ___Ldloc_2_8; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloc_3 OpCode_t123070264 ___Ldloc_3_9; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stloc_0 OpCode_t123070264 ___Stloc_0_10; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stloc_1 OpCode_t123070264 ___Stloc_1_11; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stloc_2 OpCode_t123070264 ___Stloc_2_12; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stloc_3 OpCode_t123070264 ___Stloc_3_13; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarg_S OpCode_t123070264 ___Ldarg_S_14; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarga_S OpCode_t123070264 ___Ldarga_S_15; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Starg_S OpCode_t123070264 ___Starg_S_16; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloc_S OpCode_t123070264 ___Ldloc_S_17; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloca_S OpCode_t123070264 ___Ldloca_S_18; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stloc_S OpCode_t123070264 ___Stloc_S_19; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldnull OpCode_t123070264 ___Ldnull_20; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_M1 OpCode_t123070264 ___Ldc_I4_M1_21; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_0 OpCode_t123070264 ___Ldc_I4_0_22; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_1 OpCode_t123070264 ___Ldc_I4_1_23; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_2 OpCode_t123070264 ___Ldc_I4_2_24; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_3 OpCode_t123070264 ___Ldc_I4_3_25; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_4 OpCode_t123070264 ___Ldc_I4_4_26; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_5 OpCode_t123070264 ___Ldc_I4_5_27; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_6 OpCode_t123070264 ___Ldc_I4_6_28; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_7 OpCode_t123070264 ___Ldc_I4_7_29; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_8 OpCode_t123070264 ___Ldc_I4_8_30; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4_S OpCode_t123070264 ___Ldc_I4_S_31; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I4 OpCode_t123070264 ___Ldc_I4_32; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_I8 OpCode_t123070264 ___Ldc_I8_33; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_R4 OpCode_t123070264 ___Ldc_R4_34; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldc_R8 OpCode_t123070264 ___Ldc_R8_35; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Dup OpCode_t123070264 ___Dup_36; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Pop OpCode_t123070264 ___Pop_37; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Jmp OpCode_t123070264 ___Jmp_38; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Call OpCode_t123070264 ___Call_39; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Calli OpCode_t123070264 ___Calli_40; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ret OpCode_t123070264 ___Ret_41; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Br_S OpCode_t123070264 ___Br_S_42; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Brfalse_S OpCode_t123070264 ___Brfalse_S_43; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Brtrue_S OpCode_t123070264 ___Brtrue_S_44; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Beq_S OpCode_t123070264 ___Beq_S_45; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bge_S OpCode_t123070264 ___Bge_S_46; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bgt_S OpCode_t123070264 ___Bgt_S_47; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ble_S OpCode_t123070264 ___Ble_S_48; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Blt_S OpCode_t123070264 ___Blt_S_49; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bne_Un_S OpCode_t123070264 ___Bne_Un_S_50; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bge_Un_S OpCode_t123070264 ___Bge_Un_S_51; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bgt_Un_S OpCode_t123070264 ___Bgt_Un_S_52; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ble_Un_S OpCode_t123070264 ___Ble_Un_S_53; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Blt_Un_S OpCode_t123070264 ___Blt_Un_S_54; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Br OpCode_t123070264 ___Br_55; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Brfalse OpCode_t123070264 ___Brfalse_56; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Brtrue OpCode_t123070264 ___Brtrue_57; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Beq OpCode_t123070264 ___Beq_58; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bge OpCode_t123070264 ___Bge_59; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bgt OpCode_t123070264 ___Bgt_60; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ble OpCode_t123070264 ___Ble_61; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Blt OpCode_t123070264 ___Blt_62; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bne_Un OpCode_t123070264 ___Bne_Un_63; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bge_Un OpCode_t123070264 ___Bge_Un_64; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Bgt_Un OpCode_t123070264 ___Bgt_Un_65; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ble_Un OpCode_t123070264 ___Ble_Un_66; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Blt_Un OpCode_t123070264 ___Blt_Un_67; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Switch OpCode_t123070264 ___Switch_68; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_I1 OpCode_t123070264 ___Ldind_I1_69; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_U1 OpCode_t123070264 ___Ldind_U1_70; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_I2 OpCode_t123070264 ___Ldind_I2_71; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_U2 OpCode_t123070264 ___Ldind_U2_72; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_I4 OpCode_t123070264 ___Ldind_I4_73; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_U4 OpCode_t123070264 ___Ldind_U4_74; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_I8 OpCode_t123070264 ___Ldind_I8_75; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_I OpCode_t123070264 ___Ldind_I_76; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_R4 OpCode_t123070264 ___Ldind_R4_77; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_R8 OpCode_t123070264 ___Ldind_R8_78; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldind_Ref OpCode_t123070264 ___Ldind_Ref_79; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_Ref OpCode_t123070264 ___Stind_Ref_80; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_I1 OpCode_t123070264 ___Stind_I1_81; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_I2 OpCode_t123070264 ___Stind_I2_82; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_I4 OpCode_t123070264 ___Stind_I4_83; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_I8 OpCode_t123070264 ___Stind_I8_84; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_R4 OpCode_t123070264 ___Stind_R4_85; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_R8 OpCode_t123070264 ___Stind_R8_86; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Add OpCode_t123070264 ___Add_87; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Sub OpCode_t123070264 ___Sub_88; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Mul OpCode_t123070264 ___Mul_89; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Div OpCode_t123070264 ___Div_90; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Div_Un OpCode_t123070264 ___Div_Un_91; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Rem OpCode_t123070264 ___Rem_92; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Rem_Un OpCode_t123070264 ___Rem_Un_93; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::And OpCode_t123070264 ___And_94; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Or OpCode_t123070264 ___Or_95; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Xor OpCode_t123070264 ___Xor_96; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Shl OpCode_t123070264 ___Shl_97; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Shr OpCode_t123070264 ___Shr_98; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Shr_Un OpCode_t123070264 ___Shr_Un_99; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Neg OpCode_t123070264 ___Neg_100; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Not OpCode_t123070264 ___Not_101; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_I1 OpCode_t123070264 ___Conv_I1_102; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_I2 OpCode_t123070264 ___Conv_I2_103; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_I4 OpCode_t123070264 ___Conv_I4_104; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_I8 OpCode_t123070264 ___Conv_I8_105; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_R4 OpCode_t123070264 ___Conv_R4_106; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_R8 OpCode_t123070264 ___Conv_R8_107; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_U4 OpCode_t123070264 ___Conv_U4_108; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_U8 OpCode_t123070264 ___Conv_U8_109; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Callvirt OpCode_t123070264 ___Callvirt_110; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Cpobj OpCode_t123070264 ___Cpobj_111; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldobj OpCode_t123070264 ___Ldobj_112; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldstr OpCode_t123070264 ___Ldstr_113; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Newobj OpCode_t123070264 ___Newobj_114; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Castclass OpCode_t123070264 ___Castclass_115; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Isinst OpCode_t123070264 ___Isinst_116; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_R_Un OpCode_t123070264 ___Conv_R_Un_117; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Unbox OpCode_t123070264 ___Unbox_118; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Throw OpCode_t123070264 ___Throw_119; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldfld OpCode_t123070264 ___Ldfld_120; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldflda OpCode_t123070264 ___Ldflda_121; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stfld OpCode_t123070264 ___Stfld_122; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldsfld OpCode_t123070264 ___Ldsfld_123; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldsflda OpCode_t123070264 ___Ldsflda_124; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stsfld OpCode_t123070264 ___Stsfld_125; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stobj OpCode_t123070264 ___Stobj_126; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I1_Un OpCode_t123070264 ___Conv_Ovf_I1_Un_127; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I2_Un OpCode_t123070264 ___Conv_Ovf_I2_Un_128; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I4_Un OpCode_t123070264 ___Conv_Ovf_I4_Un_129; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I8_Un OpCode_t123070264 ___Conv_Ovf_I8_Un_130; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U1_Un OpCode_t123070264 ___Conv_Ovf_U1_Un_131; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U2_Un OpCode_t123070264 ___Conv_Ovf_U2_Un_132; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U4_Un OpCode_t123070264 ___Conv_Ovf_U4_Un_133; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U8_Un OpCode_t123070264 ___Conv_Ovf_U8_Un_134; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I_Un OpCode_t123070264 ___Conv_Ovf_I_Un_135; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U_Un OpCode_t123070264 ___Conv_Ovf_U_Un_136; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Box OpCode_t123070264 ___Box_137; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Newarr OpCode_t123070264 ___Newarr_138; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldlen OpCode_t123070264 ___Ldlen_139; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelema OpCode_t123070264 ___Ldelema_140; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_I1 OpCode_t123070264 ___Ldelem_I1_141; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_U1 OpCode_t123070264 ___Ldelem_U1_142; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_I2 OpCode_t123070264 ___Ldelem_I2_143; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_U2 OpCode_t123070264 ___Ldelem_U2_144; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_I4 OpCode_t123070264 ___Ldelem_I4_145; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_U4 OpCode_t123070264 ___Ldelem_U4_146; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_I8 OpCode_t123070264 ___Ldelem_I8_147; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_I OpCode_t123070264 ___Ldelem_I_148; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_R4 OpCode_t123070264 ___Ldelem_R4_149; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_R8 OpCode_t123070264 ___Ldelem_R8_150; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem_Ref OpCode_t123070264 ___Ldelem_Ref_151; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_I OpCode_t123070264 ___Stelem_I_152; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_I1 OpCode_t123070264 ___Stelem_I1_153; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_I2 OpCode_t123070264 ___Stelem_I2_154; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_I4 OpCode_t123070264 ___Stelem_I4_155; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_I8 OpCode_t123070264 ___Stelem_I8_156; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_R4 OpCode_t123070264 ___Stelem_R4_157; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_R8 OpCode_t123070264 ___Stelem_R8_158; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem_Ref OpCode_t123070264 ___Stelem_Ref_159; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldelem OpCode_t123070264 ___Ldelem_160; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stelem OpCode_t123070264 ___Stelem_161; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Unbox_Any OpCode_t123070264 ___Unbox_Any_162; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I1 OpCode_t123070264 ___Conv_Ovf_I1_163; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U1 OpCode_t123070264 ___Conv_Ovf_U1_164; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I2 OpCode_t123070264 ___Conv_Ovf_I2_165; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U2 OpCode_t123070264 ___Conv_Ovf_U2_166; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I4 OpCode_t123070264 ___Conv_Ovf_I4_167; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U4 OpCode_t123070264 ___Conv_Ovf_U4_168; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I8 OpCode_t123070264 ___Conv_Ovf_I8_169; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U8 OpCode_t123070264 ___Conv_Ovf_U8_170; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Refanyval OpCode_t123070264 ___Refanyval_171; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ckfinite OpCode_t123070264 ___Ckfinite_172; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Mkrefany OpCode_t123070264 ___Mkrefany_173; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldtoken OpCode_t123070264 ___Ldtoken_174; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_U2 OpCode_t123070264 ___Conv_U2_175; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_U1 OpCode_t123070264 ___Conv_U1_176; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_I OpCode_t123070264 ___Conv_I_177; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_I OpCode_t123070264 ___Conv_Ovf_I_178; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_Ovf_U OpCode_t123070264 ___Conv_Ovf_U_179; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Add_Ovf OpCode_t123070264 ___Add_Ovf_180; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Add_Ovf_Un OpCode_t123070264 ___Add_Ovf_Un_181; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Mul_Ovf OpCode_t123070264 ___Mul_Ovf_182; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Mul_Ovf_Un OpCode_t123070264 ___Mul_Ovf_Un_183; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Sub_Ovf OpCode_t123070264 ___Sub_Ovf_184; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Sub_Ovf_Un OpCode_t123070264 ___Sub_Ovf_Un_185; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Endfinally OpCode_t123070264 ___Endfinally_186; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Leave OpCode_t123070264 ___Leave_187; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Leave_S OpCode_t123070264 ___Leave_S_188; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stind_I OpCode_t123070264 ___Stind_I_189; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Conv_U OpCode_t123070264 ___Conv_U_190; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix7 OpCode_t123070264 ___Prefix7_191; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix6 OpCode_t123070264 ___Prefix6_192; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix5 OpCode_t123070264 ___Prefix5_193; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix4 OpCode_t123070264 ___Prefix4_194; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix3 OpCode_t123070264 ___Prefix3_195; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix2 OpCode_t123070264 ___Prefix2_196; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefix1 OpCode_t123070264 ___Prefix1_197; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Prefixref OpCode_t123070264 ___Prefixref_198; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Arglist OpCode_t123070264 ___Arglist_199; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ceq OpCode_t123070264 ___Ceq_200; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Cgt OpCode_t123070264 ___Cgt_201; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Cgt_Un OpCode_t123070264 ___Cgt_Un_202; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Clt OpCode_t123070264 ___Clt_203; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Clt_Un OpCode_t123070264 ___Clt_Un_204; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldftn OpCode_t123070264 ___Ldftn_205; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldvirtftn OpCode_t123070264 ___Ldvirtftn_206; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarg OpCode_t123070264 ___Ldarg_207; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldarga OpCode_t123070264 ___Ldarga_208; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Starg OpCode_t123070264 ___Starg_209; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloc OpCode_t123070264 ___Ldloc_210; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Ldloca OpCode_t123070264 ___Ldloca_211; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Stloc OpCode_t123070264 ___Stloc_212; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Localloc OpCode_t123070264 ___Localloc_213; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Endfilter OpCode_t123070264 ___Endfilter_214; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Unaligned OpCode_t123070264 ___Unaligned_215; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Volatile OpCode_t123070264 ___Volatile_216; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Tailcall OpCode_t123070264 ___Tailcall_217; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Initobj OpCode_t123070264 ___Initobj_218; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Constrained OpCode_t123070264 ___Constrained_219; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Cpblk OpCode_t123070264 ___Cpblk_220; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Initblk OpCode_t123070264 ___Initblk_221; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Rethrow OpCode_t123070264 ___Rethrow_222; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Sizeof OpCode_t123070264 ___Sizeof_223; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Refanytype OpCode_t123070264 ___Refanytype_224; // System.Reflection.Emit.OpCode System.Reflection.Emit.OpCodes::Readonly OpCode_t123070264 ___Readonly_225; public: inline static int32_t get_offset_of_Nop_0() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Nop_0)); } inline OpCode_t123070264 get_Nop_0() const { return ___Nop_0; } inline OpCode_t123070264 * get_address_of_Nop_0() { return &___Nop_0; } inline void set_Nop_0(OpCode_t123070264 value) { ___Nop_0 = value; } inline static int32_t get_offset_of_Break_1() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Break_1)); } inline OpCode_t123070264 get_Break_1() const { return ___Break_1; } inline OpCode_t123070264 * get_address_of_Break_1() { return &___Break_1; } inline void set_Break_1(OpCode_t123070264 value) { ___Break_1 = value; } inline static int32_t get_offset_of_Ldarg_0_2() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarg_0_2)); } inline OpCode_t123070264 get_Ldarg_0_2() const { return ___Ldarg_0_2; } inline OpCode_t123070264 * get_address_of_Ldarg_0_2() { return &___Ldarg_0_2; } inline void set_Ldarg_0_2(OpCode_t123070264 value) { ___Ldarg_0_2 = value; } inline static int32_t get_offset_of_Ldarg_1_3() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarg_1_3)); } inline OpCode_t123070264 get_Ldarg_1_3() const { return ___Ldarg_1_3; } inline OpCode_t123070264 * get_address_of_Ldarg_1_3() { return &___Ldarg_1_3; } inline void set_Ldarg_1_3(OpCode_t123070264 value) { ___Ldarg_1_3 = value; } inline static int32_t get_offset_of_Ldarg_2_4() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarg_2_4)); } inline OpCode_t123070264 get_Ldarg_2_4() const { return ___Ldarg_2_4; } inline OpCode_t123070264 * get_address_of_Ldarg_2_4() { return &___Ldarg_2_4; } inline void set_Ldarg_2_4(OpCode_t123070264 value) { ___Ldarg_2_4 = value; } inline static int32_t get_offset_of_Ldarg_3_5() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarg_3_5)); } inline OpCode_t123070264 get_Ldarg_3_5() const { return ___Ldarg_3_5; } inline OpCode_t123070264 * get_address_of_Ldarg_3_5() { return &___Ldarg_3_5; } inline void set_Ldarg_3_5(OpCode_t123070264 value) { ___Ldarg_3_5 = value; } inline static int32_t get_offset_of_Ldloc_0_6() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloc_0_6)); } inline OpCode_t123070264 get_Ldloc_0_6() const { return ___Ldloc_0_6; } inline OpCode_t123070264 * get_address_of_Ldloc_0_6() { return &___Ldloc_0_6; } inline void set_Ldloc_0_6(OpCode_t123070264 value) { ___Ldloc_0_6 = value; } inline static int32_t get_offset_of_Ldloc_1_7() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloc_1_7)); } inline OpCode_t123070264 get_Ldloc_1_7() const { return ___Ldloc_1_7; } inline OpCode_t123070264 * get_address_of_Ldloc_1_7() { return &___Ldloc_1_7; } inline void set_Ldloc_1_7(OpCode_t123070264 value) { ___Ldloc_1_7 = value; } inline static int32_t get_offset_of_Ldloc_2_8() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloc_2_8)); } inline OpCode_t123070264 get_Ldloc_2_8() const { return ___Ldloc_2_8; } inline OpCode_t123070264 * get_address_of_Ldloc_2_8() { return &___Ldloc_2_8; } inline void set_Ldloc_2_8(OpCode_t123070264 value) { ___Ldloc_2_8 = value; } inline static int32_t get_offset_of_Ldloc_3_9() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloc_3_9)); } inline OpCode_t123070264 get_Ldloc_3_9() const { return ___Ldloc_3_9; } inline OpCode_t123070264 * get_address_of_Ldloc_3_9() { return &___Ldloc_3_9; } inline void set_Ldloc_3_9(OpCode_t123070264 value) { ___Ldloc_3_9 = value; } inline static int32_t get_offset_of_Stloc_0_10() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stloc_0_10)); } inline OpCode_t123070264 get_Stloc_0_10() const { return ___Stloc_0_10; } inline OpCode_t123070264 * get_address_of_Stloc_0_10() { return &___Stloc_0_10; } inline void set_Stloc_0_10(OpCode_t123070264 value) { ___Stloc_0_10 = value; } inline static int32_t get_offset_of_Stloc_1_11() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stloc_1_11)); } inline OpCode_t123070264 get_Stloc_1_11() const { return ___Stloc_1_11; } inline OpCode_t123070264 * get_address_of_Stloc_1_11() { return &___Stloc_1_11; } inline void set_Stloc_1_11(OpCode_t123070264 value) { ___Stloc_1_11 = value; } inline static int32_t get_offset_of_Stloc_2_12() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stloc_2_12)); } inline OpCode_t123070264 get_Stloc_2_12() const { return ___Stloc_2_12; } inline OpCode_t123070264 * get_address_of_Stloc_2_12() { return &___Stloc_2_12; } inline void set_Stloc_2_12(OpCode_t123070264 value) { ___Stloc_2_12 = value; } inline static int32_t get_offset_of_Stloc_3_13() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stloc_3_13)); } inline OpCode_t123070264 get_Stloc_3_13() const { return ___Stloc_3_13; } inline OpCode_t123070264 * get_address_of_Stloc_3_13() { return &___Stloc_3_13; } inline void set_Stloc_3_13(OpCode_t123070264 value) { ___Stloc_3_13 = value; } inline static int32_t get_offset_of_Ldarg_S_14() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarg_S_14)); } inline OpCode_t123070264 get_Ldarg_S_14() const { return ___Ldarg_S_14; } inline OpCode_t123070264 * get_address_of_Ldarg_S_14() { return &___Ldarg_S_14; } inline void set_Ldarg_S_14(OpCode_t123070264 value) { ___Ldarg_S_14 = value; } inline static int32_t get_offset_of_Ldarga_S_15() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarga_S_15)); } inline OpCode_t123070264 get_Ldarga_S_15() const { return ___Ldarga_S_15; } inline OpCode_t123070264 * get_address_of_Ldarga_S_15() { return &___Ldarga_S_15; } inline void set_Ldarga_S_15(OpCode_t123070264 value) { ___Ldarga_S_15 = value; } inline static int32_t get_offset_of_Starg_S_16() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Starg_S_16)); } inline OpCode_t123070264 get_Starg_S_16() const { return ___Starg_S_16; } inline OpCode_t123070264 * get_address_of_Starg_S_16() { return &___Starg_S_16; } inline void set_Starg_S_16(OpCode_t123070264 value) { ___Starg_S_16 = value; } inline static int32_t get_offset_of_Ldloc_S_17() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloc_S_17)); } inline OpCode_t123070264 get_Ldloc_S_17() const { return ___Ldloc_S_17; } inline OpCode_t123070264 * get_address_of_Ldloc_S_17() { return &___Ldloc_S_17; } inline void set_Ldloc_S_17(OpCode_t123070264 value) { ___Ldloc_S_17 = value; } inline static int32_t get_offset_of_Ldloca_S_18() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloca_S_18)); } inline OpCode_t123070264 get_Ldloca_S_18() const { return ___Ldloca_S_18; } inline OpCode_t123070264 * get_address_of_Ldloca_S_18() { return &___Ldloca_S_18; } inline void set_Ldloca_S_18(OpCode_t123070264 value) { ___Ldloca_S_18 = value; } inline static int32_t get_offset_of_Stloc_S_19() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stloc_S_19)); } inline OpCode_t123070264 get_Stloc_S_19() const { return ___Stloc_S_19; } inline OpCode_t123070264 * get_address_of_Stloc_S_19() { return &___Stloc_S_19; } inline void set_Stloc_S_19(OpCode_t123070264 value) { ___Stloc_S_19 = value; } inline static int32_t get_offset_of_Ldnull_20() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldnull_20)); } inline OpCode_t123070264 get_Ldnull_20() const { return ___Ldnull_20; } inline OpCode_t123070264 * get_address_of_Ldnull_20() { return &___Ldnull_20; } inline void set_Ldnull_20(OpCode_t123070264 value) { ___Ldnull_20 = value; } inline static int32_t get_offset_of_Ldc_I4_M1_21() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_M1_21)); } inline OpCode_t123070264 get_Ldc_I4_M1_21() const { return ___Ldc_I4_M1_21; } inline OpCode_t123070264 * get_address_of_Ldc_I4_M1_21() { return &___Ldc_I4_M1_21; } inline void set_Ldc_I4_M1_21(OpCode_t123070264 value) { ___Ldc_I4_M1_21 = value; } inline static int32_t get_offset_of_Ldc_I4_0_22() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_0_22)); } inline OpCode_t123070264 get_Ldc_I4_0_22() const { return ___Ldc_I4_0_22; } inline OpCode_t123070264 * get_address_of_Ldc_I4_0_22() { return &___Ldc_I4_0_22; } inline void set_Ldc_I4_0_22(OpCode_t123070264 value) { ___Ldc_I4_0_22 = value; } inline static int32_t get_offset_of_Ldc_I4_1_23() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_1_23)); } inline OpCode_t123070264 get_Ldc_I4_1_23() const { return ___Ldc_I4_1_23; } inline OpCode_t123070264 * get_address_of_Ldc_I4_1_23() { return &___Ldc_I4_1_23; } inline void set_Ldc_I4_1_23(OpCode_t123070264 value) { ___Ldc_I4_1_23 = value; } inline static int32_t get_offset_of_Ldc_I4_2_24() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_2_24)); } inline OpCode_t123070264 get_Ldc_I4_2_24() const { return ___Ldc_I4_2_24; } inline OpCode_t123070264 * get_address_of_Ldc_I4_2_24() { return &___Ldc_I4_2_24; } inline void set_Ldc_I4_2_24(OpCode_t123070264 value) { ___Ldc_I4_2_24 = value; } inline static int32_t get_offset_of_Ldc_I4_3_25() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_3_25)); } inline OpCode_t123070264 get_Ldc_I4_3_25() const { return ___Ldc_I4_3_25; } inline OpCode_t123070264 * get_address_of_Ldc_I4_3_25() { return &___Ldc_I4_3_25; } inline void set_Ldc_I4_3_25(OpCode_t123070264 value) { ___Ldc_I4_3_25 = value; } inline static int32_t get_offset_of_Ldc_I4_4_26() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_4_26)); } inline OpCode_t123070264 get_Ldc_I4_4_26() const { return ___Ldc_I4_4_26; } inline OpCode_t123070264 * get_address_of_Ldc_I4_4_26() { return &___Ldc_I4_4_26; } inline void set_Ldc_I4_4_26(OpCode_t123070264 value) { ___Ldc_I4_4_26 = value; } inline static int32_t get_offset_of_Ldc_I4_5_27() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_5_27)); } inline OpCode_t123070264 get_Ldc_I4_5_27() const { return ___Ldc_I4_5_27; } inline OpCode_t123070264 * get_address_of_Ldc_I4_5_27() { return &___Ldc_I4_5_27; } inline void set_Ldc_I4_5_27(OpCode_t123070264 value) { ___Ldc_I4_5_27 = value; } inline static int32_t get_offset_of_Ldc_I4_6_28() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_6_28)); } inline OpCode_t123070264 get_Ldc_I4_6_28() const { return ___Ldc_I4_6_28; } inline OpCode_t123070264 * get_address_of_Ldc_I4_6_28() { return &___Ldc_I4_6_28; } inline void set_Ldc_I4_6_28(OpCode_t123070264 value) { ___Ldc_I4_6_28 = value; } inline static int32_t get_offset_of_Ldc_I4_7_29() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_7_29)); } inline OpCode_t123070264 get_Ldc_I4_7_29() const { return ___Ldc_I4_7_29; } inline OpCode_t123070264 * get_address_of_Ldc_I4_7_29() { return &___Ldc_I4_7_29; } inline void set_Ldc_I4_7_29(OpCode_t123070264 value) { ___Ldc_I4_7_29 = value; } inline static int32_t get_offset_of_Ldc_I4_8_30() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_8_30)); } inline OpCode_t123070264 get_Ldc_I4_8_30() const { return ___Ldc_I4_8_30; } inline OpCode_t123070264 * get_address_of_Ldc_I4_8_30() { return &___Ldc_I4_8_30; } inline void set_Ldc_I4_8_30(OpCode_t123070264 value) { ___Ldc_I4_8_30 = value; } inline static int32_t get_offset_of_Ldc_I4_S_31() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_S_31)); } inline OpCode_t123070264 get_Ldc_I4_S_31() const { return ___Ldc_I4_S_31; } inline OpCode_t123070264 * get_address_of_Ldc_I4_S_31() { return &___Ldc_I4_S_31; } inline void set_Ldc_I4_S_31(OpCode_t123070264 value) { ___Ldc_I4_S_31 = value; } inline static int32_t get_offset_of_Ldc_I4_32() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I4_32)); } inline OpCode_t123070264 get_Ldc_I4_32() const { return ___Ldc_I4_32; } inline OpCode_t123070264 * get_address_of_Ldc_I4_32() { return &___Ldc_I4_32; } inline void set_Ldc_I4_32(OpCode_t123070264 value) { ___Ldc_I4_32 = value; } inline static int32_t get_offset_of_Ldc_I8_33() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_I8_33)); } inline OpCode_t123070264 get_Ldc_I8_33() const { return ___Ldc_I8_33; } inline OpCode_t123070264 * get_address_of_Ldc_I8_33() { return &___Ldc_I8_33; } inline void set_Ldc_I8_33(OpCode_t123070264 value) { ___Ldc_I8_33 = value; } inline static int32_t get_offset_of_Ldc_R4_34() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_R4_34)); } inline OpCode_t123070264 get_Ldc_R4_34() const { return ___Ldc_R4_34; } inline OpCode_t123070264 * get_address_of_Ldc_R4_34() { return &___Ldc_R4_34; } inline void set_Ldc_R4_34(OpCode_t123070264 value) { ___Ldc_R4_34 = value; } inline static int32_t get_offset_of_Ldc_R8_35() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldc_R8_35)); } inline OpCode_t123070264 get_Ldc_R8_35() const { return ___Ldc_R8_35; } inline OpCode_t123070264 * get_address_of_Ldc_R8_35() { return &___Ldc_R8_35; } inline void set_Ldc_R8_35(OpCode_t123070264 value) { ___Ldc_R8_35 = value; } inline static int32_t get_offset_of_Dup_36() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Dup_36)); } inline OpCode_t123070264 get_Dup_36() const { return ___Dup_36; } inline OpCode_t123070264 * get_address_of_Dup_36() { return &___Dup_36; } inline void set_Dup_36(OpCode_t123070264 value) { ___Dup_36 = value; } inline static int32_t get_offset_of_Pop_37() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Pop_37)); } inline OpCode_t123070264 get_Pop_37() const { return ___Pop_37; } inline OpCode_t123070264 * get_address_of_Pop_37() { return &___Pop_37; } inline void set_Pop_37(OpCode_t123070264 value) { ___Pop_37 = value; } inline static int32_t get_offset_of_Jmp_38() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Jmp_38)); } inline OpCode_t123070264 get_Jmp_38() const { return ___Jmp_38; } inline OpCode_t123070264 * get_address_of_Jmp_38() { return &___Jmp_38; } inline void set_Jmp_38(OpCode_t123070264 value) { ___Jmp_38 = value; } inline static int32_t get_offset_of_Call_39() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Call_39)); } inline OpCode_t123070264 get_Call_39() const { return ___Call_39; } inline OpCode_t123070264 * get_address_of_Call_39() { return &___Call_39; } inline void set_Call_39(OpCode_t123070264 value) { ___Call_39 = value; } inline static int32_t get_offset_of_Calli_40() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Calli_40)); } inline OpCode_t123070264 get_Calli_40() const { return ___Calli_40; } inline OpCode_t123070264 * get_address_of_Calli_40() { return &___Calli_40; } inline void set_Calli_40(OpCode_t123070264 value) { ___Calli_40 = value; } inline static int32_t get_offset_of_Ret_41() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ret_41)); } inline OpCode_t123070264 get_Ret_41() const { return ___Ret_41; } inline OpCode_t123070264 * get_address_of_Ret_41() { return &___Ret_41; } inline void set_Ret_41(OpCode_t123070264 value) { ___Ret_41 = value; } inline static int32_t get_offset_of_Br_S_42() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Br_S_42)); } inline OpCode_t123070264 get_Br_S_42() const { return ___Br_S_42; } inline OpCode_t123070264 * get_address_of_Br_S_42() { return &___Br_S_42; } inline void set_Br_S_42(OpCode_t123070264 value) { ___Br_S_42 = value; } inline static int32_t get_offset_of_Brfalse_S_43() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Brfalse_S_43)); } inline OpCode_t123070264 get_Brfalse_S_43() const { return ___Brfalse_S_43; } inline OpCode_t123070264 * get_address_of_Brfalse_S_43() { return &___Brfalse_S_43; } inline void set_Brfalse_S_43(OpCode_t123070264 value) { ___Brfalse_S_43 = value; } inline static int32_t get_offset_of_Brtrue_S_44() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Brtrue_S_44)); } inline OpCode_t123070264 get_Brtrue_S_44() const { return ___Brtrue_S_44; } inline OpCode_t123070264 * get_address_of_Brtrue_S_44() { return &___Brtrue_S_44; } inline void set_Brtrue_S_44(OpCode_t123070264 value) { ___Brtrue_S_44 = value; } inline static int32_t get_offset_of_Beq_S_45() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Beq_S_45)); } inline OpCode_t123070264 get_Beq_S_45() const { return ___Beq_S_45; } inline OpCode_t123070264 * get_address_of_Beq_S_45() { return &___Beq_S_45; } inline void set_Beq_S_45(OpCode_t123070264 value) { ___Beq_S_45 = value; } inline static int32_t get_offset_of_Bge_S_46() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bge_S_46)); } inline OpCode_t123070264 get_Bge_S_46() const { return ___Bge_S_46; } inline OpCode_t123070264 * get_address_of_Bge_S_46() { return &___Bge_S_46; } inline void set_Bge_S_46(OpCode_t123070264 value) { ___Bge_S_46 = value; } inline static int32_t get_offset_of_Bgt_S_47() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bgt_S_47)); } inline OpCode_t123070264 get_Bgt_S_47() const { return ___Bgt_S_47; } inline OpCode_t123070264 * get_address_of_Bgt_S_47() { return &___Bgt_S_47; } inline void set_Bgt_S_47(OpCode_t123070264 value) { ___Bgt_S_47 = value; } inline static int32_t get_offset_of_Ble_S_48() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ble_S_48)); } inline OpCode_t123070264 get_Ble_S_48() const { return ___Ble_S_48; } inline OpCode_t123070264 * get_address_of_Ble_S_48() { return &___Ble_S_48; } inline void set_Ble_S_48(OpCode_t123070264 value) { ___Ble_S_48 = value; } inline static int32_t get_offset_of_Blt_S_49() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Blt_S_49)); } inline OpCode_t123070264 get_Blt_S_49() const { return ___Blt_S_49; } inline OpCode_t123070264 * get_address_of_Blt_S_49() { return &___Blt_S_49; } inline void set_Blt_S_49(OpCode_t123070264 value) { ___Blt_S_49 = value; } inline static int32_t get_offset_of_Bne_Un_S_50() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bne_Un_S_50)); } inline OpCode_t123070264 get_Bne_Un_S_50() const { return ___Bne_Un_S_50; } inline OpCode_t123070264 * get_address_of_Bne_Un_S_50() { return &___Bne_Un_S_50; } inline void set_Bne_Un_S_50(OpCode_t123070264 value) { ___Bne_Un_S_50 = value; } inline static int32_t get_offset_of_Bge_Un_S_51() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bge_Un_S_51)); } inline OpCode_t123070264 get_Bge_Un_S_51() const { return ___Bge_Un_S_51; } inline OpCode_t123070264 * get_address_of_Bge_Un_S_51() { return &___Bge_Un_S_51; } inline void set_Bge_Un_S_51(OpCode_t123070264 value) { ___Bge_Un_S_51 = value; } inline static int32_t get_offset_of_Bgt_Un_S_52() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bgt_Un_S_52)); } inline OpCode_t123070264 get_Bgt_Un_S_52() const { return ___Bgt_Un_S_52; } inline OpCode_t123070264 * get_address_of_Bgt_Un_S_52() { return &___Bgt_Un_S_52; } inline void set_Bgt_Un_S_52(OpCode_t123070264 value) { ___Bgt_Un_S_52 = value; } inline static int32_t get_offset_of_Ble_Un_S_53() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ble_Un_S_53)); } inline OpCode_t123070264 get_Ble_Un_S_53() const { return ___Ble_Un_S_53; } inline OpCode_t123070264 * get_address_of_Ble_Un_S_53() { return &___Ble_Un_S_53; } inline void set_Ble_Un_S_53(OpCode_t123070264 value) { ___Ble_Un_S_53 = value; } inline static int32_t get_offset_of_Blt_Un_S_54() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Blt_Un_S_54)); } inline OpCode_t123070264 get_Blt_Un_S_54() const { return ___Blt_Un_S_54; } inline OpCode_t123070264 * get_address_of_Blt_Un_S_54() { return &___Blt_Un_S_54; } inline void set_Blt_Un_S_54(OpCode_t123070264 value) { ___Blt_Un_S_54 = value; } inline static int32_t get_offset_of_Br_55() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Br_55)); } inline OpCode_t123070264 get_Br_55() const { return ___Br_55; } inline OpCode_t123070264 * get_address_of_Br_55() { return &___Br_55; } inline void set_Br_55(OpCode_t123070264 value) { ___Br_55 = value; } inline static int32_t get_offset_of_Brfalse_56() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Brfalse_56)); } inline OpCode_t123070264 get_Brfalse_56() const { return ___Brfalse_56; } inline OpCode_t123070264 * get_address_of_Brfalse_56() { return &___Brfalse_56; } inline void set_Brfalse_56(OpCode_t123070264 value) { ___Brfalse_56 = value; } inline static int32_t get_offset_of_Brtrue_57() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Brtrue_57)); } inline OpCode_t123070264 get_Brtrue_57() const { return ___Brtrue_57; } inline OpCode_t123070264 * get_address_of_Brtrue_57() { return &___Brtrue_57; } inline void set_Brtrue_57(OpCode_t123070264 value) { ___Brtrue_57 = value; } inline static int32_t get_offset_of_Beq_58() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Beq_58)); } inline OpCode_t123070264 get_Beq_58() const { return ___Beq_58; } inline OpCode_t123070264 * get_address_of_Beq_58() { return &___Beq_58; } inline void set_Beq_58(OpCode_t123070264 value) { ___Beq_58 = value; } inline static int32_t get_offset_of_Bge_59() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bge_59)); } inline OpCode_t123070264 get_Bge_59() const { return ___Bge_59; } inline OpCode_t123070264 * get_address_of_Bge_59() { return &___Bge_59; } inline void set_Bge_59(OpCode_t123070264 value) { ___Bge_59 = value; } inline static int32_t get_offset_of_Bgt_60() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bgt_60)); } inline OpCode_t123070264 get_Bgt_60() const { return ___Bgt_60; } inline OpCode_t123070264 * get_address_of_Bgt_60() { return &___Bgt_60; } inline void set_Bgt_60(OpCode_t123070264 value) { ___Bgt_60 = value; } inline static int32_t get_offset_of_Ble_61() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ble_61)); } inline OpCode_t123070264 get_Ble_61() const { return ___Ble_61; } inline OpCode_t123070264 * get_address_of_Ble_61() { return &___Ble_61; } inline void set_Ble_61(OpCode_t123070264 value) { ___Ble_61 = value; } inline static int32_t get_offset_of_Blt_62() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Blt_62)); } inline OpCode_t123070264 get_Blt_62() const { return ___Blt_62; } inline OpCode_t123070264 * get_address_of_Blt_62() { return &___Blt_62; } inline void set_Blt_62(OpCode_t123070264 value) { ___Blt_62 = value; } inline static int32_t get_offset_of_Bne_Un_63() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bne_Un_63)); } inline OpCode_t123070264 get_Bne_Un_63() const { return ___Bne_Un_63; } inline OpCode_t123070264 * get_address_of_Bne_Un_63() { return &___Bne_Un_63; } inline void set_Bne_Un_63(OpCode_t123070264 value) { ___Bne_Un_63 = value; } inline static int32_t get_offset_of_Bge_Un_64() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bge_Un_64)); } inline OpCode_t123070264 get_Bge_Un_64() const { return ___Bge_Un_64; } inline OpCode_t123070264 * get_address_of_Bge_Un_64() { return &___Bge_Un_64; } inline void set_Bge_Un_64(OpCode_t123070264 value) { ___Bge_Un_64 = value; } inline static int32_t get_offset_of_Bgt_Un_65() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Bgt_Un_65)); } inline OpCode_t123070264 get_Bgt_Un_65() const { return ___Bgt_Un_65; } inline OpCode_t123070264 * get_address_of_Bgt_Un_65() { return &___Bgt_Un_65; } inline void set_Bgt_Un_65(OpCode_t123070264 value) { ___Bgt_Un_65 = value; } inline static int32_t get_offset_of_Ble_Un_66() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ble_Un_66)); } inline OpCode_t123070264 get_Ble_Un_66() const { return ___Ble_Un_66; } inline OpCode_t123070264 * get_address_of_Ble_Un_66() { return &___Ble_Un_66; } inline void set_Ble_Un_66(OpCode_t123070264 value) { ___Ble_Un_66 = value; } inline static int32_t get_offset_of_Blt_Un_67() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Blt_Un_67)); } inline OpCode_t123070264 get_Blt_Un_67() const { return ___Blt_Un_67; } inline OpCode_t123070264 * get_address_of_Blt_Un_67() { return &___Blt_Un_67; } inline void set_Blt_Un_67(OpCode_t123070264 value) { ___Blt_Un_67 = value; } inline static int32_t get_offset_of_Switch_68() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Switch_68)); } inline OpCode_t123070264 get_Switch_68() const { return ___Switch_68; } inline OpCode_t123070264 * get_address_of_Switch_68() { return &___Switch_68; } inline void set_Switch_68(OpCode_t123070264 value) { ___Switch_68 = value; } inline static int32_t get_offset_of_Ldind_I1_69() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_I1_69)); } inline OpCode_t123070264 get_Ldind_I1_69() const { return ___Ldind_I1_69; } inline OpCode_t123070264 * get_address_of_Ldind_I1_69() { return &___Ldind_I1_69; } inline void set_Ldind_I1_69(OpCode_t123070264 value) { ___Ldind_I1_69 = value; } inline static int32_t get_offset_of_Ldind_U1_70() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_U1_70)); } inline OpCode_t123070264 get_Ldind_U1_70() const { return ___Ldind_U1_70; } inline OpCode_t123070264 * get_address_of_Ldind_U1_70() { return &___Ldind_U1_70; } inline void set_Ldind_U1_70(OpCode_t123070264 value) { ___Ldind_U1_70 = value; } inline static int32_t get_offset_of_Ldind_I2_71() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_I2_71)); } inline OpCode_t123070264 get_Ldind_I2_71() const { return ___Ldind_I2_71; } inline OpCode_t123070264 * get_address_of_Ldind_I2_71() { return &___Ldind_I2_71; } inline void set_Ldind_I2_71(OpCode_t123070264 value) { ___Ldind_I2_71 = value; } inline static int32_t get_offset_of_Ldind_U2_72() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_U2_72)); } inline OpCode_t123070264 get_Ldind_U2_72() const { return ___Ldind_U2_72; } inline OpCode_t123070264 * get_address_of_Ldind_U2_72() { return &___Ldind_U2_72; } inline void set_Ldind_U2_72(OpCode_t123070264 value) { ___Ldind_U2_72 = value; } inline static int32_t get_offset_of_Ldind_I4_73() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_I4_73)); } inline OpCode_t123070264 get_Ldind_I4_73() const { return ___Ldind_I4_73; } inline OpCode_t123070264 * get_address_of_Ldind_I4_73() { return &___Ldind_I4_73; } inline void set_Ldind_I4_73(OpCode_t123070264 value) { ___Ldind_I4_73 = value; } inline static int32_t get_offset_of_Ldind_U4_74() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_U4_74)); } inline OpCode_t123070264 get_Ldind_U4_74() const { return ___Ldind_U4_74; } inline OpCode_t123070264 * get_address_of_Ldind_U4_74() { return &___Ldind_U4_74; } inline void set_Ldind_U4_74(OpCode_t123070264 value) { ___Ldind_U4_74 = value; } inline static int32_t get_offset_of_Ldind_I8_75() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_I8_75)); } inline OpCode_t123070264 get_Ldind_I8_75() const { return ___Ldind_I8_75; } inline OpCode_t123070264 * get_address_of_Ldind_I8_75() { return &___Ldind_I8_75; } inline void set_Ldind_I8_75(OpCode_t123070264 value) { ___Ldind_I8_75 = value; } inline static int32_t get_offset_of_Ldind_I_76() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_I_76)); } inline OpCode_t123070264 get_Ldind_I_76() const { return ___Ldind_I_76; } inline OpCode_t123070264 * get_address_of_Ldind_I_76() { return &___Ldind_I_76; } inline void set_Ldind_I_76(OpCode_t123070264 value) { ___Ldind_I_76 = value; } inline static int32_t get_offset_of_Ldind_R4_77() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_R4_77)); } inline OpCode_t123070264 get_Ldind_R4_77() const { return ___Ldind_R4_77; } inline OpCode_t123070264 * get_address_of_Ldind_R4_77() { return &___Ldind_R4_77; } inline void set_Ldind_R4_77(OpCode_t123070264 value) { ___Ldind_R4_77 = value; } inline static int32_t get_offset_of_Ldind_R8_78() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_R8_78)); } inline OpCode_t123070264 get_Ldind_R8_78() const { return ___Ldind_R8_78; } inline OpCode_t123070264 * get_address_of_Ldind_R8_78() { return &___Ldind_R8_78; } inline void set_Ldind_R8_78(OpCode_t123070264 value) { ___Ldind_R8_78 = value; } inline static int32_t get_offset_of_Ldind_Ref_79() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldind_Ref_79)); } inline OpCode_t123070264 get_Ldind_Ref_79() const { return ___Ldind_Ref_79; } inline OpCode_t123070264 * get_address_of_Ldind_Ref_79() { return &___Ldind_Ref_79; } inline void set_Ldind_Ref_79(OpCode_t123070264 value) { ___Ldind_Ref_79 = value; } inline static int32_t get_offset_of_Stind_Ref_80() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_Ref_80)); } inline OpCode_t123070264 get_Stind_Ref_80() const { return ___Stind_Ref_80; } inline OpCode_t123070264 * get_address_of_Stind_Ref_80() { return &___Stind_Ref_80; } inline void set_Stind_Ref_80(OpCode_t123070264 value) { ___Stind_Ref_80 = value; } inline static int32_t get_offset_of_Stind_I1_81() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_I1_81)); } inline OpCode_t123070264 get_Stind_I1_81() const { return ___Stind_I1_81; } inline OpCode_t123070264 * get_address_of_Stind_I1_81() { return &___Stind_I1_81; } inline void set_Stind_I1_81(OpCode_t123070264 value) { ___Stind_I1_81 = value; } inline static int32_t get_offset_of_Stind_I2_82() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_I2_82)); } inline OpCode_t123070264 get_Stind_I2_82() const { return ___Stind_I2_82; } inline OpCode_t123070264 * get_address_of_Stind_I2_82() { return &___Stind_I2_82; } inline void set_Stind_I2_82(OpCode_t123070264 value) { ___Stind_I2_82 = value; } inline static int32_t get_offset_of_Stind_I4_83() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_I4_83)); } inline OpCode_t123070264 get_Stind_I4_83() const { return ___Stind_I4_83; } inline OpCode_t123070264 * get_address_of_Stind_I4_83() { return &___Stind_I4_83; } inline void set_Stind_I4_83(OpCode_t123070264 value) { ___Stind_I4_83 = value; } inline static int32_t get_offset_of_Stind_I8_84() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_I8_84)); } inline OpCode_t123070264 get_Stind_I8_84() const { return ___Stind_I8_84; } inline OpCode_t123070264 * get_address_of_Stind_I8_84() { return &___Stind_I8_84; } inline void set_Stind_I8_84(OpCode_t123070264 value) { ___Stind_I8_84 = value; } inline static int32_t get_offset_of_Stind_R4_85() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_R4_85)); } inline OpCode_t123070264 get_Stind_R4_85() const { return ___Stind_R4_85; } inline OpCode_t123070264 * get_address_of_Stind_R4_85() { return &___Stind_R4_85; } inline void set_Stind_R4_85(OpCode_t123070264 value) { ___Stind_R4_85 = value; } inline static int32_t get_offset_of_Stind_R8_86() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_R8_86)); } inline OpCode_t123070264 get_Stind_R8_86() const { return ___Stind_R8_86; } inline OpCode_t123070264 * get_address_of_Stind_R8_86() { return &___Stind_R8_86; } inline void set_Stind_R8_86(OpCode_t123070264 value) { ___Stind_R8_86 = value; } inline static int32_t get_offset_of_Add_87() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Add_87)); } inline OpCode_t123070264 get_Add_87() const { return ___Add_87; } inline OpCode_t123070264 * get_address_of_Add_87() { return &___Add_87; } inline void set_Add_87(OpCode_t123070264 value) { ___Add_87 = value; } inline static int32_t get_offset_of_Sub_88() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Sub_88)); } inline OpCode_t123070264 get_Sub_88() const { return ___Sub_88; } inline OpCode_t123070264 * get_address_of_Sub_88() { return &___Sub_88; } inline void set_Sub_88(OpCode_t123070264 value) { ___Sub_88 = value; } inline static int32_t get_offset_of_Mul_89() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Mul_89)); } inline OpCode_t123070264 get_Mul_89() const { return ___Mul_89; } inline OpCode_t123070264 * get_address_of_Mul_89() { return &___Mul_89; } inline void set_Mul_89(OpCode_t123070264 value) { ___Mul_89 = value; } inline static int32_t get_offset_of_Div_90() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Div_90)); } inline OpCode_t123070264 get_Div_90() const { return ___Div_90; } inline OpCode_t123070264 * get_address_of_Div_90() { return &___Div_90; } inline void set_Div_90(OpCode_t123070264 value) { ___Div_90 = value; } inline static int32_t get_offset_of_Div_Un_91() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Div_Un_91)); } inline OpCode_t123070264 get_Div_Un_91() const { return ___Div_Un_91; } inline OpCode_t123070264 * get_address_of_Div_Un_91() { return &___Div_Un_91; } inline void set_Div_Un_91(OpCode_t123070264 value) { ___Div_Un_91 = value; } inline static int32_t get_offset_of_Rem_92() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Rem_92)); } inline OpCode_t123070264 get_Rem_92() const { return ___Rem_92; } inline OpCode_t123070264 * get_address_of_Rem_92() { return &___Rem_92; } inline void set_Rem_92(OpCode_t123070264 value) { ___Rem_92 = value; } inline static int32_t get_offset_of_Rem_Un_93() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Rem_Un_93)); } inline OpCode_t123070264 get_Rem_Un_93() const { return ___Rem_Un_93; } inline OpCode_t123070264 * get_address_of_Rem_Un_93() { return &___Rem_Un_93; } inline void set_Rem_Un_93(OpCode_t123070264 value) { ___Rem_Un_93 = value; } inline static int32_t get_offset_of_And_94() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___And_94)); } inline OpCode_t123070264 get_And_94() const { return ___And_94; } inline OpCode_t123070264 * get_address_of_And_94() { return &___And_94; } inline void set_And_94(OpCode_t123070264 value) { ___And_94 = value; } inline static int32_t get_offset_of_Or_95() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Or_95)); } inline OpCode_t123070264 get_Or_95() const { return ___Or_95; } inline OpCode_t123070264 * get_address_of_Or_95() { return &___Or_95; } inline void set_Or_95(OpCode_t123070264 value) { ___Or_95 = value; } inline static int32_t get_offset_of_Xor_96() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Xor_96)); } inline OpCode_t123070264 get_Xor_96() const { return ___Xor_96; } inline OpCode_t123070264 * get_address_of_Xor_96() { return &___Xor_96; } inline void set_Xor_96(OpCode_t123070264 value) { ___Xor_96 = value; } inline static int32_t get_offset_of_Shl_97() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Shl_97)); } inline OpCode_t123070264 get_Shl_97() const { return ___Shl_97; } inline OpCode_t123070264 * get_address_of_Shl_97() { return &___Shl_97; } inline void set_Shl_97(OpCode_t123070264 value) { ___Shl_97 = value; } inline static int32_t get_offset_of_Shr_98() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Shr_98)); } inline OpCode_t123070264 get_Shr_98() const { return ___Shr_98; } inline OpCode_t123070264 * get_address_of_Shr_98() { return &___Shr_98; } inline void set_Shr_98(OpCode_t123070264 value) { ___Shr_98 = value; } inline static int32_t get_offset_of_Shr_Un_99() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Shr_Un_99)); } inline OpCode_t123070264 get_Shr_Un_99() const { return ___Shr_Un_99; } inline OpCode_t123070264 * get_address_of_Shr_Un_99() { return &___Shr_Un_99; } inline void set_Shr_Un_99(OpCode_t123070264 value) { ___Shr_Un_99 = value; } inline static int32_t get_offset_of_Neg_100() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Neg_100)); } inline OpCode_t123070264 get_Neg_100() const { return ___Neg_100; } inline OpCode_t123070264 * get_address_of_Neg_100() { return &___Neg_100; } inline void set_Neg_100(OpCode_t123070264 value) { ___Neg_100 = value; } inline static int32_t get_offset_of_Not_101() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Not_101)); } inline OpCode_t123070264 get_Not_101() const { return ___Not_101; } inline OpCode_t123070264 * get_address_of_Not_101() { return &___Not_101; } inline void set_Not_101(OpCode_t123070264 value) { ___Not_101 = value; } inline static int32_t get_offset_of_Conv_I1_102() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_I1_102)); } inline OpCode_t123070264 get_Conv_I1_102() const { return ___Conv_I1_102; } inline OpCode_t123070264 * get_address_of_Conv_I1_102() { return &___Conv_I1_102; } inline void set_Conv_I1_102(OpCode_t123070264 value) { ___Conv_I1_102 = value; } inline static int32_t get_offset_of_Conv_I2_103() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_I2_103)); } inline OpCode_t123070264 get_Conv_I2_103() const { return ___Conv_I2_103; } inline OpCode_t123070264 * get_address_of_Conv_I2_103() { return &___Conv_I2_103; } inline void set_Conv_I2_103(OpCode_t123070264 value) { ___Conv_I2_103 = value; } inline static int32_t get_offset_of_Conv_I4_104() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_I4_104)); } inline OpCode_t123070264 get_Conv_I4_104() const { return ___Conv_I4_104; } inline OpCode_t123070264 * get_address_of_Conv_I4_104() { return &___Conv_I4_104; } inline void set_Conv_I4_104(OpCode_t123070264 value) { ___Conv_I4_104 = value; } inline static int32_t get_offset_of_Conv_I8_105() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_I8_105)); } inline OpCode_t123070264 get_Conv_I8_105() const { return ___Conv_I8_105; } inline OpCode_t123070264 * get_address_of_Conv_I8_105() { return &___Conv_I8_105; } inline void set_Conv_I8_105(OpCode_t123070264 value) { ___Conv_I8_105 = value; } inline static int32_t get_offset_of_Conv_R4_106() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_R4_106)); } inline OpCode_t123070264 get_Conv_R4_106() const { return ___Conv_R4_106; } inline OpCode_t123070264 * get_address_of_Conv_R4_106() { return &___Conv_R4_106; } inline void set_Conv_R4_106(OpCode_t123070264 value) { ___Conv_R4_106 = value; } inline static int32_t get_offset_of_Conv_R8_107() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_R8_107)); } inline OpCode_t123070264 get_Conv_R8_107() const { return ___Conv_R8_107; } inline OpCode_t123070264 * get_address_of_Conv_R8_107() { return &___Conv_R8_107; } inline void set_Conv_R8_107(OpCode_t123070264 value) { ___Conv_R8_107 = value; } inline static int32_t get_offset_of_Conv_U4_108() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_U4_108)); } inline OpCode_t123070264 get_Conv_U4_108() const { return ___Conv_U4_108; } inline OpCode_t123070264 * get_address_of_Conv_U4_108() { return &___Conv_U4_108; } inline void set_Conv_U4_108(OpCode_t123070264 value) { ___Conv_U4_108 = value; } inline static int32_t get_offset_of_Conv_U8_109() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_U8_109)); } inline OpCode_t123070264 get_Conv_U8_109() const { return ___Conv_U8_109; } inline OpCode_t123070264 * get_address_of_Conv_U8_109() { return &___Conv_U8_109; } inline void set_Conv_U8_109(OpCode_t123070264 value) { ___Conv_U8_109 = value; } inline static int32_t get_offset_of_Callvirt_110() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Callvirt_110)); } inline OpCode_t123070264 get_Callvirt_110() const { return ___Callvirt_110; } inline OpCode_t123070264 * get_address_of_Callvirt_110() { return &___Callvirt_110; } inline void set_Callvirt_110(OpCode_t123070264 value) { ___Callvirt_110 = value; } inline static int32_t get_offset_of_Cpobj_111() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Cpobj_111)); } inline OpCode_t123070264 get_Cpobj_111() const { return ___Cpobj_111; } inline OpCode_t123070264 * get_address_of_Cpobj_111() { return &___Cpobj_111; } inline void set_Cpobj_111(OpCode_t123070264 value) { ___Cpobj_111 = value; } inline static int32_t get_offset_of_Ldobj_112() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldobj_112)); } inline OpCode_t123070264 get_Ldobj_112() const { return ___Ldobj_112; } inline OpCode_t123070264 * get_address_of_Ldobj_112() { return &___Ldobj_112; } inline void set_Ldobj_112(OpCode_t123070264 value) { ___Ldobj_112 = value; } inline static int32_t get_offset_of_Ldstr_113() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldstr_113)); } inline OpCode_t123070264 get_Ldstr_113() const { return ___Ldstr_113; } inline OpCode_t123070264 * get_address_of_Ldstr_113() { return &___Ldstr_113; } inline void set_Ldstr_113(OpCode_t123070264 value) { ___Ldstr_113 = value; } inline static int32_t get_offset_of_Newobj_114() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Newobj_114)); } inline OpCode_t123070264 get_Newobj_114() const { return ___Newobj_114; } inline OpCode_t123070264 * get_address_of_Newobj_114() { return &___Newobj_114; } inline void set_Newobj_114(OpCode_t123070264 value) { ___Newobj_114 = value; } inline static int32_t get_offset_of_Castclass_115() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Castclass_115)); } inline OpCode_t123070264 get_Castclass_115() const { return ___Castclass_115; } inline OpCode_t123070264 * get_address_of_Castclass_115() { return &___Castclass_115; } inline void set_Castclass_115(OpCode_t123070264 value) { ___Castclass_115 = value; } inline static int32_t get_offset_of_Isinst_116() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Isinst_116)); } inline OpCode_t123070264 get_Isinst_116() const { return ___Isinst_116; } inline OpCode_t123070264 * get_address_of_Isinst_116() { return &___Isinst_116; } inline void set_Isinst_116(OpCode_t123070264 value) { ___Isinst_116 = value; } inline static int32_t get_offset_of_Conv_R_Un_117() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_R_Un_117)); } inline OpCode_t123070264 get_Conv_R_Un_117() const { return ___Conv_R_Un_117; } inline OpCode_t123070264 * get_address_of_Conv_R_Un_117() { return &___Conv_R_Un_117; } inline void set_Conv_R_Un_117(OpCode_t123070264 value) { ___Conv_R_Un_117 = value; } inline static int32_t get_offset_of_Unbox_118() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Unbox_118)); } inline OpCode_t123070264 get_Unbox_118() const { return ___Unbox_118; } inline OpCode_t123070264 * get_address_of_Unbox_118() { return &___Unbox_118; } inline void set_Unbox_118(OpCode_t123070264 value) { ___Unbox_118 = value; } inline static int32_t get_offset_of_Throw_119() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Throw_119)); } inline OpCode_t123070264 get_Throw_119() const { return ___Throw_119; } inline OpCode_t123070264 * get_address_of_Throw_119() { return &___Throw_119; } inline void set_Throw_119(OpCode_t123070264 value) { ___Throw_119 = value; } inline static int32_t get_offset_of_Ldfld_120() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldfld_120)); } inline OpCode_t123070264 get_Ldfld_120() const { return ___Ldfld_120; } inline OpCode_t123070264 * get_address_of_Ldfld_120() { return &___Ldfld_120; } inline void set_Ldfld_120(OpCode_t123070264 value) { ___Ldfld_120 = value; } inline static int32_t get_offset_of_Ldflda_121() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldflda_121)); } inline OpCode_t123070264 get_Ldflda_121() const { return ___Ldflda_121; } inline OpCode_t123070264 * get_address_of_Ldflda_121() { return &___Ldflda_121; } inline void set_Ldflda_121(OpCode_t123070264 value) { ___Ldflda_121 = value; } inline static int32_t get_offset_of_Stfld_122() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stfld_122)); } inline OpCode_t123070264 get_Stfld_122() const { return ___Stfld_122; } inline OpCode_t123070264 * get_address_of_Stfld_122() { return &___Stfld_122; } inline void set_Stfld_122(OpCode_t123070264 value) { ___Stfld_122 = value; } inline static int32_t get_offset_of_Ldsfld_123() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldsfld_123)); } inline OpCode_t123070264 get_Ldsfld_123() const { return ___Ldsfld_123; } inline OpCode_t123070264 * get_address_of_Ldsfld_123() { return &___Ldsfld_123; } inline void set_Ldsfld_123(OpCode_t123070264 value) { ___Ldsfld_123 = value; } inline static int32_t get_offset_of_Ldsflda_124() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldsflda_124)); } inline OpCode_t123070264 get_Ldsflda_124() const { return ___Ldsflda_124; } inline OpCode_t123070264 * get_address_of_Ldsflda_124() { return &___Ldsflda_124; } inline void set_Ldsflda_124(OpCode_t123070264 value) { ___Ldsflda_124 = value; } inline static int32_t get_offset_of_Stsfld_125() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stsfld_125)); } inline OpCode_t123070264 get_Stsfld_125() const { return ___Stsfld_125; } inline OpCode_t123070264 * get_address_of_Stsfld_125() { return &___Stsfld_125; } inline void set_Stsfld_125(OpCode_t123070264 value) { ___Stsfld_125 = value; } inline static int32_t get_offset_of_Stobj_126() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stobj_126)); } inline OpCode_t123070264 get_Stobj_126() const { return ___Stobj_126; } inline OpCode_t123070264 * get_address_of_Stobj_126() { return &___Stobj_126; } inline void set_Stobj_126(OpCode_t123070264 value) { ___Stobj_126 = value; } inline static int32_t get_offset_of_Conv_Ovf_I1_Un_127() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I1_Un_127)); } inline OpCode_t123070264 get_Conv_Ovf_I1_Un_127() const { return ___Conv_Ovf_I1_Un_127; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I1_Un_127() { return &___Conv_Ovf_I1_Un_127; } inline void set_Conv_Ovf_I1_Un_127(OpCode_t123070264 value) { ___Conv_Ovf_I1_Un_127 = value; } inline static int32_t get_offset_of_Conv_Ovf_I2_Un_128() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I2_Un_128)); } inline OpCode_t123070264 get_Conv_Ovf_I2_Un_128() const { return ___Conv_Ovf_I2_Un_128; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I2_Un_128() { return &___Conv_Ovf_I2_Un_128; } inline void set_Conv_Ovf_I2_Un_128(OpCode_t123070264 value) { ___Conv_Ovf_I2_Un_128 = value; } inline static int32_t get_offset_of_Conv_Ovf_I4_Un_129() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I4_Un_129)); } inline OpCode_t123070264 get_Conv_Ovf_I4_Un_129() const { return ___Conv_Ovf_I4_Un_129; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I4_Un_129() { return &___Conv_Ovf_I4_Un_129; } inline void set_Conv_Ovf_I4_Un_129(OpCode_t123070264 value) { ___Conv_Ovf_I4_Un_129 = value; } inline static int32_t get_offset_of_Conv_Ovf_I8_Un_130() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I8_Un_130)); } inline OpCode_t123070264 get_Conv_Ovf_I8_Un_130() const { return ___Conv_Ovf_I8_Un_130; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I8_Un_130() { return &___Conv_Ovf_I8_Un_130; } inline void set_Conv_Ovf_I8_Un_130(OpCode_t123070264 value) { ___Conv_Ovf_I8_Un_130 = value; } inline static int32_t get_offset_of_Conv_Ovf_U1_Un_131() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U1_Un_131)); } inline OpCode_t123070264 get_Conv_Ovf_U1_Un_131() const { return ___Conv_Ovf_U1_Un_131; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U1_Un_131() { return &___Conv_Ovf_U1_Un_131; } inline void set_Conv_Ovf_U1_Un_131(OpCode_t123070264 value) { ___Conv_Ovf_U1_Un_131 = value; } inline static int32_t get_offset_of_Conv_Ovf_U2_Un_132() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U2_Un_132)); } inline OpCode_t123070264 get_Conv_Ovf_U2_Un_132() const { return ___Conv_Ovf_U2_Un_132; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U2_Un_132() { return &___Conv_Ovf_U2_Un_132; } inline void set_Conv_Ovf_U2_Un_132(OpCode_t123070264 value) { ___Conv_Ovf_U2_Un_132 = value; } inline static int32_t get_offset_of_Conv_Ovf_U4_Un_133() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U4_Un_133)); } inline OpCode_t123070264 get_Conv_Ovf_U4_Un_133() const { return ___Conv_Ovf_U4_Un_133; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U4_Un_133() { return &___Conv_Ovf_U4_Un_133; } inline void set_Conv_Ovf_U4_Un_133(OpCode_t123070264 value) { ___Conv_Ovf_U4_Un_133 = value; } inline static int32_t get_offset_of_Conv_Ovf_U8_Un_134() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U8_Un_134)); } inline OpCode_t123070264 get_Conv_Ovf_U8_Un_134() const { return ___Conv_Ovf_U8_Un_134; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U8_Un_134() { return &___Conv_Ovf_U8_Un_134; } inline void set_Conv_Ovf_U8_Un_134(OpCode_t123070264 value) { ___Conv_Ovf_U8_Un_134 = value; } inline static int32_t get_offset_of_Conv_Ovf_I_Un_135() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I_Un_135)); } inline OpCode_t123070264 get_Conv_Ovf_I_Un_135() const { return ___Conv_Ovf_I_Un_135; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I_Un_135() { return &___Conv_Ovf_I_Un_135; } inline void set_Conv_Ovf_I_Un_135(OpCode_t123070264 value) { ___Conv_Ovf_I_Un_135 = value; } inline static int32_t get_offset_of_Conv_Ovf_U_Un_136() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U_Un_136)); } inline OpCode_t123070264 get_Conv_Ovf_U_Un_136() const { return ___Conv_Ovf_U_Un_136; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U_Un_136() { return &___Conv_Ovf_U_Un_136; } inline void set_Conv_Ovf_U_Un_136(OpCode_t123070264 value) { ___Conv_Ovf_U_Un_136 = value; } inline static int32_t get_offset_of_Box_137() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Box_137)); } inline OpCode_t123070264 get_Box_137() const { return ___Box_137; } inline OpCode_t123070264 * get_address_of_Box_137() { return &___Box_137; } inline void set_Box_137(OpCode_t123070264 value) { ___Box_137 = value; } inline static int32_t get_offset_of_Newarr_138() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Newarr_138)); } inline OpCode_t123070264 get_Newarr_138() const { return ___Newarr_138; } inline OpCode_t123070264 * get_address_of_Newarr_138() { return &___Newarr_138; } inline void set_Newarr_138(OpCode_t123070264 value) { ___Newarr_138 = value; } inline static int32_t get_offset_of_Ldlen_139() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldlen_139)); } inline OpCode_t123070264 get_Ldlen_139() const { return ___Ldlen_139; } inline OpCode_t123070264 * get_address_of_Ldlen_139() { return &___Ldlen_139; } inline void set_Ldlen_139(OpCode_t123070264 value) { ___Ldlen_139 = value; } inline static int32_t get_offset_of_Ldelema_140() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelema_140)); } inline OpCode_t123070264 get_Ldelema_140() const { return ___Ldelema_140; } inline OpCode_t123070264 * get_address_of_Ldelema_140() { return &___Ldelema_140; } inline void set_Ldelema_140(OpCode_t123070264 value) { ___Ldelema_140 = value; } inline static int32_t get_offset_of_Ldelem_I1_141() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_I1_141)); } inline OpCode_t123070264 get_Ldelem_I1_141() const { return ___Ldelem_I1_141; } inline OpCode_t123070264 * get_address_of_Ldelem_I1_141() { return &___Ldelem_I1_141; } inline void set_Ldelem_I1_141(OpCode_t123070264 value) { ___Ldelem_I1_141 = value; } inline static int32_t get_offset_of_Ldelem_U1_142() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_U1_142)); } inline OpCode_t123070264 get_Ldelem_U1_142() const { return ___Ldelem_U1_142; } inline OpCode_t123070264 * get_address_of_Ldelem_U1_142() { return &___Ldelem_U1_142; } inline void set_Ldelem_U1_142(OpCode_t123070264 value) { ___Ldelem_U1_142 = value; } inline static int32_t get_offset_of_Ldelem_I2_143() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_I2_143)); } inline OpCode_t123070264 get_Ldelem_I2_143() const { return ___Ldelem_I2_143; } inline OpCode_t123070264 * get_address_of_Ldelem_I2_143() { return &___Ldelem_I2_143; } inline void set_Ldelem_I2_143(OpCode_t123070264 value) { ___Ldelem_I2_143 = value; } inline static int32_t get_offset_of_Ldelem_U2_144() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_U2_144)); } inline OpCode_t123070264 get_Ldelem_U2_144() const { return ___Ldelem_U2_144; } inline OpCode_t123070264 * get_address_of_Ldelem_U2_144() { return &___Ldelem_U2_144; } inline void set_Ldelem_U2_144(OpCode_t123070264 value) { ___Ldelem_U2_144 = value; } inline static int32_t get_offset_of_Ldelem_I4_145() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_I4_145)); } inline OpCode_t123070264 get_Ldelem_I4_145() const { return ___Ldelem_I4_145; } inline OpCode_t123070264 * get_address_of_Ldelem_I4_145() { return &___Ldelem_I4_145; } inline void set_Ldelem_I4_145(OpCode_t123070264 value) { ___Ldelem_I4_145 = value; } inline static int32_t get_offset_of_Ldelem_U4_146() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_U4_146)); } inline OpCode_t123070264 get_Ldelem_U4_146() const { return ___Ldelem_U4_146; } inline OpCode_t123070264 * get_address_of_Ldelem_U4_146() { return &___Ldelem_U4_146; } inline void set_Ldelem_U4_146(OpCode_t123070264 value) { ___Ldelem_U4_146 = value; } inline static int32_t get_offset_of_Ldelem_I8_147() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_I8_147)); } inline OpCode_t123070264 get_Ldelem_I8_147() const { return ___Ldelem_I8_147; } inline OpCode_t123070264 * get_address_of_Ldelem_I8_147() { return &___Ldelem_I8_147; } inline void set_Ldelem_I8_147(OpCode_t123070264 value) { ___Ldelem_I8_147 = value; } inline static int32_t get_offset_of_Ldelem_I_148() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_I_148)); } inline OpCode_t123070264 get_Ldelem_I_148() const { return ___Ldelem_I_148; } inline OpCode_t123070264 * get_address_of_Ldelem_I_148() { return &___Ldelem_I_148; } inline void set_Ldelem_I_148(OpCode_t123070264 value) { ___Ldelem_I_148 = value; } inline static int32_t get_offset_of_Ldelem_R4_149() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_R4_149)); } inline OpCode_t123070264 get_Ldelem_R4_149() const { return ___Ldelem_R4_149; } inline OpCode_t123070264 * get_address_of_Ldelem_R4_149() { return &___Ldelem_R4_149; } inline void set_Ldelem_R4_149(OpCode_t123070264 value) { ___Ldelem_R4_149 = value; } inline static int32_t get_offset_of_Ldelem_R8_150() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_R8_150)); } inline OpCode_t123070264 get_Ldelem_R8_150() const { return ___Ldelem_R8_150; } inline OpCode_t123070264 * get_address_of_Ldelem_R8_150() { return &___Ldelem_R8_150; } inline void set_Ldelem_R8_150(OpCode_t123070264 value) { ___Ldelem_R8_150 = value; } inline static int32_t get_offset_of_Ldelem_Ref_151() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_Ref_151)); } inline OpCode_t123070264 get_Ldelem_Ref_151() const { return ___Ldelem_Ref_151; } inline OpCode_t123070264 * get_address_of_Ldelem_Ref_151() { return &___Ldelem_Ref_151; } inline void set_Ldelem_Ref_151(OpCode_t123070264 value) { ___Ldelem_Ref_151 = value; } inline static int32_t get_offset_of_Stelem_I_152() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_I_152)); } inline OpCode_t123070264 get_Stelem_I_152() const { return ___Stelem_I_152; } inline OpCode_t123070264 * get_address_of_Stelem_I_152() { return &___Stelem_I_152; } inline void set_Stelem_I_152(OpCode_t123070264 value) { ___Stelem_I_152 = value; } inline static int32_t get_offset_of_Stelem_I1_153() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_I1_153)); } inline OpCode_t123070264 get_Stelem_I1_153() const { return ___Stelem_I1_153; } inline OpCode_t123070264 * get_address_of_Stelem_I1_153() { return &___Stelem_I1_153; } inline void set_Stelem_I1_153(OpCode_t123070264 value) { ___Stelem_I1_153 = value; } inline static int32_t get_offset_of_Stelem_I2_154() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_I2_154)); } inline OpCode_t123070264 get_Stelem_I2_154() const { return ___Stelem_I2_154; } inline OpCode_t123070264 * get_address_of_Stelem_I2_154() { return &___Stelem_I2_154; } inline void set_Stelem_I2_154(OpCode_t123070264 value) { ___Stelem_I2_154 = value; } inline static int32_t get_offset_of_Stelem_I4_155() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_I4_155)); } inline OpCode_t123070264 get_Stelem_I4_155() const { return ___Stelem_I4_155; } inline OpCode_t123070264 * get_address_of_Stelem_I4_155() { return &___Stelem_I4_155; } inline void set_Stelem_I4_155(OpCode_t123070264 value) { ___Stelem_I4_155 = value; } inline static int32_t get_offset_of_Stelem_I8_156() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_I8_156)); } inline OpCode_t123070264 get_Stelem_I8_156() const { return ___Stelem_I8_156; } inline OpCode_t123070264 * get_address_of_Stelem_I8_156() { return &___Stelem_I8_156; } inline void set_Stelem_I8_156(OpCode_t123070264 value) { ___Stelem_I8_156 = value; } inline static int32_t get_offset_of_Stelem_R4_157() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_R4_157)); } inline OpCode_t123070264 get_Stelem_R4_157() const { return ___Stelem_R4_157; } inline OpCode_t123070264 * get_address_of_Stelem_R4_157() { return &___Stelem_R4_157; } inline void set_Stelem_R4_157(OpCode_t123070264 value) { ___Stelem_R4_157 = value; } inline static int32_t get_offset_of_Stelem_R8_158() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_R8_158)); } inline OpCode_t123070264 get_Stelem_R8_158() const { return ___Stelem_R8_158; } inline OpCode_t123070264 * get_address_of_Stelem_R8_158() { return &___Stelem_R8_158; } inline void set_Stelem_R8_158(OpCode_t123070264 value) { ___Stelem_R8_158 = value; } inline static int32_t get_offset_of_Stelem_Ref_159() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_Ref_159)); } inline OpCode_t123070264 get_Stelem_Ref_159() const { return ___Stelem_Ref_159; } inline OpCode_t123070264 * get_address_of_Stelem_Ref_159() { return &___Stelem_Ref_159; } inline void set_Stelem_Ref_159(OpCode_t123070264 value) { ___Stelem_Ref_159 = value; } inline static int32_t get_offset_of_Ldelem_160() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldelem_160)); } inline OpCode_t123070264 get_Ldelem_160() const { return ___Ldelem_160; } inline OpCode_t123070264 * get_address_of_Ldelem_160() { return &___Ldelem_160; } inline void set_Ldelem_160(OpCode_t123070264 value) { ___Ldelem_160 = value; } inline static int32_t get_offset_of_Stelem_161() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stelem_161)); } inline OpCode_t123070264 get_Stelem_161() const { return ___Stelem_161; } inline OpCode_t123070264 * get_address_of_Stelem_161() { return &___Stelem_161; } inline void set_Stelem_161(OpCode_t123070264 value) { ___Stelem_161 = value; } inline static int32_t get_offset_of_Unbox_Any_162() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Unbox_Any_162)); } inline OpCode_t123070264 get_Unbox_Any_162() const { return ___Unbox_Any_162; } inline OpCode_t123070264 * get_address_of_Unbox_Any_162() { return &___Unbox_Any_162; } inline void set_Unbox_Any_162(OpCode_t123070264 value) { ___Unbox_Any_162 = value; } inline static int32_t get_offset_of_Conv_Ovf_I1_163() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I1_163)); } inline OpCode_t123070264 get_Conv_Ovf_I1_163() const { return ___Conv_Ovf_I1_163; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I1_163() { return &___Conv_Ovf_I1_163; } inline void set_Conv_Ovf_I1_163(OpCode_t123070264 value) { ___Conv_Ovf_I1_163 = value; } inline static int32_t get_offset_of_Conv_Ovf_U1_164() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U1_164)); } inline OpCode_t123070264 get_Conv_Ovf_U1_164() const { return ___Conv_Ovf_U1_164; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U1_164() { return &___Conv_Ovf_U1_164; } inline void set_Conv_Ovf_U1_164(OpCode_t123070264 value) { ___Conv_Ovf_U1_164 = value; } inline static int32_t get_offset_of_Conv_Ovf_I2_165() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I2_165)); } inline OpCode_t123070264 get_Conv_Ovf_I2_165() const { return ___Conv_Ovf_I2_165; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I2_165() { return &___Conv_Ovf_I2_165; } inline void set_Conv_Ovf_I2_165(OpCode_t123070264 value) { ___Conv_Ovf_I2_165 = value; } inline static int32_t get_offset_of_Conv_Ovf_U2_166() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U2_166)); } inline OpCode_t123070264 get_Conv_Ovf_U2_166() const { return ___Conv_Ovf_U2_166; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U2_166() { return &___Conv_Ovf_U2_166; } inline void set_Conv_Ovf_U2_166(OpCode_t123070264 value) { ___Conv_Ovf_U2_166 = value; } inline static int32_t get_offset_of_Conv_Ovf_I4_167() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I4_167)); } inline OpCode_t123070264 get_Conv_Ovf_I4_167() const { return ___Conv_Ovf_I4_167; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I4_167() { return &___Conv_Ovf_I4_167; } inline void set_Conv_Ovf_I4_167(OpCode_t123070264 value) { ___Conv_Ovf_I4_167 = value; } inline static int32_t get_offset_of_Conv_Ovf_U4_168() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U4_168)); } inline OpCode_t123070264 get_Conv_Ovf_U4_168() const { return ___Conv_Ovf_U4_168; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U4_168() { return &___Conv_Ovf_U4_168; } inline void set_Conv_Ovf_U4_168(OpCode_t123070264 value) { ___Conv_Ovf_U4_168 = value; } inline static int32_t get_offset_of_Conv_Ovf_I8_169() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I8_169)); } inline OpCode_t123070264 get_Conv_Ovf_I8_169() const { return ___Conv_Ovf_I8_169; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I8_169() { return &___Conv_Ovf_I8_169; } inline void set_Conv_Ovf_I8_169(OpCode_t123070264 value) { ___Conv_Ovf_I8_169 = value; } inline static int32_t get_offset_of_Conv_Ovf_U8_170() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U8_170)); } inline OpCode_t123070264 get_Conv_Ovf_U8_170() const { return ___Conv_Ovf_U8_170; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U8_170() { return &___Conv_Ovf_U8_170; } inline void set_Conv_Ovf_U8_170(OpCode_t123070264 value) { ___Conv_Ovf_U8_170 = value; } inline static int32_t get_offset_of_Refanyval_171() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Refanyval_171)); } inline OpCode_t123070264 get_Refanyval_171() const { return ___Refanyval_171; } inline OpCode_t123070264 * get_address_of_Refanyval_171() { return &___Refanyval_171; } inline void set_Refanyval_171(OpCode_t123070264 value) { ___Refanyval_171 = value; } inline static int32_t get_offset_of_Ckfinite_172() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ckfinite_172)); } inline OpCode_t123070264 get_Ckfinite_172() const { return ___Ckfinite_172; } inline OpCode_t123070264 * get_address_of_Ckfinite_172() { return &___Ckfinite_172; } inline void set_Ckfinite_172(OpCode_t123070264 value) { ___Ckfinite_172 = value; } inline static int32_t get_offset_of_Mkrefany_173() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Mkrefany_173)); } inline OpCode_t123070264 get_Mkrefany_173() const { return ___Mkrefany_173; } inline OpCode_t123070264 * get_address_of_Mkrefany_173() { return &___Mkrefany_173; } inline void set_Mkrefany_173(OpCode_t123070264 value) { ___Mkrefany_173 = value; } inline static int32_t get_offset_of_Ldtoken_174() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldtoken_174)); } inline OpCode_t123070264 get_Ldtoken_174() const { return ___Ldtoken_174; } inline OpCode_t123070264 * get_address_of_Ldtoken_174() { return &___Ldtoken_174; } inline void set_Ldtoken_174(OpCode_t123070264 value) { ___Ldtoken_174 = value; } inline static int32_t get_offset_of_Conv_U2_175() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_U2_175)); } inline OpCode_t123070264 get_Conv_U2_175() const { return ___Conv_U2_175; } inline OpCode_t123070264 * get_address_of_Conv_U2_175() { return &___Conv_U2_175; } inline void set_Conv_U2_175(OpCode_t123070264 value) { ___Conv_U2_175 = value; } inline static int32_t get_offset_of_Conv_U1_176() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_U1_176)); } inline OpCode_t123070264 get_Conv_U1_176() const { return ___Conv_U1_176; } inline OpCode_t123070264 * get_address_of_Conv_U1_176() { return &___Conv_U1_176; } inline void set_Conv_U1_176(OpCode_t123070264 value) { ___Conv_U1_176 = value; } inline static int32_t get_offset_of_Conv_I_177() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_I_177)); } inline OpCode_t123070264 get_Conv_I_177() const { return ___Conv_I_177; } inline OpCode_t123070264 * get_address_of_Conv_I_177() { return &___Conv_I_177; } inline void set_Conv_I_177(OpCode_t123070264 value) { ___Conv_I_177 = value; } inline static int32_t get_offset_of_Conv_Ovf_I_178() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_I_178)); } inline OpCode_t123070264 get_Conv_Ovf_I_178() const { return ___Conv_Ovf_I_178; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_I_178() { return &___Conv_Ovf_I_178; } inline void set_Conv_Ovf_I_178(OpCode_t123070264 value) { ___Conv_Ovf_I_178 = value; } inline static int32_t get_offset_of_Conv_Ovf_U_179() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_Ovf_U_179)); } inline OpCode_t123070264 get_Conv_Ovf_U_179() const { return ___Conv_Ovf_U_179; } inline OpCode_t123070264 * get_address_of_Conv_Ovf_U_179() { return &___Conv_Ovf_U_179; } inline void set_Conv_Ovf_U_179(OpCode_t123070264 value) { ___Conv_Ovf_U_179 = value; } inline static int32_t get_offset_of_Add_Ovf_180() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Add_Ovf_180)); } inline OpCode_t123070264 get_Add_Ovf_180() const { return ___Add_Ovf_180; } inline OpCode_t123070264 * get_address_of_Add_Ovf_180() { return &___Add_Ovf_180; } inline void set_Add_Ovf_180(OpCode_t123070264 value) { ___Add_Ovf_180 = value; } inline static int32_t get_offset_of_Add_Ovf_Un_181() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Add_Ovf_Un_181)); } inline OpCode_t123070264 get_Add_Ovf_Un_181() const { return ___Add_Ovf_Un_181; } inline OpCode_t123070264 * get_address_of_Add_Ovf_Un_181() { return &___Add_Ovf_Un_181; } inline void set_Add_Ovf_Un_181(OpCode_t123070264 value) { ___Add_Ovf_Un_181 = value; } inline static int32_t get_offset_of_Mul_Ovf_182() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Mul_Ovf_182)); } inline OpCode_t123070264 get_Mul_Ovf_182() const { return ___Mul_Ovf_182; } inline OpCode_t123070264 * get_address_of_Mul_Ovf_182() { return &___Mul_Ovf_182; } inline void set_Mul_Ovf_182(OpCode_t123070264 value) { ___Mul_Ovf_182 = value; } inline static int32_t get_offset_of_Mul_Ovf_Un_183() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Mul_Ovf_Un_183)); } inline OpCode_t123070264 get_Mul_Ovf_Un_183() const { return ___Mul_Ovf_Un_183; } inline OpCode_t123070264 * get_address_of_Mul_Ovf_Un_183() { return &___Mul_Ovf_Un_183; } inline void set_Mul_Ovf_Un_183(OpCode_t123070264 value) { ___Mul_Ovf_Un_183 = value; } inline static int32_t get_offset_of_Sub_Ovf_184() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Sub_Ovf_184)); } inline OpCode_t123070264 get_Sub_Ovf_184() const { return ___Sub_Ovf_184; } inline OpCode_t123070264 * get_address_of_Sub_Ovf_184() { return &___Sub_Ovf_184; } inline void set_Sub_Ovf_184(OpCode_t123070264 value) { ___Sub_Ovf_184 = value; } inline static int32_t get_offset_of_Sub_Ovf_Un_185() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Sub_Ovf_Un_185)); } inline OpCode_t123070264 get_Sub_Ovf_Un_185() const { return ___Sub_Ovf_Un_185; } inline OpCode_t123070264 * get_address_of_Sub_Ovf_Un_185() { return &___Sub_Ovf_Un_185; } inline void set_Sub_Ovf_Un_185(OpCode_t123070264 value) { ___Sub_Ovf_Un_185 = value; } inline static int32_t get_offset_of_Endfinally_186() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Endfinally_186)); } inline OpCode_t123070264 get_Endfinally_186() const { return ___Endfinally_186; } inline OpCode_t123070264 * get_address_of_Endfinally_186() { return &___Endfinally_186; } inline void set_Endfinally_186(OpCode_t123070264 value) { ___Endfinally_186 = value; } inline static int32_t get_offset_of_Leave_187() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Leave_187)); } inline OpCode_t123070264 get_Leave_187() const { return ___Leave_187; } inline OpCode_t123070264 * get_address_of_Leave_187() { return &___Leave_187; } inline void set_Leave_187(OpCode_t123070264 value) { ___Leave_187 = value; } inline static int32_t get_offset_of_Leave_S_188() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Leave_S_188)); } inline OpCode_t123070264 get_Leave_S_188() const { return ___Leave_S_188; } inline OpCode_t123070264 * get_address_of_Leave_S_188() { return &___Leave_S_188; } inline void set_Leave_S_188(OpCode_t123070264 value) { ___Leave_S_188 = value; } inline static int32_t get_offset_of_Stind_I_189() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stind_I_189)); } inline OpCode_t123070264 get_Stind_I_189() const { return ___Stind_I_189; } inline OpCode_t123070264 * get_address_of_Stind_I_189() { return &___Stind_I_189; } inline void set_Stind_I_189(OpCode_t123070264 value) { ___Stind_I_189 = value; } inline static int32_t get_offset_of_Conv_U_190() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Conv_U_190)); } inline OpCode_t123070264 get_Conv_U_190() const { return ___Conv_U_190; } inline OpCode_t123070264 * get_address_of_Conv_U_190() { return &___Conv_U_190; } inline void set_Conv_U_190(OpCode_t123070264 value) { ___Conv_U_190 = value; } inline static int32_t get_offset_of_Prefix7_191() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix7_191)); } inline OpCode_t123070264 get_Prefix7_191() const { return ___Prefix7_191; } inline OpCode_t123070264 * get_address_of_Prefix7_191() { return &___Prefix7_191; } inline void set_Prefix7_191(OpCode_t123070264 value) { ___Prefix7_191 = value; } inline static int32_t get_offset_of_Prefix6_192() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix6_192)); } inline OpCode_t123070264 get_Prefix6_192() const { return ___Prefix6_192; } inline OpCode_t123070264 * get_address_of_Prefix6_192() { return &___Prefix6_192; } inline void set_Prefix6_192(OpCode_t123070264 value) { ___Prefix6_192 = value; } inline static int32_t get_offset_of_Prefix5_193() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix5_193)); } inline OpCode_t123070264 get_Prefix5_193() const { return ___Prefix5_193; } inline OpCode_t123070264 * get_address_of_Prefix5_193() { return &___Prefix5_193; } inline void set_Prefix5_193(OpCode_t123070264 value) { ___Prefix5_193 = value; } inline static int32_t get_offset_of_Prefix4_194() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix4_194)); } inline OpCode_t123070264 get_Prefix4_194() const { return ___Prefix4_194; } inline OpCode_t123070264 * get_address_of_Prefix4_194() { return &___Prefix4_194; } inline void set_Prefix4_194(OpCode_t123070264 value) { ___Prefix4_194 = value; } inline static int32_t get_offset_of_Prefix3_195() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix3_195)); } inline OpCode_t123070264 get_Prefix3_195() const { return ___Prefix3_195; } inline OpCode_t123070264 * get_address_of_Prefix3_195() { return &___Prefix3_195; } inline void set_Prefix3_195(OpCode_t123070264 value) { ___Prefix3_195 = value; } inline static int32_t get_offset_of_Prefix2_196() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix2_196)); } inline OpCode_t123070264 get_Prefix2_196() const { return ___Prefix2_196; } inline OpCode_t123070264 * get_address_of_Prefix2_196() { return &___Prefix2_196; } inline void set_Prefix2_196(OpCode_t123070264 value) { ___Prefix2_196 = value; } inline static int32_t get_offset_of_Prefix1_197() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefix1_197)); } inline OpCode_t123070264 get_Prefix1_197() const { return ___Prefix1_197; } inline OpCode_t123070264 * get_address_of_Prefix1_197() { return &___Prefix1_197; } inline void set_Prefix1_197(OpCode_t123070264 value) { ___Prefix1_197 = value; } inline static int32_t get_offset_of_Prefixref_198() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Prefixref_198)); } inline OpCode_t123070264 get_Prefixref_198() const { return ___Prefixref_198; } inline OpCode_t123070264 * get_address_of_Prefixref_198() { return &___Prefixref_198; } inline void set_Prefixref_198(OpCode_t123070264 value) { ___Prefixref_198 = value; } inline static int32_t get_offset_of_Arglist_199() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Arglist_199)); } inline OpCode_t123070264 get_Arglist_199() const { return ___Arglist_199; } inline OpCode_t123070264 * get_address_of_Arglist_199() { return &___Arglist_199; } inline void set_Arglist_199(OpCode_t123070264 value) { ___Arglist_199 = value; } inline static int32_t get_offset_of_Ceq_200() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ceq_200)); } inline OpCode_t123070264 get_Ceq_200() const { return ___Ceq_200; } inline OpCode_t123070264 * get_address_of_Ceq_200() { return &___Ceq_200; } inline void set_Ceq_200(OpCode_t123070264 value) { ___Ceq_200 = value; } inline static int32_t get_offset_of_Cgt_201() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Cgt_201)); } inline OpCode_t123070264 get_Cgt_201() const { return ___Cgt_201; } inline OpCode_t123070264 * get_address_of_Cgt_201() { return &___Cgt_201; } inline void set_Cgt_201(OpCode_t123070264 value) { ___Cgt_201 = value; } inline static int32_t get_offset_of_Cgt_Un_202() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Cgt_Un_202)); } inline OpCode_t123070264 get_Cgt_Un_202() const { return ___Cgt_Un_202; } inline OpCode_t123070264 * get_address_of_Cgt_Un_202() { return &___Cgt_Un_202; } inline void set_Cgt_Un_202(OpCode_t123070264 value) { ___Cgt_Un_202 = value; } inline static int32_t get_offset_of_Clt_203() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Clt_203)); } inline OpCode_t123070264 get_Clt_203() const { return ___Clt_203; } inline OpCode_t123070264 * get_address_of_Clt_203() { return &___Clt_203; } inline void set_Clt_203(OpCode_t123070264 value) { ___Clt_203 = value; } inline static int32_t get_offset_of_Clt_Un_204() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Clt_Un_204)); } inline OpCode_t123070264 get_Clt_Un_204() const { return ___Clt_Un_204; } inline OpCode_t123070264 * get_address_of_Clt_Un_204() { return &___Clt_Un_204; } inline void set_Clt_Un_204(OpCode_t123070264 value) { ___Clt_Un_204 = value; } inline static int32_t get_offset_of_Ldftn_205() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldftn_205)); } inline OpCode_t123070264 get_Ldftn_205() const { return ___Ldftn_205; } inline OpCode_t123070264 * get_address_of_Ldftn_205() { return &___Ldftn_205; } inline void set_Ldftn_205(OpCode_t123070264 value) { ___Ldftn_205 = value; } inline static int32_t get_offset_of_Ldvirtftn_206() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldvirtftn_206)); } inline OpCode_t123070264 get_Ldvirtftn_206() const { return ___Ldvirtftn_206; } inline OpCode_t123070264 * get_address_of_Ldvirtftn_206() { return &___Ldvirtftn_206; } inline void set_Ldvirtftn_206(OpCode_t123070264 value) { ___Ldvirtftn_206 = value; } inline static int32_t get_offset_of_Ldarg_207() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarg_207)); } inline OpCode_t123070264 get_Ldarg_207() const { return ___Ldarg_207; } inline OpCode_t123070264 * get_address_of_Ldarg_207() { return &___Ldarg_207; } inline void set_Ldarg_207(OpCode_t123070264 value) { ___Ldarg_207 = value; } inline static int32_t get_offset_of_Ldarga_208() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldarga_208)); } inline OpCode_t123070264 get_Ldarga_208() const { return ___Ldarga_208; } inline OpCode_t123070264 * get_address_of_Ldarga_208() { return &___Ldarga_208; } inline void set_Ldarga_208(OpCode_t123070264 value) { ___Ldarga_208 = value; } inline static int32_t get_offset_of_Starg_209() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Starg_209)); } inline OpCode_t123070264 get_Starg_209() const { return ___Starg_209; } inline OpCode_t123070264 * get_address_of_Starg_209() { return &___Starg_209; } inline void set_Starg_209(OpCode_t123070264 value) { ___Starg_209 = value; } inline static int32_t get_offset_of_Ldloc_210() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloc_210)); } inline OpCode_t123070264 get_Ldloc_210() const { return ___Ldloc_210; } inline OpCode_t123070264 * get_address_of_Ldloc_210() { return &___Ldloc_210; } inline void set_Ldloc_210(OpCode_t123070264 value) { ___Ldloc_210 = value; } inline static int32_t get_offset_of_Ldloca_211() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Ldloca_211)); } inline OpCode_t123070264 get_Ldloca_211() const { return ___Ldloca_211; } inline OpCode_t123070264 * get_address_of_Ldloca_211() { return &___Ldloca_211; } inline void set_Ldloca_211(OpCode_t123070264 value) { ___Ldloca_211 = value; } inline static int32_t get_offset_of_Stloc_212() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Stloc_212)); } inline OpCode_t123070264 get_Stloc_212() const { return ___Stloc_212; } inline OpCode_t123070264 * get_address_of_Stloc_212() { return &___Stloc_212; } inline void set_Stloc_212(OpCode_t123070264 value) { ___Stloc_212 = value; } inline static int32_t get_offset_of_Localloc_213() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Localloc_213)); } inline OpCode_t123070264 get_Localloc_213() const { return ___Localloc_213; } inline OpCode_t123070264 * get_address_of_Localloc_213() { return &___Localloc_213; } inline void set_Localloc_213(OpCode_t123070264 value) { ___Localloc_213 = value; } inline static int32_t get_offset_of_Endfilter_214() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Endfilter_214)); } inline OpCode_t123070264 get_Endfilter_214() const { return ___Endfilter_214; } inline OpCode_t123070264 * get_address_of_Endfilter_214() { return &___Endfilter_214; } inline void set_Endfilter_214(OpCode_t123070264 value) { ___Endfilter_214 = value; } inline static int32_t get_offset_of_Unaligned_215() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Unaligned_215)); } inline OpCode_t123070264 get_Unaligned_215() const { return ___Unaligned_215; } inline OpCode_t123070264 * get_address_of_Unaligned_215() { return &___Unaligned_215; } inline void set_Unaligned_215(OpCode_t123070264 value) { ___Unaligned_215 = value; } inline static int32_t get_offset_of_Volatile_216() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Volatile_216)); } inline OpCode_t123070264 get_Volatile_216() const { return ___Volatile_216; } inline OpCode_t123070264 * get_address_of_Volatile_216() { return &___Volatile_216; } inline void set_Volatile_216(OpCode_t123070264 value) { ___Volatile_216 = value; } inline static int32_t get_offset_of_Tailcall_217() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Tailcall_217)); } inline OpCode_t123070264 get_Tailcall_217() const { return ___Tailcall_217; } inline OpCode_t123070264 * get_address_of_Tailcall_217() { return &___Tailcall_217; } inline void set_Tailcall_217(OpCode_t123070264 value) { ___Tailcall_217 = value; } inline static int32_t get_offset_of_Initobj_218() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Initobj_218)); } inline OpCode_t123070264 get_Initobj_218() const { return ___Initobj_218; } inline OpCode_t123070264 * get_address_of_Initobj_218() { return &___Initobj_218; } inline void set_Initobj_218(OpCode_t123070264 value) { ___Initobj_218 = value; } inline static int32_t get_offset_of_Constrained_219() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Constrained_219)); } inline OpCode_t123070264 get_Constrained_219() const { return ___Constrained_219; } inline OpCode_t123070264 * get_address_of_Constrained_219() { return &___Constrained_219; } inline void set_Constrained_219(OpCode_t123070264 value) { ___Constrained_219 = value; } inline static int32_t get_offset_of_Cpblk_220() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Cpblk_220)); } inline OpCode_t123070264 get_Cpblk_220() const { return ___Cpblk_220; } inline OpCode_t123070264 * get_address_of_Cpblk_220() { return &___Cpblk_220; } inline void set_Cpblk_220(OpCode_t123070264 value) { ___Cpblk_220 = value; } inline static int32_t get_offset_of_Initblk_221() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Initblk_221)); } inline OpCode_t123070264 get_Initblk_221() const { return ___Initblk_221; } inline OpCode_t123070264 * get_address_of_Initblk_221() { return &___Initblk_221; } inline void set_Initblk_221(OpCode_t123070264 value) { ___Initblk_221 = value; } inline static int32_t get_offset_of_Rethrow_222() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Rethrow_222)); } inline OpCode_t123070264 get_Rethrow_222() const { return ___Rethrow_222; } inline OpCode_t123070264 * get_address_of_Rethrow_222() { return &___Rethrow_222; } inline void set_Rethrow_222(OpCode_t123070264 value) { ___Rethrow_222 = value; } inline static int32_t get_offset_of_Sizeof_223() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Sizeof_223)); } inline OpCode_t123070264 get_Sizeof_223() const { return ___Sizeof_223; } inline OpCode_t123070264 * get_address_of_Sizeof_223() { return &___Sizeof_223; } inline void set_Sizeof_223(OpCode_t123070264 value) { ___Sizeof_223 = value; } inline static int32_t get_offset_of_Refanytype_224() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Refanytype_224)); } inline OpCode_t123070264 get_Refanytype_224() const { return ___Refanytype_224; } inline OpCode_t123070264 * get_address_of_Refanytype_224() { return &___Refanytype_224; } inline void set_Refanytype_224(OpCode_t123070264 value) { ___Refanytype_224 = value; } inline static int32_t get_offset_of_Readonly_225() { return static_cast(offsetof(OpCodes_t126150456_StaticFields, ___Readonly_225)); } inline OpCode_t123070264 get_Readonly_225() const { return ___Readonly_225; } inline OpCode_t123070264 * get_address_of_Readonly_225() { return &___Readonly_225; } inline void set_Readonly_225(OpCode_t123070264 value) { ___Readonly_225 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPCODES_T126150456_H #ifndef GCHANDLETYPE_T3432586689_H #define GCHANDLETYPE_T3432586689_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.GCHandleType struct GCHandleType_t3432586689 { public: // System.Int32 System.Runtime.InteropServices.GCHandleType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(GCHandleType_t3432586689, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GCHANDLETYPE_T3432586689_H #ifndef CALLINGCONVENTIONS_T2253234531_H #define CALLINGCONVENTIONS_T2253234531_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.CallingConventions struct CallingConventions_t2253234531 { public: // System.Int32 System.Reflection.CallingConventions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CallingConventions_t2253234531, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CALLINGCONVENTIONS_T2253234531_H #ifndef MARSHALDIRECTIVEEXCEPTION_T2580336406_H #define MARSHALDIRECTIVEEXCEPTION_T2580336406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.MarshalDirectiveException struct MarshalDirectiveException_t2580336406 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHALDIRECTIVEEXCEPTION_T2580336406_H #ifndef METHODATTRIBUTES_T2366443849_H #define METHODATTRIBUTES_T2366443849_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodAttributes struct MethodAttributes_t2366443849 { public: // System.Int32 System.Reflection.MethodAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MethodAttributes_t2366443849, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODATTRIBUTES_T2366443849_H #ifndef RUNTIMEMETHODHANDLE_T1133924984_H #define RUNTIMEMETHODHANDLE_T1133924984_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeMethodHandle struct RuntimeMethodHandle_t1133924984 { public: // System.IntPtr System.RuntimeMethodHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeMethodHandle_t1133924984, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEMETHODHANDLE_T1133924984_H #ifndef METHODINFO_T_H #define METHODINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODINFO_T_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t3027515415, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef UNMANAGEDTYPE_T523127242_H #define UNMANAGEDTYPE_T523127242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.UnmanagedType struct UnmanagedType_t523127242 { public: // System.Int32 System.Runtime.InteropServices.UnmanagedType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UnmanagedType_t523127242, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNMANAGEDTYPE_T523127242_H #ifndef TYPEATTRIBUTES_T113483779_H #define TYPEATTRIBUTES_T113483779_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.TypeAttributes struct TypeAttributes_t113483779 { public: // System.Int32 System.Reflection.TypeAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TypeAttributes_t113483779, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEATTRIBUTES_T113483779_H #ifndef PROPERTYATTRIBUTES_T3388002996_H #define PROPERTYATTRIBUTES_T3388002996_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PropertyAttributes struct PropertyAttributes_t3388002996 { public: // System.Int32 System.Reflection.PropertyAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PropertyAttributes_t3388002996, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYATTRIBUTES_T3388002996_H #ifndef PARAMETERATTRIBUTES_T1826424051_H #define PARAMETERATTRIBUTES_T1826424051_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterAttributes struct ParameterAttributes_t1826424051 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ParameterAttributes_t1826424051, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERATTRIBUTES_T1826424051_H #ifndef METHODIMPLATTRIBUTES_T3646023817_H #define METHODIMPLATTRIBUTES_T3646023817_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodImplAttributes struct MethodImplAttributes_t3646023817 { public: // System.Int32 System.Reflection.MethodImplAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(MethodImplAttributes_t3646023817, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODIMPLATTRIBUTES_T3646023817_H #ifndef FIELDATTRIBUTES_T400321159_H #define FIELDATTRIBUTES_T400321159_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.FieldAttributes struct FieldAttributes_t400321159 { public: // System.Int32 System.Reflection.FieldAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FieldAttributes_t400321159, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDATTRIBUTES_T400321159_H #ifndef OPERANDTYPE_T2622847887_H #define OPERANDTYPE_T2622847887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.OperandType struct OperandType_t2622847887 { public: // System.Int32 System.Reflection.Emit.OperandType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(OperandType_t2622847887, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OPERANDTYPE_T2622847887_H #ifndef CHARSET_T3391187264_H #define CHARSET_T3391187264_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.CharSet struct CharSet_t3391187264 { public: // System.Int32 System.Runtime.InteropServices.CharSet::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CharSet_t3391187264, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHARSET_T3391187264_H #ifndef CALLINGCONVENTION_T1027624783_H #define CALLINGCONVENTION_T1027624783_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.CallingConvention struct CallingConvention_t1027624783 { public: // System.Int32 System.Runtime.InteropServices.CallingConvention::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CallingConvention_t1027624783, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CALLINGCONVENTION_T1027624783_H #ifndef STACKBEHAVIOUR_T3009528134_H #define STACKBEHAVIOUR_T3009528134_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.StackBehaviour struct StackBehaviour_t3009528134 { public: // System.Int32 System.Reflection.Emit.StackBehaviour::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StackBehaviour_t3009528134, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACKBEHAVIOUR_T3009528134_H #ifndef CONSISTENCY_T4071665526_H #define CONSISTENCY_T4071665526_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.ConstrainedExecution.Consistency struct Consistency_t4071665526 { public: // System.Int32 System.Runtime.ConstrainedExecution.Consistency::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Consistency_t4071665526, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSISTENCY_T4071665526_H #ifndef CER_T573022029_H #define CER_T573022029_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.ConstrainedExecution.Cer struct Cer_t573022029 { public: // System.Int32 System.Runtime.ConstrainedExecution.Cer::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Cer_t573022029, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CER_T573022029_H #ifndef LOADHINT_T3743314490_H #define LOADHINT_T3743314490_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.CompilerServices.LoadHint struct LoadHint_t3743314490 { public: // System.Int32 System.Runtime.CompilerServices.LoadHint::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(LoadHint_t3743314490, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LOADHINT_T3743314490_H #ifndef PREDEFINEDRESOURCETYPE_T4229135164_H #define PREDEFINEDRESOURCETYPE_T4229135164_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.PredefinedResourceType struct PredefinedResourceType_t4229135164 { public: // System.Int32 System.Resources.PredefinedResourceType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PredefinedResourceType_t4229135164, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDEFINEDRESOURCETYPE_T4229135164_H #ifndef COMPILATIONRELAXATIONS_T3292409279_H #define COMPILATIONRELAXATIONS_T3292409279_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.CompilerServices.CompilationRelaxations struct CompilationRelaxations_t3292409279 { public: // System.Int32 System.Runtime.CompilerServices.CompilationRelaxations::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CompilationRelaxations_t3292409279, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPILATIONRELAXATIONS_T3292409279_H #ifndef WIN32RESOURCETYPE_T878705926_H #define WIN32RESOURCETYPE_T878705926_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Resources.Win32ResourceType struct Win32ResourceType_t878705926 { public: // System.Int32 System.Resources.Win32ResourceType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Win32ResourceType_t878705926, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WIN32RESOURCETYPE_T878705926_H #ifndef CLASSINTERFACETYPE_T4029497327_H #define CLASSINTERFACETYPE_T4029497327_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.ClassInterfaceType struct ClassInterfaceType_t4029497327 { public: // System.Int32 System.Runtime.InteropServices.ClassInterfaceType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ClassInterfaceType_t4029497327, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLASSINTERFACETYPE_T4029497327_H #ifndef EXTERNALEXCEPTION_T3544951457_H #define EXTERNALEXCEPTION_T3544951457_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.ExternalException struct ExternalException_t3544951457 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXTERNALEXCEPTION_T3544951457_H #ifndef COMINTERFACETYPE_T2732813453_H #define COMINTERFACETYPE_T2732813453_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.ComInterfaceType struct ComInterfaceType_t2732813453 { public: // System.Int32 System.Runtime.InteropServices.ComInterfaceType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ComInterfaceType_t2732813453, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMINTERFACETYPE_T2732813453_H #ifndef PEFILEKINDS_T3631470751_H #define PEFILEKINDS_T3631470751_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.PEFileKinds struct PEFileKinds_t3631470751 { public: // System.Int32 System.Reflection.Emit.PEFileKinds::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PEFileKinds_t3631470751, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PEFILEKINDS_T3631470751_H #ifndef PACKINGSIZE_T2976435189_H #define PACKINGSIZE_T2976435189_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.PackingSize struct PackingSize_t2976435189 { public: // System.Int32 System.Reflection.Emit.PackingSize::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(PackingSize_t2976435189, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PACKINGSIZE_T2976435189_H #ifndef INTERFACETYPEATTRIBUTE_T633123336_H #define INTERFACETYPEATTRIBUTE_T633123336_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.InterfaceTypeAttribute struct InterfaceTypeAttribute_t633123336 : public Attribute_t861562559 { public: // System.Runtime.InteropServices.ComInterfaceType System.Runtime.InteropServices.InterfaceTypeAttribute::intType int32_t ___intType_0; public: inline static int32_t get_offset_of_intType_0() { return static_cast(offsetof(InterfaceTypeAttribute_t633123336, ___intType_0)); } inline int32_t get_intType_0() const { return ___intType_0; } inline int32_t* get_address_of_intType_0() { return &___intType_0; } inline void set_intType_0(int32_t value) { ___intType_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTERFACETYPEATTRIBUTE_T633123336_H #ifndef FIELDBUILDER_T2627049993_H #define FIELDBUILDER_T2627049993_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.FieldBuilder struct FieldBuilder_t2627049993 : public FieldInfo_t { public: // System.Reflection.FieldAttributes System.Reflection.Emit.FieldBuilder::attrs int32_t ___attrs_0; // System.Type System.Reflection.Emit.FieldBuilder::type Type_t * ___type_1; // System.String System.Reflection.Emit.FieldBuilder::name String_t* ___name_2; // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.FieldBuilder::typeb TypeBuilder_t1073948154 * ___typeb_3; // System.Reflection.Emit.UnmanagedMarshal System.Reflection.Emit.FieldBuilder::marshal_info UnmanagedMarshal_t984015687 * ___marshal_info_4; public: inline static int32_t get_offset_of_attrs_0() { return static_cast(offsetof(FieldBuilder_t2627049993, ___attrs_0)); } inline int32_t get_attrs_0() const { return ___attrs_0; } inline int32_t* get_address_of_attrs_0() { return &___attrs_0; } inline void set_attrs_0(int32_t value) { ___attrs_0 = value; } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(FieldBuilder_t2627049993, ___type_1)); } inline Type_t * get_type_1() const { return ___type_1; } inline Type_t ** get_address_of_type_1() { return &___type_1; } inline void set_type_1(Type_t * value) { ___type_1 = value; Il2CppCodeGenWriteBarrier((&___type_1), value); } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(FieldBuilder_t2627049993, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((&___name_2), value); } inline static int32_t get_offset_of_typeb_3() { return static_cast(offsetof(FieldBuilder_t2627049993, ___typeb_3)); } inline TypeBuilder_t1073948154 * get_typeb_3() const { return ___typeb_3; } inline TypeBuilder_t1073948154 ** get_address_of_typeb_3() { return &___typeb_3; } inline void set_typeb_3(TypeBuilder_t1073948154 * value) { ___typeb_3 = value; Il2CppCodeGenWriteBarrier((&___typeb_3), value); } inline static int32_t get_offset_of_marshal_info_4() { return static_cast(offsetof(FieldBuilder_t2627049993, ___marshal_info_4)); } inline UnmanagedMarshal_t984015687 * get_marshal_info_4() const { return ___marshal_info_4; } inline UnmanagedMarshal_t984015687 ** get_address_of_marshal_info_4() { return &___marshal_info_4; } inline void set_marshal_info_4(UnmanagedMarshal_t984015687 * value) { ___marshal_info_4 = value; Il2CppCodeGenWriteBarrier((&___marshal_info_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FIELDBUILDER_T2627049993_H #ifndef UNMANAGEDMARSHAL_T984015687_H #define UNMANAGEDMARSHAL_T984015687_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.UnmanagedMarshal struct UnmanagedMarshal_t984015687 : public RuntimeObject { public: // System.Int32 System.Reflection.Emit.UnmanagedMarshal::count int32_t ___count_0; // System.Runtime.InteropServices.UnmanagedType System.Reflection.Emit.UnmanagedMarshal::t int32_t ___t_1; // System.Runtime.InteropServices.UnmanagedType System.Reflection.Emit.UnmanagedMarshal::tbase int32_t ___tbase_2; // System.String System.Reflection.Emit.UnmanagedMarshal::guid String_t* ___guid_3; // System.String System.Reflection.Emit.UnmanagedMarshal::mcookie String_t* ___mcookie_4; // System.String System.Reflection.Emit.UnmanagedMarshal::marshaltype String_t* ___marshaltype_5; // System.Type System.Reflection.Emit.UnmanagedMarshal::marshaltyperef Type_t * ___marshaltyperef_6; // System.Int32 System.Reflection.Emit.UnmanagedMarshal::param_num int32_t ___param_num_7; // System.Boolean System.Reflection.Emit.UnmanagedMarshal::has_size bool ___has_size_8; public: inline static int32_t get_offset_of_count_0() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___count_0)); } inline int32_t get_count_0() const { return ___count_0; } inline int32_t* get_address_of_count_0() { return &___count_0; } inline void set_count_0(int32_t value) { ___count_0 = value; } inline static int32_t get_offset_of_t_1() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___t_1)); } inline int32_t get_t_1() const { return ___t_1; } inline int32_t* get_address_of_t_1() { return &___t_1; } inline void set_t_1(int32_t value) { ___t_1 = value; } inline static int32_t get_offset_of_tbase_2() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___tbase_2)); } inline int32_t get_tbase_2() const { return ___tbase_2; } inline int32_t* get_address_of_tbase_2() { return &___tbase_2; } inline void set_tbase_2(int32_t value) { ___tbase_2 = value; } inline static int32_t get_offset_of_guid_3() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___guid_3)); } inline String_t* get_guid_3() const { return ___guid_3; } inline String_t** get_address_of_guid_3() { return &___guid_3; } inline void set_guid_3(String_t* value) { ___guid_3 = value; Il2CppCodeGenWriteBarrier((&___guid_3), value); } inline static int32_t get_offset_of_mcookie_4() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___mcookie_4)); } inline String_t* get_mcookie_4() const { return ___mcookie_4; } inline String_t** get_address_of_mcookie_4() { return &___mcookie_4; } inline void set_mcookie_4(String_t* value) { ___mcookie_4 = value; Il2CppCodeGenWriteBarrier((&___mcookie_4), value); } inline static int32_t get_offset_of_marshaltype_5() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___marshaltype_5)); } inline String_t* get_marshaltype_5() const { return ___marshaltype_5; } inline String_t** get_address_of_marshaltype_5() { return &___marshaltype_5; } inline void set_marshaltype_5(String_t* value) { ___marshaltype_5 = value; Il2CppCodeGenWriteBarrier((&___marshaltype_5), value); } inline static int32_t get_offset_of_marshaltyperef_6() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___marshaltyperef_6)); } inline Type_t * get_marshaltyperef_6() const { return ___marshaltyperef_6; } inline Type_t ** get_address_of_marshaltyperef_6() { return &___marshaltyperef_6; } inline void set_marshaltyperef_6(Type_t * value) { ___marshaltyperef_6 = value; Il2CppCodeGenWriteBarrier((&___marshaltyperef_6), value); } inline static int32_t get_offset_of_param_num_7() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___param_num_7)); } inline int32_t get_param_num_7() const { return ___param_num_7; } inline int32_t* get_address_of_param_num_7() { return &___param_num_7; } inline void set_param_num_7(int32_t value) { ___param_num_7 = value; } inline static int32_t get_offset_of_has_size_8() { return static_cast(offsetof(UnmanagedMarshal_t984015687, ___has_size_8)); } inline bool get_has_size_8() const { return ___has_size_8; } inline bool* get_address_of_has_size_8() { return &___has_size_8; } inline void set_has_size_8(bool value) { ___has_size_8 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNMANAGEDMARSHAL_T984015687_H #ifndef DYNAMICMETHOD_T2537779570_H #define DYNAMICMETHOD_T2537779570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.DynamicMethod struct DynamicMethod_t2537779570 : public MethodInfo_t { public: // System.RuntimeMethodHandle System.Reflection.Emit.DynamicMethod::mhandle RuntimeMethodHandle_t1133924984 ___mhandle_0; // System.String System.Reflection.Emit.DynamicMethod::name String_t* ___name_1; // System.Type System.Reflection.Emit.DynamicMethod::returnType Type_t * ___returnType_2; // System.Type[] System.Reflection.Emit.DynamicMethod::parameters TypeU5BU5D_t3940880105* ___parameters_3; // System.Reflection.MethodAttributes System.Reflection.Emit.DynamicMethod::attributes int32_t ___attributes_4; // System.Reflection.CallingConventions System.Reflection.Emit.DynamicMethod::callingConvention int32_t ___callingConvention_5; // System.Reflection.Module System.Reflection.Emit.DynamicMethod::module Module_t2987026101 * ___module_6; // System.Boolean System.Reflection.Emit.DynamicMethod::skipVisibility bool ___skipVisibility_7; // System.Boolean System.Reflection.Emit.DynamicMethod::init_locals bool ___init_locals_8; // System.Reflection.Emit.ILGenerator System.Reflection.Emit.DynamicMethod::ilgen ILGenerator_t1388622344 * ___ilgen_9; // System.Int32 System.Reflection.Emit.DynamicMethod::nrefs int32_t ___nrefs_10; // System.Object[] System.Reflection.Emit.DynamicMethod::refs ObjectU5BU5D_t2843939325* ___refs_11; // System.IntPtr System.Reflection.Emit.DynamicMethod::referenced_by intptr_t ___referenced_by_12; // System.Type System.Reflection.Emit.DynamicMethod::owner Type_t * ___owner_13; // System.Delegate System.Reflection.Emit.DynamicMethod::deleg Delegate_t1188392813 * ___deleg_14; // System.Reflection.MonoMethod System.Reflection.Emit.DynamicMethod::method MonoMethod_t * ___method_15; // System.Reflection.Emit.ParameterBuilder[] System.Reflection.Emit.DynamicMethod::pinfo ParameterBuilderU5BU5D_t3054868058* ___pinfo_16; // System.Boolean System.Reflection.Emit.DynamicMethod::creating bool ___creating_17; public: inline static int32_t get_offset_of_mhandle_0() { return static_cast(offsetof(DynamicMethod_t2537779570, ___mhandle_0)); } inline RuntimeMethodHandle_t1133924984 get_mhandle_0() const { return ___mhandle_0; } inline RuntimeMethodHandle_t1133924984 * get_address_of_mhandle_0() { return &___mhandle_0; } inline void set_mhandle_0(RuntimeMethodHandle_t1133924984 value) { ___mhandle_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(DynamicMethod_t2537779570, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } inline static int32_t get_offset_of_returnType_2() { return static_cast(offsetof(DynamicMethod_t2537779570, ___returnType_2)); } inline Type_t * get_returnType_2() const { return ___returnType_2; } inline Type_t ** get_address_of_returnType_2() { return &___returnType_2; } inline void set_returnType_2(Type_t * value) { ___returnType_2 = value; Il2CppCodeGenWriteBarrier((&___returnType_2), value); } inline static int32_t get_offset_of_parameters_3() { return static_cast(offsetof(DynamicMethod_t2537779570, ___parameters_3)); } inline TypeU5BU5D_t3940880105* get_parameters_3() const { return ___parameters_3; } inline TypeU5BU5D_t3940880105** get_address_of_parameters_3() { return &___parameters_3; } inline void set_parameters_3(TypeU5BU5D_t3940880105* value) { ___parameters_3 = value; Il2CppCodeGenWriteBarrier((&___parameters_3), value); } inline static int32_t get_offset_of_attributes_4() { return static_cast(offsetof(DynamicMethod_t2537779570, ___attributes_4)); } inline int32_t get_attributes_4() const { return ___attributes_4; } inline int32_t* get_address_of_attributes_4() { return &___attributes_4; } inline void set_attributes_4(int32_t value) { ___attributes_4 = value; } inline static int32_t get_offset_of_callingConvention_5() { return static_cast(offsetof(DynamicMethod_t2537779570, ___callingConvention_5)); } inline int32_t get_callingConvention_5() const { return ___callingConvention_5; } inline int32_t* get_address_of_callingConvention_5() { return &___callingConvention_5; } inline void set_callingConvention_5(int32_t value) { ___callingConvention_5 = value; } inline static int32_t get_offset_of_module_6() { return static_cast(offsetof(DynamicMethod_t2537779570, ___module_6)); } inline Module_t2987026101 * get_module_6() const { return ___module_6; } inline Module_t2987026101 ** get_address_of_module_6() { return &___module_6; } inline void set_module_6(Module_t2987026101 * value) { ___module_6 = value; Il2CppCodeGenWriteBarrier((&___module_6), value); } inline static int32_t get_offset_of_skipVisibility_7() { return static_cast(offsetof(DynamicMethod_t2537779570, ___skipVisibility_7)); } inline bool get_skipVisibility_7() const { return ___skipVisibility_7; } inline bool* get_address_of_skipVisibility_7() { return &___skipVisibility_7; } inline void set_skipVisibility_7(bool value) { ___skipVisibility_7 = value; } inline static int32_t get_offset_of_init_locals_8() { return static_cast(offsetof(DynamicMethod_t2537779570, ___init_locals_8)); } inline bool get_init_locals_8() const { return ___init_locals_8; } inline bool* get_address_of_init_locals_8() { return &___init_locals_8; } inline void set_init_locals_8(bool value) { ___init_locals_8 = value; } inline static int32_t get_offset_of_ilgen_9() { return static_cast(offsetof(DynamicMethod_t2537779570, ___ilgen_9)); } inline ILGenerator_t1388622344 * get_ilgen_9() const { return ___ilgen_9; } inline ILGenerator_t1388622344 ** get_address_of_ilgen_9() { return &___ilgen_9; } inline void set_ilgen_9(ILGenerator_t1388622344 * value) { ___ilgen_9 = value; Il2CppCodeGenWriteBarrier((&___ilgen_9), value); } inline static int32_t get_offset_of_nrefs_10() { return static_cast(offsetof(DynamicMethod_t2537779570, ___nrefs_10)); } inline int32_t get_nrefs_10() const { return ___nrefs_10; } inline int32_t* get_address_of_nrefs_10() { return &___nrefs_10; } inline void set_nrefs_10(int32_t value) { ___nrefs_10 = value; } inline static int32_t get_offset_of_refs_11() { return static_cast(offsetof(DynamicMethod_t2537779570, ___refs_11)); } inline ObjectU5BU5D_t2843939325* get_refs_11() const { return ___refs_11; } inline ObjectU5BU5D_t2843939325** get_address_of_refs_11() { return &___refs_11; } inline void set_refs_11(ObjectU5BU5D_t2843939325* value) { ___refs_11 = value; Il2CppCodeGenWriteBarrier((&___refs_11), value); } inline static int32_t get_offset_of_referenced_by_12() { return static_cast(offsetof(DynamicMethod_t2537779570, ___referenced_by_12)); } inline intptr_t get_referenced_by_12() const { return ___referenced_by_12; } inline intptr_t* get_address_of_referenced_by_12() { return &___referenced_by_12; } inline void set_referenced_by_12(intptr_t value) { ___referenced_by_12 = value; } inline static int32_t get_offset_of_owner_13() { return static_cast(offsetof(DynamicMethod_t2537779570, ___owner_13)); } inline Type_t * get_owner_13() const { return ___owner_13; } inline Type_t ** get_address_of_owner_13() { return &___owner_13; } inline void set_owner_13(Type_t * value) { ___owner_13 = value; Il2CppCodeGenWriteBarrier((&___owner_13), value); } inline static int32_t get_offset_of_deleg_14() { return static_cast(offsetof(DynamicMethod_t2537779570, ___deleg_14)); } inline Delegate_t1188392813 * get_deleg_14() const { return ___deleg_14; } inline Delegate_t1188392813 ** get_address_of_deleg_14() { return &___deleg_14; } inline void set_deleg_14(Delegate_t1188392813 * value) { ___deleg_14 = value; Il2CppCodeGenWriteBarrier((&___deleg_14), value); } inline static int32_t get_offset_of_method_15() { return static_cast(offsetof(DynamicMethod_t2537779570, ___method_15)); } inline MonoMethod_t * get_method_15() const { return ___method_15; } inline MonoMethod_t ** get_address_of_method_15() { return &___method_15; } inline void set_method_15(MonoMethod_t * value) { ___method_15 = value; Il2CppCodeGenWriteBarrier((&___method_15), value); } inline static int32_t get_offset_of_pinfo_16() { return static_cast(offsetof(DynamicMethod_t2537779570, ___pinfo_16)); } inline ParameterBuilderU5BU5D_t3054868058* get_pinfo_16() const { return ___pinfo_16; } inline ParameterBuilderU5BU5D_t3054868058** get_address_of_pinfo_16() { return &___pinfo_16; } inline void set_pinfo_16(ParameterBuilderU5BU5D_t3054868058* value) { ___pinfo_16 = value; Il2CppCodeGenWriteBarrier((&___pinfo_16), value); } inline static int32_t get_offset_of_creating_17() { return static_cast(offsetof(DynamicMethod_t2537779570, ___creating_17)); } inline bool get_creating_17() const { return ___creating_17; } inline bool* get_address_of_creating_17() { return &___creating_17; } inline void set_creating_17(bool value) { ___creating_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DYNAMICMETHOD_T2537779570_H #ifndef DEFAULTDEPENDENCYATTRIBUTE_T548613883_H #define DEFAULTDEPENDENCYATTRIBUTE_T548613883_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.CompilerServices.DefaultDependencyAttribute struct DefaultDependencyAttribute_t548613883 : public Attribute_t861562559 { public: // System.Runtime.CompilerServices.LoadHint System.Runtime.CompilerServices.DefaultDependencyAttribute::hint int32_t ___hint_0; public: inline static int32_t get_offset_of_hint_0() { return static_cast(offsetof(DefaultDependencyAttribute_t548613883, ___hint_0)); } inline int32_t get_hint_0() const { return ___hint_0; } inline int32_t* get_address_of_hint_0() { return &___hint_0; } inline void set_hint_0(int32_t value) { ___hint_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DEFAULTDEPENDENCYATTRIBUTE_T548613883_H #ifndef PARAMETERBUILDER_T1137139675_H #define PARAMETERBUILDER_T1137139675_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ParameterBuilder struct ParameterBuilder_t1137139675 : public RuntimeObject { public: // System.String System.Reflection.Emit.ParameterBuilder::name String_t* ___name_0; // System.Reflection.ParameterAttributes System.Reflection.Emit.ParameterBuilder::attrs int32_t ___attrs_1; // System.Int32 System.Reflection.Emit.ParameterBuilder::position int32_t ___position_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(ParameterBuilder_t1137139675, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } inline static int32_t get_offset_of_attrs_1() { return static_cast(offsetof(ParameterBuilder_t1137139675, ___attrs_1)); } inline int32_t get_attrs_1() const { return ___attrs_1; } inline int32_t* get_address_of_attrs_1() { return &___attrs_1; } inline void set_attrs_1(int32_t value) { ___attrs_1 = value; } inline static int32_t get_offset_of_position_2() { return static_cast(offsetof(ParameterBuilder_t1137139675, ___position_2)); } inline int32_t get_position_2() const { return ___position_2; } inline int32_t* get_address_of_position_2() { return &___position_2; } inline void set_position_2(int32_t value) { ___position_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERBUILDER_T1137139675_H #ifndef PROPERTYBUILDER_T314297007_H #define PROPERTYBUILDER_T314297007_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.PropertyBuilder struct PropertyBuilder_t314297007 : public PropertyInfo_t { public: // System.Reflection.PropertyAttributes System.Reflection.Emit.PropertyBuilder::attrs int32_t ___attrs_0; // System.String System.Reflection.Emit.PropertyBuilder::name String_t* ___name_1; // System.Type System.Reflection.Emit.PropertyBuilder::type Type_t * ___type_2; // System.Reflection.Emit.MethodBuilder System.Reflection.Emit.PropertyBuilder::set_method MethodBuilder_t2807316753 * ___set_method_3; // System.Reflection.Emit.MethodBuilder System.Reflection.Emit.PropertyBuilder::get_method MethodBuilder_t2807316753 * ___get_method_4; // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.PropertyBuilder::typeb TypeBuilder_t1073948154 * ___typeb_5; public: inline static int32_t get_offset_of_attrs_0() { return static_cast(offsetof(PropertyBuilder_t314297007, ___attrs_0)); } inline int32_t get_attrs_0() const { return ___attrs_0; } inline int32_t* get_address_of_attrs_0() { return &___attrs_0; } inline void set_attrs_0(int32_t value) { ___attrs_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(PropertyBuilder_t314297007, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } inline static int32_t get_offset_of_type_2() { return static_cast(offsetof(PropertyBuilder_t314297007, ___type_2)); } inline Type_t * get_type_2() const { return ___type_2; } inline Type_t ** get_address_of_type_2() { return &___type_2; } inline void set_type_2(Type_t * value) { ___type_2 = value; Il2CppCodeGenWriteBarrier((&___type_2), value); } inline static int32_t get_offset_of_set_method_3() { return static_cast(offsetof(PropertyBuilder_t314297007, ___set_method_3)); } inline MethodBuilder_t2807316753 * get_set_method_3() const { return ___set_method_3; } inline MethodBuilder_t2807316753 ** get_address_of_set_method_3() { return &___set_method_3; } inline void set_set_method_3(MethodBuilder_t2807316753 * value) { ___set_method_3 = value; Il2CppCodeGenWriteBarrier((&___set_method_3), value); } inline static int32_t get_offset_of_get_method_4() { return static_cast(offsetof(PropertyBuilder_t314297007, ___get_method_4)); } inline MethodBuilder_t2807316753 * get_get_method_4() const { return ___get_method_4; } inline MethodBuilder_t2807316753 ** get_address_of_get_method_4() { return &___get_method_4; } inline void set_get_method_4(MethodBuilder_t2807316753 * value) { ___get_method_4 = value; Il2CppCodeGenWriteBarrier((&___get_method_4), value); } inline static int32_t get_offset_of_typeb_5() { return static_cast(offsetof(PropertyBuilder_t314297007, ___typeb_5)); } inline TypeBuilder_t1073948154 * get_typeb_5() const { return ___typeb_5; } inline TypeBuilder_t1073948154 ** get_address_of_typeb_5() { return &___typeb_5; } inline void set_typeb_5(TypeBuilder_t1073948154 * value) { ___typeb_5 = value; Il2CppCodeGenWriteBarrier((&___typeb_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYBUILDER_T314297007_H #ifndef CLASSINTERFACEATTRIBUTE_T2274790349_H #define CLASSINTERFACEATTRIBUTE_T2274790349_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.ClassInterfaceAttribute struct ClassInterfaceAttribute_t2274790349 : public Attribute_t861562559 { public: // System.Runtime.InteropServices.ClassInterfaceType System.Runtime.InteropServices.ClassInterfaceAttribute::ciType int32_t ___ciType_0; public: inline static int32_t get_offset_of_ciType_0() { return static_cast(offsetof(ClassInterfaceAttribute_t2274790349, ___ciType_0)); } inline int32_t get_ciType_0() const { return ___ciType_0; } inline int32_t* get_address_of_ciType_0() { return &___ciType_0; } inline void set_ciType_0(int32_t value) { ___ciType_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CLASSINTERFACEATTRIBUTE_T2274790349_H #ifndef METHODBUILDER_T2807316753_H #define METHODBUILDER_T2807316753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.MethodBuilder struct MethodBuilder_t2807316753 : public MethodInfo_t { public: // System.RuntimeMethodHandle System.Reflection.Emit.MethodBuilder::mhandle RuntimeMethodHandle_t1133924984 ___mhandle_0; // System.Type System.Reflection.Emit.MethodBuilder::rtype Type_t * ___rtype_1; // System.Type[] System.Reflection.Emit.MethodBuilder::parameters TypeU5BU5D_t3940880105* ___parameters_2; // System.Reflection.MethodAttributes System.Reflection.Emit.MethodBuilder::attrs int32_t ___attrs_3; // System.Reflection.MethodImplAttributes System.Reflection.Emit.MethodBuilder::iattrs int32_t ___iattrs_4; // System.String System.Reflection.Emit.MethodBuilder::name String_t* ___name_5; // System.Int32 System.Reflection.Emit.MethodBuilder::table_idx int32_t ___table_idx_6; // System.Byte[] System.Reflection.Emit.MethodBuilder::code ByteU5BU5D_t4116647657* ___code_7; // System.Reflection.Emit.ILGenerator System.Reflection.Emit.MethodBuilder::ilgen ILGenerator_t1388622344 * ___ilgen_8; // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.MethodBuilder::type TypeBuilder_t1073948154 * ___type_9; // System.Reflection.Emit.ParameterBuilder[] System.Reflection.Emit.MethodBuilder::pinfo ParameterBuilderU5BU5D_t3054868058* ___pinfo_10; // System.Reflection.Emit.CustomAttributeBuilder[] System.Reflection.Emit.MethodBuilder::cattrs CustomAttributeBuilderU5BU5D_t2951373564* ___cattrs_11; // System.Reflection.MethodInfo System.Reflection.Emit.MethodBuilder::override_method MethodInfo_t * ___override_method_12; // System.String System.Reflection.Emit.MethodBuilder::pi_dll String_t* ___pi_dll_13; // System.String System.Reflection.Emit.MethodBuilder::pi_entry String_t* ___pi_entry_14; // System.Runtime.InteropServices.CharSet System.Reflection.Emit.MethodBuilder::charset int32_t ___charset_15; // System.UInt32 System.Reflection.Emit.MethodBuilder::extra_flags uint32_t ___extra_flags_16; // System.Runtime.InteropServices.CallingConvention System.Reflection.Emit.MethodBuilder::native_cc int32_t ___native_cc_17; // System.Reflection.CallingConventions System.Reflection.Emit.MethodBuilder::call_conv int32_t ___call_conv_18; // System.Boolean System.Reflection.Emit.MethodBuilder::init_locals bool ___init_locals_19; // System.IntPtr System.Reflection.Emit.MethodBuilder::generic_container intptr_t ___generic_container_20; // System.Reflection.Emit.GenericTypeParameterBuilder[] System.Reflection.Emit.MethodBuilder::generic_params GenericTypeParameterBuilderU5BU5D_t3780444109* ___generic_params_21; // System.Type[] System.Reflection.Emit.MethodBuilder::returnModReq TypeU5BU5D_t3940880105* ___returnModReq_22; // System.Type[] System.Reflection.Emit.MethodBuilder::returnModOpt TypeU5BU5D_t3940880105* ___returnModOpt_23; // System.Type[][] System.Reflection.Emit.MethodBuilder::paramModReq TypeU5BU5DU5BU5D_t4042077012* ___paramModReq_24; // System.Type[][] System.Reflection.Emit.MethodBuilder::paramModOpt TypeU5BU5DU5BU5D_t4042077012* ___paramModOpt_25; // System.Reflection.Emit.RefEmitPermissionSet[] System.Reflection.Emit.MethodBuilder::permissions RefEmitPermissionSetU5BU5D_t567451178* ___permissions_26; public: inline static int32_t get_offset_of_mhandle_0() { return static_cast(offsetof(MethodBuilder_t2807316753, ___mhandle_0)); } inline RuntimeMethodHandle_t1133924984 get_mhandle_0() const { return ___mhandle_0; } inline RuntimeMethodHandle_t1133924984 * get_address_of_mhandle_0() { return &___mhandle_0; } inline void set_mhandle_0(RuntimeMethodHandle_t1133924984 value) { ___mhandle_0 = value; } inline static int32_t get_offset_of_rtype_1() { return static_cast(offsetof(MethodBuilder_t2807316753, ___rtype_1)); } inline Type_t * get_rtype_1() const { return ___rtype_1; } inline Type_t ** get_address_of_rtype_1() { return &___rtype_1; } inline void set_rtype_1(Type_t * value) { ___rtype_1 = value; Il2CppCodeGenWriteBarrier((&___rtype_1), value); } inline static int32_t get_offset_of_parameters_2() { return static_cast(offsetof(MethodBuilder_t2807316753, ___parameters_2)); } inline TypeU5BU5D_t3940880105* get_parameters_2() const { return ___parameters_2; } inline TypeU5BU5D_t3940880105** get_address_of_parameters_2() { return &___parameters_2; } inline void set_parameters_2(TypeU5BU5D_t3940880105* value) { ___parameters_2 = value; Il2CppCodeGenWriteBarrier((&___parameters_2), value); } inline static int32_t get_offset_of_attrs_3() { return static_cast(offsetof(MethodBuilder_t2807316753, ___attrs_3)); } inline int32_t get_attrs_3() const { return ___attrs_3; } inline int32_t* get_address_of_attrs_3() { return &___attrs_3; } inline void set_attrs_3(int32_t value) { ___attrs_3 = value; } inline static int32_t get_offset_of_iattrs_4() { return static_cast(offsetof(MethodBuilder_t2807316753, ___iattrs_4)); } inline int32_t get_iattrs_4() const { return ___iattrs_4; } inline int32_t* get_address_of_iattrs_4() { return &___iattrs_4; } inline void set_iattrs_4(int32_t value) { ___iattrs_4 = value; } inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(MethodBuilder_t2807316753, ___name_5)); } inline String_t* get_name_5() const { return ___name_5; } inline String_t** get_address_of_name_5() { return &___name_5; } inline void set_name_5(String_t* value) { ___name_5 = value; Il2CppCodeGenWriteBarrier((&___name_5), value); } inline static int32_t get_offset_of_table_idx_6() { return static_cast(offsetof(MethodBuilder_t2807316753, ___table_idx_6)); } inline int32_t get_table_idx_6() const { return ___table_idx_6; } inline int32_t* get_address_of_table_idx_6() { return &___table_idx_6; } inline void set_table_idx_6(int32_t value) { ___table_idx_6 = value; } inline static int32_t get_offset_of_code_7() { return static_cast(offsetof(MethodBuilder_t2807316753, ___code_7)); } inline ByteU5BU5D_t4116647657* get_code_7() const { return ___code_7; } inline ByteU5BU5D_t4116647657** get_address_of_code_7() { return &___code_7; } inline void set_code_7(ByteU5BU5D_t4116647657* value) { ___code_7 = value; Il2CppCodeGenWriteBarrier((&___code_7), value); } inline static int32_t get_offset_of_ilgen_8() { return static_cast(offsetof(MethodBuilder_t2807316753, ___ilgen_8)); } inline ILGenerator_t1388622344 * get_ilgen_8() const { return ___ilgen_8; } inline ILGenerator_t1388622344 ** get_address_of_ilgen_8() { return &___ilgen_8; } inline void set_ilgen_8(ILGenerator_t1388622344 * value) { ___ilgen_8 = value; Il2CppCodeGenWriteBarrier((&___ilgen_8), value); } inline static int32_t get_offset_of_type_9() { return static_cast(offsetof(MethodBuilder_t2807316753, ___type_9)); } inline TypeBuilder_t1073948154 * get_type_9() const { return ___type_9; } inline TypeBuilder_t1073948154 ** get_address_of_type_9() { return &___type_9; } inline void set_type_9(TypeBuilder_t1073948154 * value) { ___type_9 = value; Il2CppCodeGenWriteBarrier((&___type_9), value); } inline static int32_t get_offset_of_pinfo_10() { return static_cast(offsetof(MethodBuilder_t2807316753, ___pinfo_10)); } inline ParameterBuilderU5BU5D_t3054868058* get_pinfo_10() const { return ___pinfo_10; } inline ParameterBuilderU5BU5D_t3054868058** get_address_of_pinfo_10() { return &___pinfo_10; } inline void set_pinfo_10(ParameterBuilderU5BU5D_t3054868058* value) { ___pinfo_10 = value; Il2CppCodeGenWriteBarrier((&___pinfo_10), value); } inline static int32_t get_offset_of_cattrs_11() { return static_cast(offsetof(MethodBuilder_t2807316753, ___cattrs_11)); } inline CustomAttributeBuilderU5BU5D_t2951373564* get_cattrs_11() const { return ___cattrs_11; } inline CustomAttributeBuilderU5BU5D_t2951373564** get_address_of_cattrs_11() { return &___cattrs_11; } inline void set_cattrs_11(CustomAttributeBuilderU5BU5D_t2951373564* value) { ___cattrs_11 = value; Il2CppCodeGenWriteBarrier((&___cattrs_11), value); } inline static int32_t get_offset_of_override_method_12() { return static_cast(offsetof(MethodBuilder_t2807316753, ___override_method_12)); } inline MethodInfo_t * get_override_method_12() const { return ___override_method_12; } inline MethodInfo_t ** get_address_of_override_method_12() { return &___override_method_12; } inline void set_override_method_12(MethodInfo_t * value) { ___override_method_12 = value; Il2CppCodeGenWriteBarrier((&___override_method_12), value); } inline static int32_t get_offset_of_pi_dll_13() { return static_cast(offsetof(MethodBuilder_t2807316753, ___pi_dll_13)); } inline String_t* get_pi_dll_13() const { return ___pi_dll_13; } inline String_t** get_address_of_pi_dll_13() { return &___pi_dll_13; } inline void set_pi_dll_13(String_t* value) { ___pi_dll_13 = value; Il2CppCodeGenWriteBarrier((&___pi_dll_13), value); } inline static int32_t get_offset_of_pi_entry_14() { return static_cast(offsetof(MethodBuilder_t2807316753, ___pi_entry_14)); } inline String_t* get_pi_entry_14() const { return ___pi_entry_14; } inline String_t** get_address_of_pi_entry_14() { return &___pi_entry_14; } inline void set_pi_entry_14(String_t* value) { ___pi_entry_14 = value; Il2CppCodeGenWriteBarrier((&___pi_entry_14), value); } inline static int32_t get_offset_of_charset_15() { return static_cast(offsetof(MethodBuilder_t2807316753, ___charset_15)); } inline int32_t get_charset_15() const { return ___charset_15; } inline int32_t* get_address_of_charset_15() { return &___charset_15; } inline void set_charset_15(int32_t value) { ___charset_15 = value; } inline static int32_t get_offset_of_extra_flags_16() { return static_cast(offsetof(MethodBuilder_t2807316753, ___extra_flags_16)); } inline uint32_t get_extra_flags_16() const { return ___extra_flags_16; } inline uint32_t* get_address_of_extra_flags_16() { return &___extra_flags_16; } inline void set_extra_flags_16(uint32_t value) { ___extra_flags_16 = value; } inline static int32_t get_offset_of_native_cc_17() { return static_cast(offsetof(MethodBuilder_t2807316753, ___native_cc_17)); } inline int32_t get_native_cc_17() const { return ___native_cc_17; } inline int32_t* get_address_of_native_cc_17() { return &___native_cc_17; } inline void set_native_cc_17(int32_t value) { ___native_cc_17 = value; } inline static int32_t get_offset_of_call_conv_18() { return static_cast(offsetof(MethodBuilder_t2807316753, ___call_conv_18)); } inline int32_t get_call_conv_18() const { return ___call_conv_18; } inline int32_t* get_address_of_call_conv_18() { return &___call_conv_18; } inline void set_call_conv_18(int32_t value) { ___call_conv_18 = value; } inline static int32_t get_offset_of_init_locals_19() { return static_cast(offsetof(MethodBuilder_t2807316753, ___init_locals_19)); } inline bool get_init_locals_19() const { return ___init_locals_19; } inline bool* get_address_of_init_locals_19() { return &___init_locals_19; } inline void set_init_locals_19(bool value) { ___init_locals_19 = value; } inline static int32_t get_offset_of_generic_container_20() { return static_cast(offsetof(MethodBuilder_t2807316753, ___generic_container_20)); } inline intptr_t get_generic_container_20() const { return ___generic_container_20; } inline intptr_t* get_address_of_generic_container_20() { return &___generic_container_20; } inline void set_generic_container_20(intptr_t value) { ___generic_container_20 = value; } inline static int32_t get_offset_of_generic_params_21() { return static_cast(offsetof(MethodBuilder_t2807316753, ___generic_params_21)); } inline GenericTypeParameterBuilderU5BU5D_t3780444109* get_generic_params_21() const { return ___generic_params_21; } inline GenericTypeParameterBuilderU5BU5D_t3780444109** get_address_of_generic_params_21() { return &___generic_params_21; } inline void set_generic_params_21(GenericTypeParameterBuilderU5BU5D_t3780444109* value) { ___generic_params_21 = value; Il2CppCodeGenWriteBarrier((&___generic_params_21), value); } inline static int32_t get_offset_of_returnModReq_22() { return static_cast(offsetof(MethodBuilder_t2807316753, ___returnModReq_22)); } inline TypeU5BU5D_t3940880105* get_returnModReq_22() const { return ___returnModReq_22; } inline TypeU5BU5D_t3940880105** get_address_of_returnModReq_22() { return &___returnModReq_22; } inline void set_returnModReq_22(TypeU5BU5D_t3940880105* value) { ___returnModReq_22 = value; Il2CppCodeGenWriteBarrier((&___returnModReq_22), value); } inline static int32_t get_offset_of_returnModOpt_23() { return static_cast(offsetof(MethodBuilder_t2807316753, ___returnModOpt_23)); } inline TypeU5BU5D_t3940880105* get_returnModOpt_23() const { return ___returnModOpt_23; } inline TypeU5BU5D_t3940880105** get_address_of_returnModOpt_23() { return &___returnModOpt_23; } inline void set_returnModOpt_23(TypeU5BU5D_t3940880105* value) { ___returnModOpt_23 = value; Il2CppCodeGenWriteBarrier((&___returnModOpt_23), value); } inline static int32_t get_offset_of_paramModReq_24() { return static_cast(offsetof(MethodBuilder_t2807316753, ___paramModReq_24)); } inline TypeU5BU5DU5BU5D_t4042077012* get_paramModReq_24() const { return ___paramModReq_24; } inline TypeU5BU5DU5BU5D_t4042077012** get_address_of_paramModReq_24() { return &___paramModReq_24; } inline void set_paramModReq_24(TypeU5BU5DU5BU5D_t4042077012* value) { ___paramModReq_24 = value; Il2CppCodeGenWriteBarrier((&___paramModReq_24), value); } inline static int32_t get_offset_of_paramModOpt_25() { return static_cast(offsetof(MethodBuilder_t2807316753, ___paramModOpt_25)); } inline TypeU5BU5DU5BU5D_t4042077012* get_paramModOpt_25() const { return ___paramModOpt_25; } inline TypeU5BU5DU5BU5D_t4042077012** get_address_of_paramModOpt_25() { return &___paramModOpt_25; } inline void set_paramModOpt_25(TypeU5BU5DU5BU5D_t4042077012* value) { ___paramModOpt_25 = value; Il2CppCodeGenWriteBarrier((&___paramModOpt_25), value); } inline static int32_t get_offset_of_permissions_26() { return static_cast(offsetof(MethodBuilder_t2807316753, ___permissions_26)); } inline RefEmitPermissionSetU5BU5D_t567451178* get_permissions_26() const { return ___permissions_26; } inline RefEmitPermissionSetU5BU5D_t567451178** get_address_of_permissions_26() { return &___permissions_26; } inline void set_permissions_26(RefEmitPermissionSetU5BU5D_t567451178* value) { ___permissions_26 = value; Il2CppCodeGenWriteBarrier((&___permissions_26), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBUILDER_T2807316753_H #ifndef COMEXCEPTION_T1620828383_H #define COMEXCEPTION_T1620828383_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.InteropServices.COMException struct COMException_t1620828383 : public ExternalException_t3544951457 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMEXCEPTION_T1620828383_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef RELIABILITYCONTRACTATTRIBUTE_T502331440_H #define RELIABILITYCONTRACTATTRIBUTE_T502331440_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.ConstrainedExecution.ReliabilityContractAttribute struct ReliabilityContractAttribute_t502331440 : public Attribute_t861562559 { public: // System.Runtime.ConstrainedExecution.Consistency System.Runtime.ConstrainedExecution.ReliabilityContractAttribute::consistency int32_t ___consistency_0; // System.Runtime.ConstrainedExecution.Cer System.Runtime.ConstrainedExecution.ReliabilityContractAttribute::cer int32_t ___cer_1; public: inline static int32_t get_offset_of_consistency_0() { return static_cast(offsetof(ReliabilityContractAttribute_t502331440, ___consistency_0)); } inline int32_t get_consistency_0() const { return ___consistency_0; } inline int32_t* get_address_of_consistency_0() { return &___consistency_0; } inline void set_consistency_0(int32_t value) { ___consistency_0 = value; } inline static int32_t get_offset_of_cer_1() { return static_cast(offsetof(ReliabilityContractAttribute_t502331440, ___cer_1)); } inline int32_t get_cer_1() const { return ___cer_1; } inline int32_t* get_address_of_cer_1() { return &___cer_1; } inline void set_cer_1(int32_t value) { ___cer_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RELIABILITYCONTRACTATTRIBUTE_T502331440_H #ifndef MODULE_T2987026101_H #define MODULE_T2987026101_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Module struct Module_t2987026101 : public RuntimeObject { public: // System.IntPtr System.Reflection.Module::_impl intptr_t ____impl_3; // System.Reflection.Assembly System.Reflection.Module::assembly Assembly_t * ___assembly_4; // System.String System.Reflection.Module::fqname String_t* ___fqname_5; // System.String System.Reflection.Module::name String_t* ___name_6; // System.String System.Reflection.Module::scopename String_t* ___scopename_7; // System.Boolean System.Reflection.Module::is_resource bool ___is_resource_8; // System.Int32 System.Reflection.Module::token int32_t ___token_9; public: inline static int32_t get_offset_of__impl_3() { return static_cast(offsetof(Module_t2987026101, ____impl_3)); } inline intptr_t get__impl_3() const { return ____impl_3; } inline intptr_t* get_address_of__impl_3() { return &____impl_3; } inline void set__impl_3(intptr_t value) { ____impl_3 = value; } inline static int32_t get_offset_of_assembly_4() { return static_cast(offsetof(Module_t2987026101, ___assembly_4)); } inline Assembly_t * get_assembly_4() const { return ___assembly_4; } inline Assembly_t ** get_address_of_assembly_4() { return &___assembly_4; } inline void set_assembly_4(Assembly_t * value) { ___assembly_4 = value; Il2CppCodeGenWriteBarrier((&___assembly_4), value); } inline static int32_t get_offset_of_fqname_5() { return static_cast(offsetof(Module_t2987026101, ___fqname_5)); } inline String_t* get_fqname_5() const { return ___fqname_5; } inline String_t** get_address_of_fqname_5() { return &___fqname_5; } inline void set_fqname_5(String_t* value) { ___fqname_5 = value; Il2CppCodeGenWriteBarrier((&___fqname_5), value); } inline static int32_t get_offset_of_name_6() { return static_cast(offsetof(Module_t2987026101, ___name_6)); } inline String_t* get_name_6() const { return ___name_6; } inline String_t** get_address_of_name_6() { return &___name_6; } inline void set_name_6(String_t* value) { ___name_6 = value; Il2CppCodeGenWriteBarrier((&___name_6), value); } inline static int32_t get_offset_of_scopename_7() { return static_cast(offsetof(Module_t2987026101, ___scopename_7)); } inline String_t* get_scopename_7() const { return ___scopename_7; } inline String_t** get_address_of_scopename_7() { return &___scopename_7; } inline void set_scopename_7(String_t* value) { ___scopename_7 = value; Il2CppCodeGenWriteBarrier((&___scopename_7), value); } inline static int32_t get_offset_of_is_resource_8() { return static_cast(offsetof(Module_t2987026101, ___is_resource_8)); } inline bool get_is_resource_8() const { return ___is_resource_8; } inline bool* get_address_of_is_resource_8() { return &___is_resource_8; } inline void set_is_resource_8(bool value) { ___is_resource_8 = value; } inline static int32_t get_offset_of_token_9() { return static_cast(offsetof(Module_t2987026101, ___token_9)); } inline int32_t get_token_9() const { return ___token_9; } inline int32_t* get_address_of_token_9() { return &___token_9; } inline void set_token_9(int32_t value) { ___token_9 = value; } }; struct Module_t2987026101_StaticFields { public: // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeName TypeFilter_t2356120900 * ___FilterTypeName_1; // System.Reflection.TypeFilter System.Reflection.Module::FilterTypeNameIgnoreCase TypeFilter_t2356120900 * ___FilterTypeNameIgnoreCase_2; public: inline static int32_t get_offset_of_FilterTypeName_1() { return static_cast(offsetof(Module_t2987026101_StaticFields, ___FilterTypeName_1)); } inline TypeFilter_t2356120900 * get_FilterTypeName_1() const { return ___FilterTypeName_1; } inline TypeFilter_t2356120900 ** get_address_of_FilterTypeName_1() { return &___FilterTypeName_1; } inline void set_FilterTypeName_1(TypeFilter_t2356120900 * value) { ___FilterTypeName_1 = value; Il2CppCodeGenWriteBarrier((&___FilterTypeName_1), value); } inline static int32_t get_offset_of_FilterTypeNameIgnoreCase_2() { return static_cast(offsetof(Module_t2987026101_StaticFields, ___FilterTypeNameIgnoreCase_2)); } inline TypeFilter_t2356120900 * get_FilterTypeNameIgnoreCase_2() const { return ___FilterTypeNameIgnoreCase_2; } inline TypeFilter_t2356120900 ** get_address_of_FilterTypeNameIgnoreCase_2() { return &___FilterTypeNameIgnoreCase_2; } inline void set_FilterTypeNameIgnoreCase_2(TypeFilter_t2356120900 * value) { ___FilterTypeNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((&___FilterTypeNameIgnoreCase_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODULE_T2987026101_H #ifndef ENUMBUILDER_T2400448213_H #define ENUMBUILDER_T2400448213_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.EnumBuilder struct EnumBuilder_t2400448213 : public Type_t { public: // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.EnumBuilder::_tb TypeBuilder_t1073948154 * ____tb_8; // System.Type System.Reflection.Emit.EnumBuilder::_underlyingType Type_t * ____underlyingType_9; public: inline static int32_t get_offset_of__tb_8() { return static_cast(offsetof(EnumBuilder_t2400448213, ____tb_8)); } inline TypeBuilder_t1073948154 * get__tb_8() const { return ____tb_8; } inline TypeBuilder_t1073948154 ** get_address_of__tb_8() { return &____tb_8; } inline void set__tb_8(TypeBuilder_t1073948154 * value) { ____tb_8 = value; Il2CppCodeGenWriteBarrier((&____tb_8), value); } inline static int32_t get_offset_of__underlyingType_9() { return static_cast(offsetof(EnumBuilder_t2400448213, ____underlyingType_9)); } inline Type_t * get__underlyingType_9() const { return ____underlyingType_9; } inline Type_t ** get_address_of__underlyingType_9() { return &____underlyingType_9; } inline void set__underlyingType_9(Type_t * value) { ____underlyingType_9 = value; Il2CppCodeGenWriteBarrier((&____underlyingType_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMBUILDER_T2400448213_H #ifndef GENERICTYPEPARAMETERBUILDER_T1988827940_H #define GENERICTYPEPARAMETERBUILDER_T1988827940_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.GenericTypeParameterBuilder struct GenericTypeParameterBuilder_t1988827940 : public Type_t { public: // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.GenericTypeParameterBuilder::tbuilder TypeBuilder_t1073948154 * ___tbuilder_8; // System.Reflection.Emit.MethodBuilder System.Reflection.Emit.GenericTypeParameterBuilder::mbuilder MethodBuilder_t2807316753 * ___mbuilder_9; // System.String System.Reflection.Emit.GenericTypeParameterBuilder::name String_t* ___name_10; // System.Type System.Reflection.Emit.GenericTypeParameterBuilder::base_type Type_t * ___base_type_11; public: inline static int32_t get_offset_of_tbuilder_8() { return static_cast(offsetof(GenericTypeParameterBuilder_t1988827940, ___tbuilder_8)); } inline TypeBuilder_t1073948154 * get_tbuilder_8() const { return ___tbuilder_8; } inline TypeBuilder_t1073948154 ** get_address_of_tbuilder_8() { return &___tbuilder_8; } inline void set_tbuilder_8(TypeBuilder_t1073948154 * value) { ___tbuilder_8 = value; Il2CppCodeGenWriteBarrier((&___tbuilder_8), value); } inline static int32_t get_offset_of_mbuilder_9() { return static_cast(offsetof(GenericTypeParameterBuilder_t1988827940, ___mbuilder_9)); } inline MethodBuilder_t2807316753 * get_mbuilder_9() const { return ___mbuilder_9; } inline MethodBuilder_t2807316753 ** get_address_of_mbuilder_9() { return &___mbuilder_9; } inline void set_mbuilder_9(MethodBuilder_t2807316753 * value) { ___mbuilder_9 = value; Il2CppCodeGenWriteBarrier((&___mbuilder_9), value); } inline static int32_t get_offset_of_name_10() { return static_cast(offsetof(GenericTypeParameterBuilder_t1988827940, ___name_10)); } inline String_t* get_name_10() const { return ___name_10; } inline String_t** get_address_of_name_10() { return &___name_10; } inline void set_name_10(String_t* value) { ___name_10 = value; Il2CppCodeGenWriteBarrier((&___name_10), value); } inline static int32_t get_offset_of_base_type_11() { return static_cast(offsetof(GenericTypeParameterBuilder_t1988827940, ___base_type_11)); } inline Type_t * get_base_type_11() const { return ___base_type_11; } inline Type_t ** get_address_of_base_type_11() { return &___base_type_11; } inline void set_base_type_11(Type_t * value) { ___base_type_11 = value; Il2CppCodeGenWriteBarrier((&___base_type_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GENERICTYPEPARAMETERBUILDER_T1988827940_H #ifndef TYPEBUILDER_T1073948154_H #define TYPEBUILDER_T1073948154_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.TypeBuilder struct TypeBuilder_t1073948154 : public Type_t { public: // System.String System.Reflection.Emit.TypeBuilder::tname String_t* ___tname_8; // System.String System.Reflection.Emit.TypeBuilder::nspace String_t* ___nspace_9; // System.Type System.Reflection.Emit.TypeBuilder::parent Type_t * ___parent_10; // System.Type System.Reflection.Emit.TypeBuilder::nesting_type Type_t * ___nesting_type_11; // System.Type[] System.Reflection.Emit.TypeBuilder::interfaces TypeU5BU5D_t3940880105* ___interfaces_12; // System.Int32 System.Reflection.Emit.TypeBuilder::num_methods int32_t ___num_methods_13; // System.Reflection.Emit.MethodBuilder[] System.Reflection.Emit.TypeBuilder::methods MethodBuilderU5BU5D_t3705301900* ___methods_14; // System.Reflection.Emit.ConstructorBuilder[] System.Reflection.Emit.TypeBuilder::ctors ConstructorBuilderU5BU5D_t3223009221* ___ctors_15; // System.Reflection.Emit.PropertyBuilder[] System.Reflection.Emit.TypeBuilder::properties PropertyBuilderU5BU5D_t4023329206* ___properties_16; // System.Int32 System.Reflection.Emit.TypeBuilder::num_fields int32_t ___num_fields_17; // System.Reflection.Emit.FieldBuilder[] System.Reflection.Emit.TypeBuilder::fields FieldBuilderU5BU5D_t138311604* ___fields_18; // System.Reflection.Emit.EventBuilder[] System.Reflection.Emit.TypeBuilder::events EventBuilderU5BU5D_t3902749141* ___events_19; // System.Reflection.Emit.CustomAttributeBuilder[] System.Reflection.Emit.TypeBuilder::cattrs CustomAttributeBuilderU5BU5D_t2951373564* ___cattrs_20; // System.Reflection.Emit.TypeBuilder[] System.Reflection.Emit.TypeBuilder::subtypes TypeBuilderU5BU5D_t786280671* ___subtypes_21; // System.Reflection.TypeAttributes System.Reflection.Emit.TypeBuilder::attrs int32_t ___attrs_22; // System.Int32 System.Reflection.Emit.TypeBuilder::table_idx int32_t ___table_idx_23; // System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.TypeBuilder::pmodule ModuleBuilder_t731887691 * ___pmodule_24; // System.Int32 System.Reflection.Emit.TypeBuilder::class_size int32_t ___class_size_25; // System.Reflection.Emit.PackingSize System.Reflection.Emit.TypeBuilder::packing_size int32_t ___packing_size_26; // System.IntPtr System.Reflection.Emit.TypeBuilder::generic_container intptr_t ___generic_container_27; // System.Reflection.Emit.GenericTypeParameterBuilder[] System.Reflection.Emit.TypeBuilder::generic_params GenericTypeParameterBuilderU5BU5D_t3780444109* ___generic_params_28; // System.Reflection.Emit.RefEmitPermissionSet[] System.Reflection.Emit.TypeBuilder::permissions RefEmitPermissionSetU5BU5D_t567451178* ___permissions_29; // System.Type System.Reflection.Emit.TypeBuilder::created Type_t * ___created_30; // System.String System.Reflection.Emit.TypeBuilder::fullname String_t* ___fullname_31; // System.Boolean System.Reflection.Emit.TypeBuilder::createTypeCalled bool ___createTypeCalled_32; // System.Type System.Reflection.Emit.TypeBuilder::underlying_type Type_t * ___underlying_type_33; public: inline static int32_t get_offset_of_tname_8() { return static_cast(offsetof(TypeBuilder_t1073948154, ___tname_8)); } inline String_t* get_tname_8() const { return ___tname_8; } inline String_t** get_address_of_tname_8() { return &___tname_8; } inline void set_tname_8(String_t* value) { ___tname_8 = value; Il2CppCodeGenWriteBarrier((&___tname_8), value); } inline static int32_t get_offset_of_nspace_9() { return static_cast(offsetof(TypeBuilder_t1073948154, ___nspace_9)); } inline String_t* get_nspace_9() const { return ___nspace_9; } inline String_t** get_address_of_nspace_9() { return &___nspace_9; } inline void set_nspace_9(String_t* value) { ___nspace_9 = value; Il2CppCodeGenWriteBarrier((&___nspace_9), value); } inline static int32_t get_offset_of_parent_10() { return static_cast(offsetof(TypeBuilder_t1073948154, ___parent_10)); } inline Type_t * get_parent_10() const { return ___parent_10; } inline Type_t ** get_address_of_parent_10() { return &___parent_10; } inline void set_parent_10(Type_t * value) { ___parent_10 = value; Il2CppCodeGenWriteBarrier((&___parent_10), value); } inline static int32_t get_offset_of_nesting_type_11() { return static_cast(offsetof(TypeBuilder_t1073948154, ___nesting_type_11)); } inline Type_t * get_nesting_type_11() const { return ___nesting_type_11; } inline Type_t ** get_address_of_nesting_type_11() { return &___nesting_type_11; } inline void set_nesting_type_11(Type_t * value) { ___nesting_type_11 = value; Il2CppCodeGenWriteBarrier((&___nesting_type_11), value); } inline static int32_t get_offset_of_interfaces_12() { return static_cast(offsetof(TypeBuilder_t1073948154, ___interfaces_12)); } inline TypeU5BU5D_t3940880105* get_interfaces_12() const { return ___interfaces_12; } inline TypeU5BU5D_t3940880105** get_address_of_interfaces_12() { return &___interfaces_12; } inline void set_interfaces_12(TypeU5BU5D_t3940880105* value) { ___interfaces_12 = value; Il2CppCodeGenWriteBarrier((&___interfaces_12), value); } inline static int32_t get_offset_of_num_methods_13() { return static_cast(offsetof(TypeBuilder_t1073948154, ___num_methods_13)); } inline int32_t get_num_methods_13() const { return ___num_methods_13; } inline int32_t* get_address_of_num_methods_13() { return &___num_methods_13; } inline void set_num_methods_13(int32_t value) { ___num_methods_13 = value; } inline static int32_t get_offset_of_methods_14() { return static_cast(offsetof(TypeBuilder_t1073948154, ___methods_14)); } inline MethodBuilderU5BU5D_t3705301900* get_methods_14() const { return ___methods_14; } inline MethodBuilderU5BU5D_t3705301900** get_address_of_methods_14() { return &___methods_14; } inline void set_methods_14(MethodBuilderU5BU5D_t3705301900* value) { ___methods_14 = value; Il2CppCodeGenWriteBarrier((&___methods_14), value); } inline static int32_t get_offset_of_ctors_15() { return static_cast(offsetof(TypeBuilder_t1073948154, ___ctors_15)); } inline ConstructorBuilderU5BU5D_t3223009221* get_ctors_15() const { return ___ctors_15; } inline ConstructorBuilderU5BU5D_t3223009221** get_address_of_ctors_15() { return &___ctors_15; } inline void set_ctors_15(ConstructorBuilderU5BU5D_t3223009221* value) { ___ctors_15 = value; Il2CppCodeGenWriteBarrier((&___ctors_15), value); } inline static int32_t get_offset_of_properties_16() { return static_cast(offsetof(TypeBuilder_t1073948154, ___properties_16)); } inline PropertyBuilderU5BU5D_t4023329206* get_properties_16() const { return ___properties_16; } inline PropertyBuilderU5BU5D_t4023329206** get_address_of_properties_16() { return &___properties_16; } inline void set_properties_16(PropertyBuilderU5BU5D_t4023329206* value) { ___properties_16 = value; Il2CppCodeGenWriteBarrier((&___properties_16), value); } inline static int32_t get_offset_of_num_fields_17() { return static_cast(offsetof(TypeBuilder_t1073948154, ___num_fields_17)); } inline int32_t get_num_fields_17() const { return ___num_fields_17; } inline int32_t* get_address_of_num_fields_17() { return &___num_fields_17; } inline void set_num_fields_17(int32_t value) { ___num_fields_17 = value; } inline static int32_t get_offset_of_fields_18() { return static_cast(offsetof(TypeBuilder_t1073948154, ___fields_18)); } inline FieldBuilderU5BU5D_t138311604* get_fields_18() const { return ___fields_18; } inline FieldBuilderU5BU5D_t138311604** get_address_of_fields_18() { return &___fields_18; } inline void set_fields_18(FieldBuilderU5BU5D_t138311604* value) { ___fields_18 = value; Il2CppCodeGenWriteBarrier((&___fields_18), value); } inline static int32_t get_offset_of_events_19() { return static_cast(offsetof(TypeBuilder_t1073948154, ___events_19)); } inline EventBuilderU5BU5D_t3902749141* get_events_19() const { return ___events_19; } inline EventBuilderU5BU5D_t3902749141** get_address_of_events_19() { return &___events_19; } inline void set_events_19(EventBuilderU5BU5D_t3902749141* value) { ___events_19 = value; Il2CppCodeGenWriteBarrier((&___events_19), value); } inline static int32_t get_offset_of_cattrs_20() { return static_cast(offsetof(TypeBuilder_t1073948154, ___cattrs_20)); } inline CustomAttributeBuilderU5BU5D_t2951373564* get_cattrs_20() const { return ___cattrs_20; } inline CustomAttributeBuilderU5BU5D_t2951373564** get_address_of_cattrs_20() { return &___cattrs_20; } inline void set_cattrs_20(CustomAttributeBuilderU5BU5D_t2951373564* value) { ___cattrs_20 = value; Il2CppCodeGenWriteBarrier((&___cattrs_20), value); } inline static int32_t get_offset_of_subtypes_21() { return static_cast(offsetof(TypeBuilder_t1073948154, ___subtypes_21)); } inline TypeBuilderU5BU5D_t786280671* get_subtypes_21() const { return ___subtypes_21; } inline TypeBuilderU5BU5D_t786280671** get_address_of_subtypes_21() { return &___subtypes_21; } inline void set_subtypes_21(TypeBuilderU5BU5D_t786280671* value) { ___subtypes_21 = value; Il2CppCodeGenWriteBarrier((&___subtypes_21), value); } inline static int32_t get_offset_of_attrs_22() { return static_cast(offsetof(TypeBuilder_t1073948154, ___attrs_22)); } inline int32_t get_attrs_22() const { return ___attrs_22; } inline int32_t* get_address_of_attrs_22() { return &___attrs_22; } inline void set_attrs_22(int32_t value) { ___attrs_22 = value; } inline static int32_t get_offset_of_table_idx_23() { return static_cast(offsetof(TypeBuilder_t1073948154, ___table_idx_23)); } inline int32_t get_table_idx_23() const { return ___table_idx_23; } inline int32_t* get_address_of_table_idx_23() { return &___table_idx_23; } inline void set_table_idx_23(int32_t value) { ___table_idx_23 = value; } inline static int32_t get_offset_of_pmodule_24() { return static_cast(offsetof(TypeBuilder_t1073948154, ___pmodule_24)); } inline ModuleBuilder_t731887691 * get_pmodule_24() const { return ___pmodule_24; } inline ModuleBuilder_t731887691 ** get_address_of_pmodule_24() { return &___pmodule_24; } inline void set_pmodule_24(ModuleBuilder_t731887691 * value) { ___pmodule_24 = value; Il2CppCodeGenWriteBarrier((&___pmodule_24), value); } inline static int32_t get_offset_of_class_size_25() { return static_cast(offsetof(TypeBuilder_t1073948154, ___class_size_25)); } inline int32_t get_class_size_25() const { return ___class_size_25; } inline int32_t* get_address_of_class_size_25() { return &___class_size_25; } inline void set_class_size_25(int32_t value) { ___class_size_25 = value; } inline static int32_t get_offset_of_packing_size_26() { return static_cast(offsetof(TypeBuilder_t1073948154, ___packing_size_26)); } inline int32_t get_packing_size_26() const { return ___packing_size_26; } inline int32_t* get_address_of_packing_size_26() { return &___packing_size_26; } inline void set_packing_size_26(int32_t value) { ___packing_size_26 = value; } inline static int32_t get_offset_of_generic_container_27() { return static_cast(offsetof(TypeBuilder_t1073948154, ___generic_container_27)); } inline intptr_t get_generic_container_27() const { return ___generic_container_27; } inline intptr_t* get_address_of_generic_container_27() { return &___generic_container_27; } inline void set_generic_container_27(intptr_t value) { ___generic_container_27 = value; } inline static int32_t get_offset_of_generic_params_28() { return static_cast(offsetof(TypeBuilder_t1073948154, ___generic_params_28)); } inline GenericTypeParameterBuilderU5BU5D_t3780444109* get_generic_params_28() const { return ___generic_params_28; } inline GenericTypeParameterBuilderU5BU5D_t3780444109** get_address_of_generic_params_28() { return &___generic_params_28; } inline void set_generic_params_28(GenericTypeParameterBuilderU5BU5D_t3780444109* value) { ___generic_params_28 = value; Il2CppCodeGenWriteBarrier((&___generic_params_28), value); } inline static int32_t get_offset_of_permissions_29() { return static_cast(offsetof(TypeBuilder_t1073948154, ___permissions_29)); } inline RefEmitPermissionSetU5BU5D_t567451178* get_permissions_29() const { return ___permissions_29; } inline RefEmitPermissionSetU5BU5D_t567451178** get_address_of_permissions_29() { return &___permissions_29; } inline void set_permissions_29(RefEmitPermissionSetU5BU5D_t567451178* value) { ___permissions_29 = value; Il2CppCodeGenWriteBarrier((&___permissions_29), value); } inline static int32_t get_offset_of_created_30() { return static_cast(offsetof(TypeBuilder_t1073948154, ___created_30)); } inline Type_t * get_created_30() const { return ___created_30; } inline Type_t ** get_address_of_created_30() { return &___created_30; } inline void set_created_30(Type_t * value) { ___created_30 = value; Il2CppCodeGenWriteBarrier((&___created_30), value); } inline static int32_t get_offset_of_fullname_31() { return static_cast(offsetof(TypeBuilder_t1073948154, ___fullname_31)); } inline String_t* get_fullname_31() const { return ___fullname_31; } inline String_t** get_address_of_fullname_31() { return &___fullname_31; } inline void set_fullname_31(String_t* value) { ___fullname_31 = value; Il2CppCodeGenWriteBarrier((&___fullname_31), value); } inline static int32_t get_offset_of_createTypeCalled_32() { return static_cast(offsetof(TypeBuilder_t1073948154, ___createTypeCalled_32)); } inline bool get_createTypeCalled_32() const { return ___createTypeCalled_32; } inline bool* get_address_of_createTypeCalled_32() { return &___createTypeCalled_32; } inline void set_createTypeCalled_32(bool value) { ___createTypeCalled_32 = value; } inline static int32_t get_offset_of_underlying_type_33() { return static_cast(offsetof(TypeBuilder_t1073948154, ___underlying_type_33)); } inline Type_t * get_underlying_type_33() const { return ___underlying_type_33; } inline Type_t ** get_address_of_underlying_type_33() { return &___underlying_type_33; } inline void set_underlying_type_33(Type_t * value) { ___underlying_type_33 = value; Il2CppCodeGenWriteBarrier((&___underlying_type_33), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEBUILDER_T1073948154_H #ifndef MODULEBUILDER_T731887691_H #define MODULEBUILDER_T731887691_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ModuleBuilder struct ModuleBuilder_t731887691 : public Module_t2987026101 { public: // System.UIntPtr System.Reflection.Emit.ModuleBuilder::dynamic_image uintptr_t ___dynamic_image_10; // System.Int32 System.Reflection.Emit.ModuleBuilder::num_types int32_t ___num_types_11; // System.Reflection.Emit.TypeBuilder[] System.Reflection.Emit.ModuleBuilder::types TypeBuilderU5BU5D_t786280671* ___types_12; // System.Reflection.Emit.CustomAttributeBuilder[] System.Reflection.Emit.ModuleBuilder::cattrs CustomAttributeBuilderU5BU5D_t2951373564* ___cattrs_13; // System.Byte[] System.Reflection.Emit.ModuleBuilder::guid ByteU5BU5D_t4116647657* ___guid_14; // System.Int32 System.Reflection.Emit.ModuleBuilder::table_idx int32_t ___table_idx_15; // System.Reflection.Emit.AssemblyBuilder System.Reflection.Emit.ModuleBuilder::assemblyb AssemblyBuilder_t359885250 * ___assemblyb_16; // System.Reflection.Emit.MethodBuilder[] System.Reflection.Emit.ModuleBuilder::global_methods MethodBuilderU5BU5D_t3705301900* ___global_methods_17; // System.Reflection.Emit.FieldBuilder[] System.Reflection.Emit.ModuleBuilder::global_fields FieldBuilderU5BU5D_t138311604* ___global_fields_18; // System.Boolean System.Reflection.Emit.ModuleBuilder::is_main bool ___is_main_19; // System.Reflection.Emit.MonoResource[] System.Reflection.Emit.ModuleBuilder::resources MonoResourceU5BU5D_t979189380* ___resources_20; // System.Reflection.Emit.TypeBuilder System.Reflection.Emit.ModuleBuilder::global_type TypeBuilder_t1073948154 * ___global_type_21; // System.Type System.Reflection.Emit.ModuleBuilder::global_type_created Type_t * ___global_type_created_22; // System.Collections.Hashtable System.Reflection.Emit.ModuleBuilder::name_cache Hashtable_t1853889766 * ___name_cache_23; // System.Collections.Hashtable System.Reflection.Emit.ModuleBuilder::us_string_cache Hashtable_t1853889766 * ___us_string_cache_24; // System.Int32[] System.Reflection.Emit.ModuleBuilder::table_indexes Int32U5BU5D_t385246372* ___table_indexes_25; // System.Boolean System.Reflection.Emit.ModuleBuilder::transient bool ___transient_26; // System.Reflection.Emit.ModuleBuilderTokenGenerator System.Reflection.Emit.ModuleBuilder::token_gen ModuleBuilderTokenGenerator_t944435078 * ___token_gen_27; // System.Collections.Hashtable System.Reflection.Emit.ModuleBuilder::resource_writers Hashtable_t1853889766 * ___resource_writers_28; // System.Diagnostics.SymbolStore.ISymbolWriter System.Reflection.Emit.ModuleBuilder::symbolWriter RuntimeObject* ___symbolWriter_29; public: inline static int32_t get_offset_of_dynamic_image_10() { return static_cast(offsetof(ModuleBuilder_t731887691, ___dynamic_image_10)); } inline uintptr_t get_dynamic_image_10() const { return ___dynamic_image_10; } inline uintptr_t* get_address_of_dynamic_image_10() { return &___dynamic_image_10; } inline void set_dynamic_image_10(uintptr_t value) { ___dynamic_image_10 = value; } inline static int32_t get_offset_of_num_types_11() { return static_cast(offsetof(ModuleBuilder_t731887691, ___num_types_11)); } inline int32_t get_num_types_11() const { return ___num_types_11; } inline int32_t* get_address_of_num_types_11() { return &___num_types_11; } inline void set_num_types_11(int32_t value) { ___num_types_11 = value; } inline static int32_t get_offset_of_types_12() { return static_cast(offsetof(ModuleBuilder_t731887691, ___types_12)); } inline TypeBuilderU5BU5D_t786280671* get_types_12() const { return ___types_12; } inline TypeBuilderU5BU5D_t786280671** get_address_of_types_12() { return &___types_12; } inline void set_types_12(TypeBuilderU5BU5D_t786280671* value) { ___types_12 = value; Il2CppCodeGenWriteBarrier((&___types_12), value); } inline static int32_t get_offset_of_cattrs_13() { return static_cast(offsetof(ModuleBuilder_t731887691, ___cattrs_13)); } inline CustomAttributeBuilderU5BU5D_t2951373564* get_cattrs_13() const { return ___cattrs_13; } inline CustomAttributeBuilderU5BU5D_t2951373564** get_address_of_cattrs_13() { return &___cattrs_13; } inline void set_cattrs_13(CustomAttributeBuilderU5BU5D_t2951373564* value) { ___cattrs_13 = value; Il2CppCodeGenWriteBarrier((&___cattrs_13), value); } inline static int32_t get_offset_of_guid_14() { return static_cast(offsetof(ModuleBuilder_t731887691, ___guid_14)); } inline ByteU5BU5D_t4116647657* get_guid_14() const { return ___guid_14; } inline ByteU5BU5D_t4116647657** get_address_of_guid_14() { return &___guid_14; } inline void set_guid_14(ByteU5BU5D_t4116647657* value) { ___guid_14 = value; Il2CppCodeGenWriteBarrier((&___guid_14), value); } inline static int32_t get_offset_of_table_idx_15() { return static_cast(offsetof(ModuleBuilder_t731887691, ___table_idx_15)); } inline int32_t get_table_idx_15() const { return ___table_idx_15; } inline int32_t* get_address_of_table_idx_15() { return &___table_idx_15; } inline void set_table_idx_15(int32_t value) { ___table_idx_15 = value; } inline static int32_t get_offset_of_assemblyb_16() { return static_cast(offsetof(ModuleBuilder_t731887691, ___assemblyb_16)); } inline AssemblyBuilder_t359885250 * get_assemblyb_16() const { return ___assemblyb_16; } inline AssemblyBuilder_t359885250 ** get_address_of_assemblyb_16() { return &___assemblyb_16; } inline void set_assemblyb_16(AssemblyBuilder_t359885250 * value) { ___assemblyb_16 = value; Il2CppCodeGenWriteBarrier((&___assemblyb_16), value); } inline static int32_t get_offset_of_global_methods_17() { return static_cast(offsetof(ModuleBuilder_t731887691, ___global_methods_17)); } inline MethodBuilderU5BU5D_t3705301900* get_global_methods_17() const { return ___global_methods_17; } inline MethodBuilderU5BU5D_t3705301900** get_address_of_global_methods_17() { return &___global_methods_17; } inline void set_global_methods_17(MethodBuilderU5BU5D_t3705301900* value) { ___global_methods_17 = value; Il2CppCodeGenWriteBarrier((&___global_methods_17), value); } inline static int32_t get_offset_of_global_fields_18() { return static_cast(offsetof(ModuleBuilder_t731887691, ___global_fields_18)); } inline FieldBuilderU5BU5D_t138311604* get_global_fields_18() const { return ___global_fields_18; } inline FieldBuilderU5BU5D_t138311604** get_address_of_global_fields_18() { return &___global_fields_18; } inline void set_global_fields_18(FieldBuilderU5BU5D_t138311604* value) { ___global_fields_18 = value; Il2CppCodeGenWriteBarrier((&___global_fields_18), value); } inline static int32_t get_offset_of_is_main_19() { return static_cast(offsetof(ModuleBuilder_t731887691, ___is_main_19)); } inline bool get_is_main_19() const { return ___is_main_19; } inline bool* get_address_of_is_main_19() { return &___is_main_19; } inline void set_is_main_19(bool value) { ___is_main_19 = value; } inline static int32_t get_offset_of_resources_20() { return static_cast(offsetof(ModuleBuilder_t731887691, ___resources_20)); } inline MonoResourceU5BU5D_t979189380* get_resources_20() const { return ___resources_20; } inline MonoResourceU5BU5D_t979189380** get_address_of_resources_20() { return &___resources_20; } inline void set_resources_20(MonoResourceU5BU5D_t979189380* value) { ___resources_20 = value; Il2CppCodeGenWriteBarrier((&___resources_20), value); } inline static int32_t get_offset_of_global_type_21() { return static_cast(offsetof(ModuleBuilder_t731887691, ___global_type_21)); } inline TypeBuilder_t1073948154 * get_global_type_21() const { return ___global_type_21; } inline TypeBuilder_t1073948154 ** get_address_of_global_type_21() { return &___global_type_21; } inline void set_global_type_21(TypeBuilder_t1073948154 * value) { ___global_type_21 = value; Il2CppCodeGenWriteBarrier((&___global_type_21), value); } inline static int32_t get_offset_of_global_type_created_22() { return static_cast(offsetof(ModuleBuilder_t731887691, ___global_type_created_22)); } inline Type_t * get_global_type_created_22() const { return ___global_type_created_22; } inline Type_t ** get_address_of_global_type_created_22() { return &___global_type_created_22; } inline void set_global_type_created_22(Type_t * value) { ___global_type_created_22 = value; Il2CppCodeGenWriteBarrier((&___global_type_created_22), value); } inline static int32_t get_offset_of_name_cache_23() { return static_cast(offsetof(ModuleBuilder_t731887691, ___name_cache_23)); } inline Hashtable_t1853889766 * get_name_cache_23() const { return ___name_cache_23; } inline Hashtable_t1853889766 ** get_address_of_name_cache_23() { return &___name_cache_23; } inline void set_name_cache_23(Hashtable_t1853889766 * value) { ___name_cache_23 = value; Il2CppCodeGenWriteBarrier((&___name_cache_23), value); } inline static int32_t get_offset_of_us_string_cache_24() { return static_cast(offsetof(ModuleBuilder_t731887691, ___us_string_cache_24)); } inline Hashtable_t1853889766 * get_us_string_cache_24() const { return ___us_string_cache_24; } inline Hashtable_t1853889766 ** get_address_of_us_string_cache_24() { return &___us_string_cache_24; } inline void set_us_string_cache_24(Hashtable_t1853889766 * value) { ___us_string_cache_24 = value; Il2CppCodeGenWriteBarrier((&___us_string_cache_24), value); } inline static int32_t get_offset_of_table_indexes_25() { return static_cast(offsetof(ModuleBuilder_t731887691, ___table_indexes_25)); } inline Int32U5BU5D_t385246372* get_table_indexes_25() const { return ___table_indexes_25; } inline Int32U5BU5D_t385246372** get_address_of_table_indexes_25() { return &___table_indexes_25; } inline void set_table_indexes_25(Int32U5BU5D_t385246372* value) { ___table_indexes_25 = value; Il2CppCodeGenWriteBarrier((&___table_indexes_25), value); } inline static int32_t get_offset_of_transient_26() { return static_cast(offsetof(ModuleBuilder_t731887691, ___transient_26)); } inline bool get_transient_26() const { return ___transient_26; } inline bool* get_address_of_transient_26() { return &___transient_26; } inline void set_transient_26(bool value) { ___transient_26 = value; } inline static int32_t get_offset_of_token_gen_27() { return static_cast(offsetof(ModuleBuilder_t731887691, ___token_gen_27)); } inline ModuleBuilderTokenGenerator_t944435078 * get_token_gen_27() const { return ___token_gen_27; } inline ModuleBuilderTokenGenerator_t944435078 ** get_address_of_token_gen_27() { return &___token_gen_27; } inline void set_token_gen_27(ModuleBuilderTokenGenerator_t944435078 * value) { ___token_gen_27 = value; Il2CppCodeGenWriteBarrier((&___token_gen_27), value); } inline static int32_t get_offset_of_resource_writers_28() { return static_cast(offsetof(ModuleBuilder_t731887691, ___resource_writers_28)); } inline Hashtable_t1853889766 * get_resource_writers_28() const { return ___resource_writers_28; } inline Hashtable_t1853889766 ** get_address_of_resource_writers_28() { return &___resource_writers_28; } inline void set_resource_writers_28(Hashtable_t1853889766 * value) { ___resource_writers_28 = value; Il2CppCodeGenWriteBarrier((&___resource_writers_28), value); } inline static int32_t get_offset_of_symbolWriter_29() { return static_cast(offsetof(ModuleBuilder_t731887691, ___symbolWriter_29)); } inline RuntimeObject* get_symbolWriter_29() const { return ___symbolWriter_29; } inline RuntimeObject** get_address_of_symbolWriter_29() { return &___symbolWriter_29; } inline void set_symbolWriter_29(RuntimeObject* value) { ___symbolWriter_29 = value; Il2CppCodeGenWriteBarrier((&___symbolWriter_29), value); } }; struct ModuleBuilder_t731887691_StaticFields { public: // System.Char[] System.Reflection.Emit.ModuleBuilder::type_modifiers CharU5BU5D_t3528271667* ___type_modifiers_30; public: inline static int32_t get_offset_of_type_modifiers_30() { return static_cast(offsetof(ModuleBuilder_t731887691_StaticFields, ___type_modifiers_30)); } inline CharU5BU5D_t3528271667* get_type_modifiers_30() const { return ___type_modifiers_30; } inline CharU5BU5D_t3528271667** get_address_of_type_modifiers_30() { return &___type_modifiers_30; } inline void set_type_modifiers_30(CharU5BU5D_t3528271667* value) { ___type_modifiers_30 = value; Il2CppCodeGenWriteBarrier((&___type_modifiers_30), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MODULEBUILDER_T731887691_H #ifndef DERIVEDTYPE_T4286302013_H #define DERIVEDTYPE_T4286302013_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.DerivedType struct DerivedType_t4286302013 : public Type_t { public: // System.Type System.Reflection.Emit.DerivedType::elementType Type_t * ___elementType_8; public: inline static int32_t get_offset_of_elementType_8() { return static_cast(offsetof(DerivedType_t4286302013, ___elementType_8)); } inline Type_t * get_elementType_8() const { return ___elementType_8; } inline Type_t ** get_address_of_elementType_8() { return &___elementType_8; } inline void set_elementType_8(Type_t * value) { ___elementType_8 = value; Il2CppCodeGenWriteBarrier((&___elementType_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DERIVEDTYPE_T4286302013_H #ifndef BYREFTYPE_T2066805327_H #define BYREFTYPE_T2066805327_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Emit.ByRefType struct ByRefType_t2066805327 : public DerivedType_t4286302013 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYREFTYPE_T2066805327_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize500 = { sizeof (DerivedType_t4286302013), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable500[1] = { DerivedType_t4286302013::get_offset_of_elementType_8(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize501 = { sizeof (ByRefType_t2066805327), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize502 = { sizeof (DynamicMethod_t2537779570), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable502[18] = { DynamicMethod_t2537779570::get_offset_of_mhandle_0(), DynamicMethod_t2537779570::get_offset_of_name_1(), DynamicMethod_t2537779570::get_offset_of_returnType_2(), DynamicMethod_t2537779570::get_offset_of_parameters_3(), DynamicMethod_t2537779570::get_offset_of_attributes_4(), DynamicMethod_t2537779570::get_offset_of_callingConvention_5(), DynamicMethod_t2537779570::get_offset_of_module_6(), DynamicMethod_t2537779570::get_offset_of_skipVisibility_7(), DynamicMethod_t2537779570::get_offset_of_init_locals_8(), DynamicMethod_t2537779570::get_offset_of_ilgen_9(), DynamicMethod_t2537779570::get_offset_of_nrefs_10(), DynamicMethod_t2537779570::get_offset_of_refs_11(), DynamicMethod_t2537779570::get_offset_of_referenced_by_12(), DynamicMethod_t2537779570::get_offset_of_owner_13(), DynamicMethod_t2537779570::get_offset_of_deleg_14(), DynamicMethod_t2537779570::get_offset_of_method_15(), DynamicMethod_t2537779570::get_offset_of_pinfo_16(), DynamicMethod_t2537779570::get_offset_of_creating_17(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize503 = { sizeof (AnonHostModuleHolder_t3274688547), -1, sizeof(AnonHostModuleHolder_t3274688547_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable503[1] = { AnonHostModuleHolder_t3274688547_StaticFields::get_offset_of_anon_host_module_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize504 = { sizeof (DynamicMethodTokenGenerator_t1364612456), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable504[1] = { DynamicMethodTokenGenerator_t1364612456::get_offset_of_m_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize505 = { sizeof (EnumBuilder_t2400448213), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable505[2] = { EnumBuilder_t2400448213::get_offset_of__tb_8(), EnumBuilder_t2400448213::get_offset_of__underlyingType_9(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize506 = { sizeof (EventBuilder_t3451532220), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize507 = { sizeof (FieldBuilder_t2627049993), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable507[5] = { FieldBuilder_t2627049993::get_offset_of_attrs_0(), FieldBuilder_t2627049993::get_offset_of_type_1(), FieldBuilder_t2627049993::get_offset_of_name_2(), FieldBuilder_t2627049993::get_offset_of_typeb_3(), FieldBuilder_t2627049993::get_offset_of_marshal_info_4(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize508 = { sizeof (GenericTypeParameterBuilder_t1988827940), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable508[4] = { GenericTypeParameterBuilder_t1988827940::get_offset_of_tbuilder_8(), GenericTypeParameterBuilder_t1988827940::get_offset_of_mbuilder_9(), GenericTypeParameterBuilder_t1988827940::get_offset_of_name_10(), GenericTypeParameterBuilder_t1988827940::get_offset_of_base_type_11(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize509 = { sizeof (ILTokenInfo_t2325775114)+ sizeof (RuntimeObject), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable509[2] = { ILTokenInfo_t2325775114::get_offset_of_member_0() + static_cast(sizeof(RuntimeObject)), ILTokenInfo_t2325775114::get_offset_of_code_pos_1() + static_cast(sizeof(RuntimeObject)), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize510 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize511 = { sizeof (ILGenerator_t1388622344), -1, sizeof(ILGenerator_t1388622344_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable511[14] = { ILGenerator_t1388622344_StaticFields::get_offset_of_void_type_0(), ILGenerator_t1388622344::get_offset_of_code_1(), ILGenerator_t1388622344::get_offset_of_code_len_2(), ILGenerator_t1388622344::get_offset_of_max_stack_3(), ILGenerator_t1388622344::get_offset_of_cur_stack_4(), ILGenerator_t1388622344::get_offset_of_locals_5(), ILGenerator_t1388622344::get_offset_of_num_token_fixups_6(), ILGenerator_t1388622344::get_offset_of_token_fixups_7(), ILGenerator_t1388622344::get_offset_of_labels_8(), ILGenerator_t1388622344::get_offset_of_num_labels_9(), ILGenerator_t1388622344::get_offset_of_fixups_10(), ILGenerator_t1388622344::get_offset_of_num_fixups_11(), ILGenerator_t1388622344::get_offset_of_module_12(), ILGenerator_t1388622344::get_offset_of_token_gen_13(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize512 = { sizeof (LabelFixup_t858502054)+ sizeof (RuntimeObject), sizeof(LabelFixup_t858502054 ), 0, 0 }; extern const int32_t g_FieldOffsetTable512[3] = { LabelFixup_t858502054::get_offset_of_offset_0() + static_cast(sizeof(RuntimeObject)), LabelFixup_t858502054::get_offset_of_pos_1() + static_cast(sizeof(RuntimeObject)), LabelFixup_t858502054::get_offset_of_label_idx_2() + static_cast(sizeof(RuntimeObject)), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize513 = { sizeof (LabelData_t360167391)+ sizeof (RuntimeObject), sizeof(LabelData_t360167391 ), 0, 0 }; extern const int32_t g_FieldOffsetTable513[2] = { LabelData_t360167391::get_offset_of_addr_0() + static_cast(sizeof(RuntimeObject)), LabelData_t360167391::get_offset_of_maxStack_1() + static_cast(sizeof(RuntimeObject)), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize514 = { sizeof (Label_t2281661643)+ sizeof (RuntimeObject), sizeof(Label_t2281661643 ), 0, 0 }; extern const int32_t g_FieldOffsetTable514[1] = { Label_t2281661643::get_offset_of_label_0() + static_cast(sizeof(RuntimeObject)), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize515 = { sizeof (LocalBuilder_t3562264111), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable515[1] = { LocalBuilder_t3562264111::get_offset_of_ilgen_3(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize516 = { sizeof (MethodBuilder_t2807316753), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable516[27] = { MethodBuilder_t2807316753::get_offset_of_mhandle_0(), MethodBuilder_t2807316753::get_offset_of_rtype_1(), MethodBuilder_t2807316753::get_offset_of_parameters_2(), MethodBuilder_t2807316753::get_offset_of_attrs_3(), MethodBuilder_t2807316753::get_offset_of_iattrs_4(), MethodBuilder_t2807316753::get_offset_of_name_5(), MethodBuilder_t2807316753::get_offset_of_table_idx_6(), MethodBuilder_t2807316753::get_offset_of_code_7(), MethodBuilder_t2807316753::get_offset_of_ilgen_8(), MethodBuilder_t2807316753::get_offset_of_type_9(), MethodBuilder_t2807316753::get_offset_of_pinfo_10(), MethodBuilder_t2807316753::get_offset_of_cattrs_11(), MethodBuilder_t2807316753::get_offset_of_override_method_12(), MethodBuilder_t2807316753::get_offset_of_pi_dll_13(), MethodBuilder_t2807316753::get_offset_of_pi_entry_14(), MethodBuilder_t2807316753::get_offset_of_charset_15(), MethodBuilder_t2807316753::get_offset_of_extra_flags_16(), MethodBuilder_t2807316753::get_offset_of_native_cc_17(), MethodBuilder_t2807316753::get_offset_of_call_conv_18(), MethodBuilder_t2807316753::get_offset_of_init_locals_19(), MethodBuilder_t2807316753::get_offset_of_generic_container_20(), MethodBuilder_t2807316753::get_offset_of_generic_params_21(), MethodBuilder_t2807316753::get_offset_of_returnModReq_22(), MethodBuilder_t2807316753::get_offset_of_returnModOpt_23(), MethodBuilder_t2807316753::get_offset_of_paramModReq_24(), MethodBuilder_t2807316753::get_offset_of_paramModOpt_25(), MethodBuilder_t2807316753::get_offset_of_permissions_26(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize517 = { sizeof (MethodToken_t4055728386)+ sizeof (RuntimeObject), sizeof(MethodToken_t4055728386 ), sizeof(MethodToken_t4055728386_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable517[2] = { MethodToken_t4055728386::get_offset_of_tokValue_0() + static_cast(sizeof(RuntimeObject)), MethodToken_t4055728386_StaticFields::get_offset_of_Empty_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize518 = { sizeof (ModuleBuilder_t731887691), -1, sizeof(ModuleBuilder_t731887691_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable518[21] = { ModuleBuilder_t731887691::get_offset_of_dynamic_image_10(), ModuleBuilder_t731887691::get_offset_of_num_types_11(), ModuleBuilder_t731887691::get_offset_of_types_12(), ModuleBuilder_t731887691::get_offset_of_cattrs_13(), ModuleBuilder_t731887691::get_offset_of_guid_14(), ModuleBuilder_t731887691::get_offset_of_table_idx_15(), ModuleBuilder_t731887691::get_offset_of_assemblyb_16(), ModuleBuilder_t731887691::get_offset_of_global_methods_17(), ModuleBuilder_t731887691::get_offset_of_global_fields_18(), ModuleBuilder_t731887691::get_offset_of_is_main_19(), ModuleBuilder_t731887691::get_offset_of_resources_20(), ModuleBuilder_t731887691::get_offset_of_global_type_21(), ModuleBuilder_t731887691::get_offset_of_global_type_created_22(), ModuleBuilder_t731887691::get_offset_of_name_cache_23(), ModuleBuilder_t731887691::get_offset_of_us_string_cache_24(), ModuleBuilder_t731887691::get_offset_of_table_indexes_25(), ModuleBuilder_t731887691::get_offset_of_transient_26(), ModuleBuilder_t731887691::get_offset_of_token_gen_27(), ModuleBuilder_t731887691::get_offset_of_resource_writers_28(), ModuleBuilder_t731887691::get_offset_of_symbolWriter_29(), ModuleBuilder_t731887691_StaticFields::get_offset_of_type_modifiers_30(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize519 = { sizeof (ModuleBuilderTokenGenerator_t944435078), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable519[1] = { ModuleBuilderTokenGenerator_t944435078::get_offset_of_mb_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize520 = { sizeof (OpCodeNames_t3363784580), -1, sizeof(OpCodeNames_t3363784580_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable520[1] = { OpCodeNames_t3363784580_StaticFields::get_offset_of_names_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize521 = { sizeof (OpCode_t123070264)+ sizeof (RuntimeObject), sizeof(OpCode_t123070264 ), 0, 0 }; extern const int32_t g_FieldOffsetTable521[8] = { OpCode_t123070264::get_offset_of_op1_0() + static_cast(sizeof(RuntimeObject)), OpCode_t123070264::get_offset_of_op2_1() + static_cast(sizeof(RuntimeObject)), OpCode_t123070264::get_offset_of_push_2() + static_cast(sizeof(RuntimeObject)), OpCode_t123070264::get_offset_of_pop_3() + static_cast(sizeof(RuntimeObject)), OpCode_t123070264::get_offset_of_size_4() + static_cast(sizeof(RuntimeObject)), OpCode_t123070264::get_offset_of_type_5() + static_cast(sizeof(RuntimeObject)), OpCode_t123070264::get_offset_of_args_6() + static_cast(sizeof(RuntimeObject)), OpCode_t123070264::get_offset_of_flow_7() + static_cast(sizeof(RuntimeObject)), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize522 = { sizeof (OpCodes_t126150456), -1, sizeof(OpCodes_t126150456_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable522[226] = { OpCodes_t126150456_StaticFields::get_offset_of_Nop_0(), OpCodes_t126150456_StaticFields::get_offset_of_Break_1(), OpCodes_t126150456_StaticFields::get_offset_of_Ldarg_0_2(), OpCodes_t126150456_StaticFields::get_offset_of_Ldarg_1_3(), OpCodes_t126150456_StaticFields::get_offset_of_Ldarg_2_4(), OpCodes_t126150456_StaticFields::get_offset_of_Ldarg_3_5(), OpCodes_t126150456_StaticFields::get_offset_of_Ldloc_0_6(), OpCodes_t126150456_StaticFields::get_offset_of_Ldloc_1_7(), OpCodes_t126150456_StaticFields::get_offset_of_Ldloc_2_8(), OpCodes_t126150456_StaticFields::get_offset_of_Ldloc_3_9(), OpCodes_t126150456_StaticFields::get_offset_of_Stloc_0_10(), OpCodes_t126150456_StaticFields::get_offset_of_Stloc_1_11(), OpCodes_t126150456_StaticFields::get_offset_of_Stloc_2_12(), OpCodes_t126150456_StaticFields::get_offset_of_Stloc_3_13(), OpCodes_t126150456_StaticFields::get_offset_of_Ldarg_S_14(), OpCodes_t126150456_StaticFields::get_offset_of_Ldarga_S_15(), OpCodes_t126150456_StaticFields::get_offset_of_Starg_S_16(), OpCodes_t126150456_StaticFields::get_offset_of_Ldloc_S_17(), OpCodes_t126150456_StaticFields::get_offset_of_Ldloca_S_18(), OpCodes_t126150456_StaticFields::get_offset_of_Stloc_S_19(), OpCodes_t126150456_StaticFields::get_offset_of_Ldnull_20(), OpCodes_t126150456_StaticFields::get_offset_of_Ldc_I4_M1_21(), OpCodes_t126150456_StaticFields::get_offset_of_Ldc_I4_0_22(), OpCodes_t126150456_StaticFields::get_offset_of_Ldc_I4_1_23(), OpCodes_t126150456_StaticFields::get_offset_of_Ldc_I4_2_24(), OpCodes_t126150456_StaticFields::get_offset_of_Ldc_I4_3_25(), OpCodes_t126150456_StaticFields::get_offset_of_Ldc_I4_4_26(), OpCodes_t126150456_StaticFields::get_offset_of_Ldc_I4_5_27(), OpCodes_t126150456_StaticFields::get_offset_of_Ldc_I4_6_28(), OpCodes_t126150456_StaticFields::get_offset_of_Ldc_I4_7_29(), OpCodes_t126150456_StaticFields::get_offset_of_Ldc_I4_8_30(), OpCodes_t126150456_StaticFields::get_offset_of_Ldc_I4_S_31(), OpCodes_t126150456_StaticFields::get_offset_of_Ldc_I4_32(), OpCodes_t126150456_StaticFields::get_offset_of_Ldc_I8_33(), OpCodes_t126150456_StaticFields::get_offset_of_Ldc_R4_34(), OpCodes_t126150456_StaticFields::get_offset_of_Ldc_R8_35(), OpCodes_t126150456_StaticFields::get_offset_of_Dup_36(), OpCodes_t126150456_StaticFields::get_offset_of_Pop_37(), OpCodes_t126150456_StaticFields::get_offset_of_Jmp_38(), OpCodes_t126150456_StaticFields::get_offset_of_Call_39(), OpCodes_t126150456_StaticFields::get_offset_of_Calli_40(), OpCodes_t126150456_StaticFields::get_offset_of_Ret_41(), OpCodes_t126150456_StaticFields::get_offset_of_Br_S_42(), OpCodes_t126150456_StaticFields::get_offset_of_Brfalse_S_43(), OpCodes_t126150456_StaticFields::get_offset_of_Brtrue_S_44(), OpCodes_t126150456_StaticFields::get_offset_of_Beq_S_45(), OpCodes_t126150456_StaticFields::get_offset_of_Bge_S_46(), OpCodes_t126150456_StaticFields::get_offset_of_Bgt_S_47(), OpCodes_t126150456_StaticFields::get_offset_of_Ble_S_48(), OpCodes_t126150456_StaticFields::get_offset_of_Blt_S_49(), OpCodes_t126150456_StaticFields::get_offset_of_Bne_Un_S_50(), OpCodes_t126150456_StaticFields::get_offset_of_Bge_Un_S_51(), OpCodes_t126150456_StaticFields::get_offset_of_Bgt_Un_S_52(), OpCodes_t126150456_StaticFields::get_offset_of_Ble_Un_S_53(), OpCodes_t126150456_StaticFields::get_offset_of_Blt_Un_S_54(), OpCodes_t126150456_StaticFields::get_offset_of_Br_55(), OpCodes_t126150456_StaticFields::get_offset_of_Brfalse_56(), OpCodes_t126150456_StaticFields::get_offset_of_Brtrue_57(), OpCodes_t126150456_StaticFields::get_offset_of_Beq_58(), OpCodes_t126150456_StaticFields::get_offset_of_Bge_59(), OpCodes_t126150456_StaticFields::get_offset_of_Bgt_60(), OpCodes_t126150456_StaticFields::get_offset_of_Ble_61(), OpCodes_t126150456_StaticFields::get_offset_of_Blt_62(), OpCodes_t126150456_StaticFields::get_offset_of_Bne_Un_63(), OpCodes_t126150456_StaticFields::get_offset_of_Bge_Un_64(), OpCodes_t126150456_StaticFields::get_offset_of_Bgt_Un_65(), OpCodes_t126150456_StaticFields::get_offset_of_Ble_Un_66(), OpCodes_t126150456_StaticFields::get_offset_of_Blt_Un_67(), OpCodes_t126150456_StaticFields::get_offset_of_Switch_68(), OpCodes_t126150456_StaticFields::get_offset_of_Ldind_I1_69(), OpCodes_t126150456_StaticFields::get_offset_of_Ldind_U1_70(), OpCodes_t126150456_StaticFields::get_offset_of_Ldind_I2_71(), OpCodes_t126150456_StaticFields::get_offset_of_Ldind_U2_72(), OpCodes_t126150456_StaticFields::get_offset_of_Ldind_I4_73(), OpCodes_t126150456_StaticFields::get_offset_of_Ldind_U4_74(), OpCodes_t126150456_StaticFields::get_offset_of_Ldind_I8_75(), OpCodes_t126150456_StaticFields::get_offset_of_Ldind_I_76(), OpCodes_t126150456_StaticFields::get_offset_of_Ldind_R4_77(), OpCodes_t126150456_StaticFields::get_offset_of_Ldind_R8_78(), OpCodes_t126150456_StaticFields::get_offset_of_Ldind_Ref_79(), OpCodes_t126150456_StaticFields::get_offset_of_Stind_Ref_80(), OpCodes_t126150456_StaticFields::get_offset_of_Stind_I1_81(), OpCodes_t126150456_StaticFields::get_offset_of_Stind_I2_82(), OpCodes_t126150456_StaticFields::get_offset_of_Stind_I4_83(), OpCodes_t126150456_StaticFields::get_offset_of_Stind_I8_84(), OpCodes_t126150456_StaticFields::get_offset_of_Stind_R4_85(), OpCodes_t126150456_StaticFields::get_offset_of_Stind_R8_86(), OpCodes_t126150456_StaticFields::get_offset_of_Add_87(), OpCodes_t126150456_StaticFields::get_offset_of_Sub_88(), OpCodes_t126150456_StaticFields::get_offset_of_Mul_89(), OpCodes_t126150456_StaticFields::get_offset_of_Div_90(), OpCodes_t126150456_StaticFields::get_offset_of_Div_Un_91(), OpCodes_t126150456_StaticFields::get_offset_of_Rem_92(), OpCodes_t126150456_StaticFields::get_offset_of_Rem_Un_93(), OpCodes_t126150456_StaticFields::get_offset_of_And_94(), OpCodes_t126150456_StaticFields::get_offset_of_Or_95(), OpCodes_t126150456_StaticFields::get_offset_of_Xor_96(), OpCodes_t126150456_StaticFields::get_offset_of_Shl_97(), OpCodes_t126150456_StaticFields::get_offset_of_Shr_98(), OpCodes_t126150456_StaticFields::get_offset_of_Shr_Un_99(), OpCodes_t126150456_StaticFields::get_offset_of_Neg_100(), OpCodes_t126150456_StaticFields::get_offset_of_Not_101(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_I1_102(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_I2_103(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_I4_104(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_I8_105(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_R4_106(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_R8_107(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_U4_108(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_U8_109(), OpCodes_t126150456_StaticFields::get_offset_of_Callvirt_110(), OpCodes_t126150456_StaticFields::get_offset_of_Cpobj_111(), OpCodes_t126150456_StaticFields::get_offset_of_Ldobj_112(), OpCodes_t126150456_StaticFields::get_offset_of_Ldstr_113(), OpCodes_t126150456_StaticFields::get_offset_of_Newobj_114(), OpCodes_t126150456_StaticFields::get_offset_of_Castclass_115(), OpCodes_t126150456_StaticFields::get_offset_of_Isinst_116(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_R_Un_117(), OpCodes_t126150456_StaticFields::get_offset_of_Unbox_118(), OpCodes_t126150456_StaticFields::get_offset_of_Throw_119(), OpCodes_t126150456_StaticFields::get_offset_of_Ldfld_120(), OpCodes_t126150456_StaticFields::get_offset_of_Ldflda_121(), OpCodes_t126150456_StaticFields::get_offset_of_Stfld_122(), OpCodes_t126150456_StaticFields::get_offset_of_Ldsfld_123(), OpCodes_t126150456_StaticFields::get_offset_of_Ldsflda_124(), OpCodes_t126150456_StaticFields::get_offset_of_Stsfld_125(), OpCodes_t126150456_StaticFields::get_offset_of_Stobj_126(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_I1_Un_127(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_I2_Un_128(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_I4_Un_129(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_I8_Un_130(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_U1_Un_131(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_U2_Un_132(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_U4_Un_133(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_U8_Un_134(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_I_Un_135(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_U_Un_136(), OpCodes_t126150456_StaticFields::get_offset_of_Box_137(), OpCodes_t126150456_StaticFields::get_offset_of_Newarr_138(), OpCodes_t126150456_StaticFields::get_offset_of_Ldlen_139(), OpCodes_t126150456_StaticFields::get_offset_of_Ldelema_140(), OpCodes_t126150456_StaticFields::get_offset_of_Ldelem_I1_141(), OpCodes_t126150456_StaticFields::get_offset_of_Ldelem_U1_142(), OpCodes_t126150456_StaticFields::get_offset_of_Ldelem_I2_143(), OpCodes_t126150456_StaticFields::get_offset_of_Ldelem_U2_144(), OpCodes_t126150456_StaticFields::get_offset_of_Ldelem_I4_145(), OpCodes_t126150456_StaticFields::get_offset_of_Ldelem_U4_146(), OpCodes_t126150456_StaticFields::get_offset_of_Ldelem_I8_147(), OpCodes_t126150456_StaticFields::get_offset_of_Ldelem_I_148(), OpCodes_t126150456_StaticFields::get_offset_of_Ldelem_R4_149(), OpCodes_t126150456_StaticFields::get_offset_of_Ldelem_R8_150(), OpCodes_t126150456_StaticFields::get_offset_of_Ldelem_Ref_151(), OpCodes_t126150456_StaticFields::get_offset_of_Stelem_I_152(), OpCodes_t126150456_StaticFields::get_offset_of_Stelem_I1_153(), OpCodes_t126150456_StaticFields::get_offset_of_Stelem_I2_154(), OpCodes_t126150456_StaticFields::get_offset_of_Stelem_I4_155(), OpCodes_t126150456_StaticFields::get_offset_of_Stelem_I8_156(), OpCodes_t126150456_StaticFields::get_offset_of_Stelem_R4_157(), OpCodes_t126150456_StaticFields::get_offset_of_Stelem_R8_158(), OpCodes_t126150456_StaticFields::get_offset_of_Stelem_Ref_159(), OpCodes_t126150456_StaticFields::get_offset_of_Ldelem_160(), OpCodes_t126150456_StaticFields::get_offset_of_Stelem_161(), OpCodes_t126150456_StaticFields::get_offset_of_Unbox_Any_162(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_I1_163(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_U1_164(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_I2_165(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_U2_166(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_I4_167(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_U4_168(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_I8_169(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_U8_170(), OpCodes_t126150456_StaticFields::get_offset_of_Refanyval_171(), OpCodes_t126150456_StaticFields::get_offset_of_Ckfinite_172(), OpCodes_t126150456_StaticFields::get_offset_of_Mkrefany_173(), OpCodes_t126150456_StaticFields::get_offset_of_Ldtoken_174(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_U2_175(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_U1_176(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_I_177(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_I_178(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_Ovf_U_179(), OpCodes_t126150456_StaticFields::get_offset_of_Add_Ovf_180(), OpCodes_t126150456_StaticFields::get_offset_of_Add_Ovf_Un_181(), OpCodes_t126150456_StaticFields::get_offset_of_Mul_Ovf_182(), OpCodes_t126150456_StaticFields::get_offset_of_Mul_Ovf_Un_183(), OpCodes_t126150456_StaticFields::get_offset_of_Sub_Ovf_184(), OpCodes_t126150456_StaticFields::get_offset_of_Sub_Ovf_Un_185(), OpCodes_t126150456_StaticFields::get_offset_of_Endfinally_186(), OpCodes_t126150456_StaticFields::get_offset_of_Leave_187(), OpCodes_t126150456_StaticFields::get_offset_of_Leave_S_188(), OpCodes_t126150456_StaticFields::get_offset_of_Stind_I_189(), OpCodes_t126150456_StaticFields::get_offset_of_Conv_U_190(), OpCodes_t126150456_StaticFields::get_offset_of_Prefix7_191(), OpCodes_t126150456_StaticFields::get_offset_of_Prefix6_192(), OpCodes_t126150456_StaticFields::get_offset_of_Prefix5_193(), OpCodes_t126150456_StaticFields::get_offset_of_Prefix4_194(), OpCodes_t126150456_StaticFields::get_offset_of_Prefix3_195(), OpCodes_t126150456_StaticFields::get_offset_of_Prefix2_196(), OpCodes_t126150456_StaticFields::get_offset_of_Prefix1_197(), OpCodes_t126150456_StaticFields::get_offset_of_Prefixref_198(), OpCodes_t126150456_StaticFields::get_offset_of_Arglist_199(), OpCodes_t126150456_StaticFields::get_offset_of_Ceq_200(), OpCodes_t126150456_StaticFields::get_offset_of_Cgt_201(), OpCodes_t126150456_StaticFields::get_offset_of_Cgt_Un_202(), OpCodes_t126150456_StaticFields::get_offset_of_Clt_203(), OpCodes_t126150456_StaticFields::get_offset_of_Clt_Un_204(), OpCodes_t126150456_StaticFields::get_offset_of_Ldftn_205(), OpCodes_t126150456_StaticFields::get_offset_of_Ldvirtftn_206(), OpCodes_t126150456_StaticFields::get_offset_of_Ldarg_207(), OpCodes_t126150456_StaticFields::get_offset_of_Ldarga_208(), OpCodes_t126150456_StaticFields::get_offset_of_Starg_209(), OpCodes_t126150456_StaticFields::get_offset_of_Ldloc_210(), OpCodes_t126150456_StaticFields::get_offset_of_Ldloca_211(), OpCodes_t126150456_StaticFields::get_offset_of_Stloc_212(), OpCodes_t126150456_StaticFields::get_offset_of_Localloc_213(), OpCodes_t126150456_StaticFields::get_offset_of_Endfilter_214(), OpCodes_t126150456_StaticFields::get_offset_of_Unaligned_215(), OpCodes_t126150456_StaticFields::get_offset_of_Volatile_216(), OpCodes_t126150456_StaticFields::get_offset_of_Tailcall_217(), OpCodes_t126150456_StaticFields::get_offset_of_Initobj_218(), OpCodes_t126150456_StaticFields::get_offset_of_Constrained_219(), OpCodes_t126150456_StaticFields::get_offset_of_Cpblk_220(), OpCodes_t126150456_StaticFields::get_offset_of_Initblk_221(), OpCodes_t126150456_StaticFields::get_offset_of_Rethrow_222(), OpCodes_t126150456_StaticFields::get_offset_of_Sizeof_223(), OpCodes_t126150456_StaticFields::get_offset_of_Refanytype_224(), OpCodes_t126150456_StaticFields::get_offset_of_Readonly_225(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize523 = { sizeof (OperandType_t2622847887)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable523[19] = { OperandType_t2622847887::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize524 = { sizeof (PackingSize_t2976435189)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable524[10] = { PackingSize_t2976435189::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, 0, 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize525 = { sizeof (ParameterBuilder_t1137139675), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable525[3] = { ParameterBuilder_t1137139675::get_offset_of_name_0(), ParameterBuilder_t1137139675::get_offset_of_attrs_1(), ParameterBuilder_t1137139675::get_offset_of_position_2(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize526 = { sizeof (PEFileKinds_t3631470751)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable526[4] = { PEFileKinds_t3631470751::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize527 = { sizeof (PropertyBuilder_t314297007), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable527[6] = { PropertyBuilder_t314297007::get_offset_of_attrs_0(), PropertyBuilder_t314297007::get_offset_of_name_1(), PropertyBuilder_t314297007::get_offset_of_type_2(), PropertyBuilder_t314297007::get_offset_of_set_method_3(), PropertyBuilder_t314297007::get_offset_of_get_method_4(), PropertyBuilder_t314297007::get_offset_of_typeb_5(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize528 = { sizeof (StackBehaviour_t3009528134)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable528[30] = { StackBehaviour_t3009528134::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize529 = { sizeof (TypeBuilder_t1073948154), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable529[26] = { TypeBuilder_t1073948154::get_offset_of_tname_8(), TypeBuilder_t1073948154::get_offset_of_nspace_9(), TypeBuilder_t1073948154::get_offset_of_parent_10(), TypeBuilder_t1073948154::get_offset_of_nesting_type_11(), TypeBuilder_t1073948154::get_offset_of_interfaces_12(), TypeBuilder_t1073948154::get_offset_of_num_methods_13(), TypeBuilder_t1073948154::get_offset_of_methods_14(), TypeBuilder_t1073948154::get_offset_of_ctors_15(), TypeBuilder_t1073948154::get_offset_of_properties_16(), TypeBuilder_t1073948154::get_offset_of_num_fields_17(), TypeBuilder_t1073948154::get_offset_of_fields_18(), TypeBuilder_t1073948154::get_offset_of_events_19(), TypeBuilder_t1073948154::get_offset_of_cattrs_20(), TypeBuilder_t1073948154::get_offset_of_subtypes_21(), TypeBuilder_t1073948154::get_offset_of_attrs_22(), TypeBuilder_t1073948154::get_offset_of_table_idx_23(), TypeBuilder_t1073948154::get_offset_of_pmodule_24(), TypeBuilder_t1073948154::get_offset_of_class_size_25(), TypeBuilder_t1073948154::get_offset_of_packing_size_26(), TypeBuilder_t1073948154::get_offset_of_generic_container_27(), TypeBuilder_t1073948154::get_offset_of_generic_params_28(), TypeBuilder_t1073948154::get_offset_of_permissions_29(), TypeBuilder_t1073948154::get_offset_of_created_30(), TypeBuilder_t1073948154::get_offset_of_fullname_31(), TypeBuilder_t1073948154::get_offset_of_createTypeCalled_32(), TypeBuilder_t1073948154::get_offset_of_underlying_type_33(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize530 = { sizeof (UnmanagedMarshal_t984015687), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable530[9] = { UnmanagedMarshal_t984015687::get_offset_of_count_0(), UnmanagedMarshal_t984015687::get_offset_of_t_1(), UnmanagedMarshal_t984015687::get_offset_of_tbase_2(), UnmanagedMarshal_t984015687::get_offset_of_guid_3(), UnmanagedMarshal_t984015687::get_offset_of_mcookie_4(), UnmanagedMarshal_t984015687::get_offset_of_marshaltype_5(), UnmanagedMarshal_t984015687::get_offset_of_marshaltyperef_6(), UnmanagedMarshal_t984015687::get_offset_of_param_num_7(), UnmanagedMarshal_t984015687::get_offset_of_has_size_8(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize531 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize532 = { sizeof (NeutralResourcesLanguageAttribute_t2027633532), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable532[1] = { NeutralResourcesLanguageAttribute_t2027633532::get_offset_of_culture_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize533 = { sizeof (ResourceManager_t4037989559), -1, sizeof(ResourceManager_t4037989559_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable533[5] = { ResourceManager_t4037989559_StaticFields::get_offset_of_ResourceCache_0(), ResourceManager_t4037989559_StaticFields::get_offset_of_NonExistent_1(), ResourceManager_t4037989559_StaticFields::get_offset_of_HeaderVersionNumber_2(), ResourceManager_t4037989559_StaticFields::get_offset_of_MagicNumber_3(), ResourceManager_t4037989559::get_offset_of_resourceSetType_4(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize534 = { sizeof (PredefinedResourceType_t4229135164)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable534[21] = { PredefinedResourceType_t4229135164::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize535 = { sizeof (ResourceReader_t3300492639), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable535[13] = { ResourceReader_t3300492639::get_offset_of_reader_0(), ResourceReader_t3300492639::get_offset_of_readerLock_1(), ResourceReader_t3300492639::get_offset_of_formatter_2(), ResourceReader_t3300492639::get_offset_of_resourceCount_3(), ResourceReader_t3300492639::get_offset_of_typeCount_4(), ResourceReader_t3300492639::get_offset_of_typeNames_5(), ResourceReader_t3300492639::get_offset_of_hashes_6(), ResourceReader_t3300492639::get_offset_of_infos_7(), ResourceReader_t3300492639::get_offset_of_dataSectionOffset_8(), ResourceReader_t3300492639::get_offset_of_nameSectionOffset_9(), ResourceReader_t3300492639::get_offset_of_resource_ver_10(), ResourceReader_t3300492639::get_offset_of_cache_11(), ResourceReader_t3300492639::get_offset_of_cache_lock_12(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize536 = { sizeof (ResourceInfo_t2872965302)+ sizeof (RuntimeObject), sizeof(ResourceInfo_t2872965302_marshaled_pinvoke), 0, 0 }; extern const int32_t g_FieldOffsetTable536[3] = { ResourceInfo_t2872965302::get_offset_of_ValuePosition_0() + static_cast(sizeof(RuntimeObject)), ResourceInfo_t2872965302::get_offset_of_ResourceName_1() + static_cast(sizeof(RuntimeObject)), ResourceInfo_t2872965302::get_offset_of_TypeIndex_2() + static_cast(sizeof(RuntimeObject)), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize537 = { sizeof (ResourceCacheItem_t51292791)+ sizeof (RuntimeObject), sizeof(ResourceCacheItem_t51292791_marshaled_pinvoke), 0, 0 }; extern const int32_t g_FieldOffsetTable537[2] = { ResourceCacheItem_t51292791::get_offset_of_ResourceName_0() + static_cast(sizeof(RuntimeObject)), ResourceCacheItem_t51292791::get_offset_of_ResourceValue_1() + static_cast(sizeof(RuntimeObject)), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize538 = { sizeof (ResourceEnumerator_t2106512554), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable538[3] = { ResourceEnumerator_t2106512554::get_offset_of_reader_0(), ResourceEnumerator_t2106512554::get_offset_of_index_1(), ResourceEnumerator_t2106512554::get_offset_of_finished_2(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize539 = { sizeof (ResourceSet_t2827911187), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable539[4] = { ResourceSet_t2827911187::get_offset_of_Reader_0(), ResourceSet_t2827911187::get_offset_of_Table_1(), ResourceSet_t2827911187::get_offset_of_resources_read_2(), ResourceSet_t2827911187::get_offset_of_disposed_3(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize540 = { sizeof (RuntimeResourceSet_t3081501575), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize541 = { sizeof (SatelliteContractVersionAttribute_t3549813284), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable541[1] = { SatelliteContractVersionAttribute_t3549813284::get_offset_of_ver_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize542 = { sizeof (Win32ResourceType_t878705926)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable542[21] = { Win32ResourceType_t878705926::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize543 = { sizeof (NameOrId_t2364694642), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable543[2] = { NameOrId_t2364694642::get_offset_of_name_0(), NameOrId_t2364694642::get_offset_of_id_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize544 = { sizeof (Win32Resource_t884101579), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable544[2] = { Win32Resource_t884101579::get_offset_of_type_0(), Win32Resource_t884101579::get_offset_of_name_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize545 = { sizeof (Win32VersionResource_t1367628464), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize546 = { sizeof (CompilationRelaxations_t3292409279)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable546[2] = { CompilationRelaxations_t3292409279::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize547 = { sizeof (CompilationRelaxationsAttribute_t1721442111), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable547[1] = { CompilationRelaxationsAttribute_t1721442111::get_offset_of_relax_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize548 = { sizeof (DefaultDependencyAttribute_t548613883), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable548[1] = { DefaultDependencyAttribute_t548613883::get_offset_of_hint_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize549 = { sizeof (IsVolatile_t2097058663), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize550 = { sizeof (LoadHint_t3743314490)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable550[4] = { LoadHint_t3743314490::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize551 = { sizeof (StringFreezingAttribute_t3031362240), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize552 = { sizeof (CriticalFinalizerObject_t701527852), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize553 = { sizeof (Cer_t573022029)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable553[4] = { Cer_t573022029::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize554 = { sizeof (Consistency_t4071665526)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable554[5] = { Consistency_t4071665526::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize555 = { sizeof (ReliabilityContractAttribute_t502331440), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable555[2] = { ReliabilityContractAttribute_t502331440::get_offset_of_consistency_0(), ReliabilityContractAttribute_t502331440::get_offset_of_cer_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize556 = { sizeof (ActivationArguments_t4219999170), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize557 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize558 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize559 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize560 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize561 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize562 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize563 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize564 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize565 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize566 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize567 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize568 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize569 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize570 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize571 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize572 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize573 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize574 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize575 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize576 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize577 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize578 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize579 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize580 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize581 = { 0, -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize582 = { sizeof (CallingConvention_t1027624783)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable582[6] = { CallingConvention_t1027624783::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize583 = { sizeof (CharSet_t3391187264)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable583[5] = { CharSet_t3391187264::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize584 = { sizeof (ClassInterfaceAttribute_t2274790349), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable584[1] = { ClassInterfaceAttribute_t2274790349::get_offset_of_ciType_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize585 = { sizeof (ClassInterfaceType_t4029497327)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable585[4] = { ClassInterfaceType_t4029497327::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize586 = { sizeof (ComCompatibleVersionAttribute_t1233303509), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable586[4] = { ComCompatibleVersionAttribute_t1233303509::get_offset_of_major_0(), ComCompatibleVersionAttribute_t1233303509::get_offset_of_minor_1(), ComCompatibleVersionAttribute_t1233303509::get_offset_of_build_2(), ComCompatibleVersionAttribute_t1233303509::get_offset_of_revision_3(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize587 = { sizeof (ComDefaultInterfaceAttribute_t2734585253), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable587[1] = { ComDefaultInterfaceAttribute_t2734585253::get_offset_of__type_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize588 = { sizeof (COMException_t1620828383), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize589 = { sizeof (ComInterfaceType_t2732813453)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable589[4] = { ComInterfaceType_t2732813453::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize590 = { sizeof (DispIdAttribute_t491906453), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable590[1] = { DispIdAttribute_t491906453::get_offset_of_id_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize591 = { sizeof (ErrorWrapper_t1772885312), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable591[1] = { ErrorWrapper_t1772885312::get_offset_of_errorCode_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize592 = { sizeof (ExternalException_t3544951457), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize593 = { sizeof (GCHandle_t3351438187)+ sizeof (RuntimeObject), sizeof(GCHandle_t3351438187 ), 0, 0 }; extern const int32_t g_FieldOffsetTable593[1] = { GCHandle_t3351438187::get_offset_of_handle_0() + static_cast(sizeof(RuntimeObject)), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize594 = { sizeof (GCHandleType_t3432586689)+ sizeof (RuntimeObject), sizeof(int32_t), 0, 0 }; extern const int32_t g_FieldOffsetTable594[5] = { GCHandleType_t3432586689::get_offset_of_value___1() + static_cast(sizeof(RuntimeObject)), 0, 0, 0, 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize595 = { sizeof (InterfaceTypeAttribute_t633123336), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable595[1] = { InterfaceTypeAttribute_t633123336::get_offset_of_intType_0(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize596 = { sizeof (Marshal_t1757017490), -1, sizeof(Marshal_t1757017490_StaticFields), 0 }; extern const int32_t g_FieldOffsetTable596[2] = { Marshal_t1757017490_StaticFields::get_offset_of_SystemMaxDBCSCharSize_0(), Marshal_t1757017490_StaticFields::get_offset_of_SystemDefaultCharSize_1(), }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize597 = { sizeof (MarshalDirectiveException_t2580336406), -1, 0, 0 }; extern const int32_t g_FieldOffsetTable597[1] = { 0, }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize598 = { sizeof (PreserveSigAttribute_t979468563), -1, 0, 0 }; extern const Il2CppTypeDefinitionSizes g_typeDefinitionSize599 = { sizeof (RuntimeEnvironment_t1702406123), -1, 0, 0 }; #ifdef __clang__ #pragma clang diagnostic pop #endif