Add v1.0.3.1
This commit is contained in:
82
Interop/Assembly-CSharp/AssetVideoRequest.cs
Normal file
82
Interop/Assembly-CSharp/AssetVideoRequest.cs
Normal file
@@ -0,0 +1,82 @@
|
||||
using System;
|
||||
using Il2CppInterop.Common.Attributes;
|
||||
using Il2CppInterop.Runtime;
|
||||
|
||||
// Token: 0x0200010C RID: 268
|
||||
public sealed class AssetVideoRequest : AssetRequestBase
|
||||
{
|
||||
// Token: 0x1700166E RID: 5742
|
||||
// (get) Token: 0x06003C54 RID: 15444 RVA: 0x000EE0A0 File Offset: 0x000EC2A0
|
||||
public unsafe override int AssetGroup
|
||||
{
|
||||
[CallerCount(0)]
|
||||
get
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AssetVideoRequest.NativeMethodInfoPtr_get_AssetGroup_Public_Virtual_get_Int32_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
return *IL2CPP.il2cpp_object_unbox(intPtr);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700166F RID: 5743
|
||||
// (get) Token: 0x06003C55 RID: 15445 RVA: 0x000EE0F0 File Offset: 0x000EC2F0
|
||||
public unsafe override string RootPath
|
||||
{
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 528260, XrefRangeEnd = 528262, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
get
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AssetVideoRequest.NativeMethodInfoPtr_get_RootPath_Protected_Virtual_get_String_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
return IL2CPP.Il2CppStringToManaged(intPtr);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06003C56 RID: 15446 RVA: 0x000EE13C File Offset: 0x000EC33C
|
||||
[CallerCount(5)]
|
||||
[CachedScanResults(RefRangeStart = 528245, RefRangeEnd = 528250, XrefRangeStart = 528245, XrefRangeEnd = 528250, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe AssetVideoRequest(string assetName)
|
||||
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<AssetVideoRequest>.NativeClassPtr))
|
||||
{
|
||||
checked
|
||||
{
|
||||
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
||||
*ptr = IL2CPP.ManagedStringToIl2Cpp(assetName);
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AssetVideoRequest.NativeMethodInfoPtr__ctor_Public_Void_String_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06003C57 RID: 15447 RVA: 0x000EE1A0 File Offset: 0x000EC3A0
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
static AssetVideoRequest()
|
||||
{
|
||||
Il2CppClassPointerStore<AssetVideoRequest>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "AssetVideoRequest");
|
||||
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<AssetVideoRequest>.NativeClassPtr);
|
||||
AssetVideoRequest.NativeMethodInfoPtr_get_AssetGroup_Public_Virtual_get_Int32_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AssetVideoRequest>.NativeClassPtr, 100666984);
|
||||
AssetVideoRequest.NativeMethodInfoPtr_get_RootPath_Protected_Virtual_get_String_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AssetVideoRequest>.NativeClassPtr, 100666985);
|
||||
AssetVideoRequest.NativeMethodInfoPtr__ctor_Public_Void_String_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AssetVideoRequest>.NativeClassPtr, 100666986);
|
||||
}
|
||||
|
||||
// Token: 0x06003C58 RID: 15448 RVA: 0x000EDA18 File Offset: 0x000EBC18
|
||||
public AssetVideoRequest(IntPtr pointer)
|
||||
: base(pointer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0400276E RID: 10094
|
||||
private static readonly IntPtr NativeMethodInfoPtr_get_AssetGroup_Public_Virtual_get_Int32_0;
|
||||
|
||||
// Token: 0x0400276F RID: 10095
|
||||
private static readonly IntPtr NativeMethodInfoPtr_get_RootPath_Protected_Virtual_get_String_0;
|
||||
|
||||
// Token: 0x04002770 RID: 10096
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_String_0;
|
||||
}
|
||||
Reference in New Issue
Block a user