Add v1.0.3.1
This commit is contained in:
82
Interop/Assembly-CSharp/AssetSoulRequest.cs
Normal file
82
Interop/Assembly-CSharp/AssetSoulRequest.cs
Normal file
@@ -0,0 +1,82 @@
|
||||
using System;
|
||||
using Il2CppInterop.Common.Attributes;
|
||||
using Il2CppInterop.Runtime;
|
||||
|
||||
// Token: 0x02000109 RID: 265
|
||||
public sealed class AssetSoulRequest : AssetRequestBase
|
||||
{
|
||||
// Token: 0x17001667 RID: 5735
|
||||
// (get) Token: 0x06003C43 RID: 15427 RVA: 0x000EDBE0 File Offset: 0x000EBDE0
|
||||
public unsafe override int AssetGroup
|
||||
{
|
||||
[CallerCount(0)]
|
||||
get
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AssetSoulRequest.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: 0x17001668 RID: 5736
|
||||
// (get) Token: 0x06003C44 RID: 15428 RVA: 0x000EDC30 File Offset: 0x000EBE30
|
||||
public unsafe override string RootPath
|
||||
{
|
||||
[CallerCount(0)]
|
||||
[CachedScanResults(RefRangeStart = 0, RefRangeEnd = 0, XrefRangeStart = 528250, XrefRangeEnd = 528252, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
get
|
||||
{
|
||||
IL2CPP.Il2CppObjectBaseToPtrNotNull(this);
|
||||
IntPtr* ptr = null;
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AssetSoulRequest.NativeMethodInfoPtr_get_RootPath_Protected_Virtual_get_String_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
return IL2CPP.Il2CppStringToManaged(intPtr);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06003C45 RID: 15429 RVA: 0x000EDC7C File Offset: 0x000EBE7C
|
||||
[CallerCount(5)]
|
||||
[CachedScanResults(RefRangeStart = 528245, RefRangeEnd = 528250, XrefRangeStart = 528245, XrefRangeEnd = 528250, MetadataInitTokenRva = 0L, MetadataInitFlagRva = 0L)]
|
||||
public unsafe AssetSoulRequest(string assetName)
|
||||
: this(IL2CPP.il2cpp_object_new(Il2CppClassPointerStore<AssetSoulRequest>.NativeClassPtr))
|
||||
{
|
||||
checked
|
||||
{
|
||||
IntPtr* ptr = stackalloc IntPtr[unchecked((UIntPtr)1) * (UIntPtr)sizeof(IntPtr)];
|
||||
*ptr = IL2CPP.ManagedStringToIl2Cpp(assetName);
|
||||
IntPtr intPtr2;
|
||||
IntPtr intPtr = IL2CPP.il2cpp_runtime_invoke(AssetSoulRequest.NativeMethodInfoPtr__ctor_Public_Void_String_0, IL2CPP.Il2CppObjectBaseToPtrNotNull(this), (void**)ptr, ref intPtr2);
|
||||
Il2CppException.RaiseExceptionIfNecessary(intPtr2);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06003C46 RID: 15430 RVA: 0x000EDCE0 File Offset: 0x000EBEE0
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
static AssetSoulRequest()
|
||||
{
|
||||
Il2CppClassPointerStore<AssetSoulRequest>.NativeClassPtr = IL2CPP.GetIl2CppClass("Assembly-CSharp.dll", "", "AssetSoulRequest");
|
||||
IL2CPP.il2cpp_runtime_class_init(Il2CppClassPointerStore<AssetSoulRequest>.NativeClassPtr);
|
||||
AssetSoulRequest.NativeMethodInfoPtr_get_AssetGroup_Public_Virtual_get_Int32_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AssetSoulRequest>.NativeClassPtr, 100666975);
|
||||
AssetSoulRequest.NativeMethodInfoPtr_get_RootPath_Protected_Virtual_get_String_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AssetSoulRequest>.NativeClassPtr, 100666976);
|
||||
AssetSoulRequest.NativeMethodInfoPtr__ctor_Public_Void_String_0 = IL2CPP.GetIl2CppMethodByToken(Il2CppClassPointerStore<AssetSoulRequest>.NativeClassPtr, 100666977);
|
||||
}
|
||||
|
||||
// Token: 0x06003C47 RID: 15431 RVA: 0x000EDA18 File Offset: 0x000EBC18
|
||||
public AssetSoulRequest(IntPtr pointer)
|
||||
: base(pointer)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04002764 RID: 10084
|
||||
private static readonly IntPtr NativeMethodInfoPtr_get_AssetGroup_Public_Virtual_get_Int32_0;
|
||||
|
||||
// Token: 0x04002765 RID: 10085
|
||||
private static readonly IntPtr NativeMethodInfoPtr_get_RootPath_Protected_Virtual_get_String_0;
|
||||
|
||||
// Token: 0x04002766 RID: 10086
|
||||
private static readonly IntPtr NativeMethodInfoPtr__ctor_Public_Void_String_0;
|
||||
}
|
||||
Reference in New Issue
Block a user