using System; using Il2CppInterop.Common.Attributes; using Il2CppInterop.Runtime; using Il2CppInterop.Runtime.InteropTypes.Arrays; // Token: 0x020001BA RID: 442 public class MultipleEventClose : SceneEvent { // Token: 0x060049CA RID: 18890 RVA: 0x0012596C File Offset: 0x00123B6C [CallerCount(0)] [CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 544586, XrefRangeEnd = 544590, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)] public unsafe override void OpenEvent() { IL2CPP.Il2CppObjectBaseToPtrNotNull(this); IntPtr* ptr = null; IntPtr intPtr2; IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(IL2CPP.il2cpp_object_get_virtual_method(IL2CPP.Il2CppObjectBaseToPtr(this), MultipleEventClose.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0), IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); } // Token: 0x060049CB RID: 18891 RVA: 0x001259BC File Offset: 0x00123BBC [CallerCount(5)] [CachedScanResults(RefRangeStart = 541882, RefRangeEnd = 541887, XrefRangeStart = 541882, XrefRangeEnd = 541887, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)] public unsafe MultipleEventClose() : this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore.NativeClassPtr)) { IntPtr* ptr = null; IntPtr intPtr2; IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(MultipleEventClose.NativeMethodInfoPtr__ctor_Public_Void_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2); Il2CppException.RaiseExceptionIfNecessary(intPtr2); } // Token: 0x060049CC RID: 18892 RVA: 0x00125A08 File Offset: 0x00123C08 // Note: this type is marked as 'beforefieldinit'. static MultipleEventClose() { Il2CppClassPointerStore.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "MultipleEventClose"); IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore.NativeClassPtr); MultipleEventClose.NativeFieldInfoPtr_CloseMultipleEvent = IL2CPP.GetIl2CppField(Il2CppClassPointerStore.NativeClassPtr, "CloseMultipleEvent"); MultipleEventClose.NativeFieldInfoPtr_DS = IL2CPP.GetIl2CppField(Il2CppClassPointerStore.NativeClassPtr, "DS"); MultipleEventClose.NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100668173); MultipleEventClose.NativeMethodInfoPtr__ctor_Public_Void_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore.NativeClassPtr, 100668174); } // Token: 0x060049CD RID: 18893 RVA: 0x00117370 File Offset: 0x00115570 public MultipleEventClose(IntPtr pointer) : base(pointer) { } // Token: 0x17001AB1 RID: 6833 // (get) Token: 0x060049CE RID: 18894 RVA: 0x00125A88 File Offset: 0x00123C88 // (set) Token: 0x060049CF RID: 18895 RVA: 0x00125ABC File Offset: 0x00123CBC public unsafe Il2CppReferenceArray CloseMultipleEvent { get { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MultipleEventClose.NativeFieldInfoPtr_CloseMultipleEvent); IntPtr intPtr2 = *intPtr; return (intPtr2 != 0) ? new Il2CppReferenceArray(intPtr2) : null; } set { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this); IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(MultipleEventClose.NativeFieldInfoPtr_CloseMultipleEvent), IL2CPP.Il2CppObjectBaseToPtr(value)); } } // Token: 0x17001AB2 RID: 6834 // (get) Token: 0x060049D0 RID: 18896 RVA: 0x00125AE4 File Offset: 0x00123CE4 // (set) Token: 0x060049D1 RID: 18897 RVA: 0x00125B18 File Offset: 0x00123D18 public unsafe Il2CppReferenceArray DS { get { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this) + (IntPtr)IL2CPP.il2cpp_field_get_offset(MultipleEventClose.NativeFieldInfoPtr_DS); IntPtr intPtr2 = *intPtr; return (intPtr2 != 0) ? new Il2CppReferenceArray(intPtr2) : null; } set { IntPtr intPtr = IL2CPP.Il2CppObjectBaseToPtrNotNull(this); IL2CPP.il2cpp_gc_wbarrier_set_field(intPtr, intPtr + (IntPtr)IL2CPP.il2cpp_field_get_offset(MultipleEventClose.NativeFieldInfoPtr_DS), IL2CPP.Il2CppObjectBaseToPtr(value)); } } // Token: 0x040030B2 RID: 12466 private static readonly IntPtr NativeFieldInfoPtr_CloseMultipleEvent; // Token: 0x040030B3 RID: 12467 private static readonly IntPtr NativeFieldInfoPtr_DS; // Token: 0x040030B4 RID: 12468 private static readonly IntPtr NativeMethodInfoPtr_OpenEvent_Public_Virtual_Void_0; // Token: 0x040030B5 RID: 12469 private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_0; }