139 lines
7.7 KiB
C#
139 lines
7.7 KiB
C#
using System;
|
|
using System.Runtime.CompilerServices;
|
|
using Cpp2IlInjected;
|
|
|
|
// Token: 0x02000132 RID: 306
|
|
[Token(Token = "0x2000132")]
|
|
public abstract class AssetRequestBase
|
|
{
|
|
// Token: 0x17000056 RID: 86
|
|
// (get) Token: 0x06000F9C RID: 3996
|
|
[Token(Token = "0x17000056")]
|
|
public abstract int AssetGroup
|
|
{
|
|
[Token(Token = "0x6000F9C")]
|
|
[Address(Slot = "4")]
|
|
get;
|
|
}
|
|
|
|
// Token: 0x17000057 RID: 87
|
|
// (get) Token: 0x06000F9D RID: 3997
|
|
[Token(Token = "0x17000057")]
|
|
protected abstract string RootPath
|
|
{
|
|
[Token(Token = "0x6000F9D")]
|
|
[Address(Slot = "5")]
|
|
get;
|
|
}
|
|
|
|
// Token: 0x17000058 RID: 88
|
|
// (get) Token: 0x06000F9E RID: 3998 RVA: 0x000246A4 File Offset: 0x000228A4
|
|
// (set) Token: 0x06000F9F RID: 3999 RVA: 0x000246B8 File Offset: 0x000228B8
|
|
[Token(Token = "0x17000058")]
|
|
public string AssetName
|
|
{
|
|
[Token(Token = "0x6000F9E")]
|
|
[Address(RVA = "0x32FD80", Offset = "0x32ED80", VA = "0x18032FD80")]
|
|
[CompilerGenerated]
|
|
get
|
|
{
|
|
return this.<AssetName>k__BackingField;
|
|
}
|
|
[Token(Token = "0x6000F9F")]
|
|
[Address(RVA = "0x3EDC60", Offset = "0x3ECC60", VA = "0x1803EDC60")]
|
|
[CompilerGenerated]
|
|
protected set
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06000F9F)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void AssetRequestBase::set_AssetName(System.String)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{; Block_0:; stfld:string(AssetRequestBase::<AssetName>k__BackingField, ldloc:AssetRequestBase(this), ldloc:string(value)); };
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1810
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 344
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
|
--- End of inner exception stack trace ---
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
|
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1618
|
|
*/;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17000059 RID: 89
|
|
// (get) Token: 0x06000FA0 RID: 4000 RVA: 0x000246CC File Offset: 0x000228CC
|
|
// (set) Token: 0x06000FA1 RID: 4001 RVA: 0x000246E0 File Offset: 0x000228E0
|
|
[Token(Token = "0x17000059")]
|
|
public bool IncludeSubAssets
|
|
{
|
|
[Token(Token = "0x6000FA0")]
|
|
[Address(RVA = "0x368050", Offset = "0x367050", VA = "0x180368050")]
|
|
get;
|
|
[Token(Token = "0x6000FA1")]
|
|
[Address(RVA = "0x368060", Offset = "0x367060", VA = "0x180368060")]
|
|
protected set;
|
|
}
|
|
|
|
// Token: 0x1700005A RID: 90
|
|
// (get) Token: 0x06000FA2 RID: 4002 RVA: 0x000246F4 File Offset: 0x000228F4
|
|
// (set) Token: 0x06000FA3 RID: 4003 RVA: 0x00024708 File Offset: 0x00022908
|
|
[Token(Token = "0x1700005A")]
|
|
public Action OnFinished
|
|
{
|
|
[Token(Token = "0x6000FA2")]
|
|
[Address(RVA = "0x2990A0", Offset = "0x2980A0", VA = "0x1802990A0")]
|
|
[CompilerGenerated]
|
|
get
|
|
{
|
|
return this.<OnFinished>k__BackingField;
|
|
}
|
|
[Token(Token = "0x6000FA3")]
|
|
[Address(RVA = "0x454210", Offset = "0x453210", VA = "0x180454210")]
|
|
[CompilerGenerated]
|
|
set
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06000FA3)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void AssetRequestBase::set_OnFinished(System.Action)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{; Block_0:; stfld:Action(AssetRequestBase::<OnFinished>k__BackingField, ldloc:AssetRequestBase(this), ldloc:Action(value)); };
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1810
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 344
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
|
--- End of inner exception stack trace ---
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
|
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1618
|
|
*/;
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700005B RID: 91
|
|
// (get) Token: 0x06000FA4 RID: 4004 RVA: 0x0002471C File Offset: 0x0002291C
|
|
[Token(Token = "0x1700005B")]
|
|
public string AssetUri
|
|
{
|
|
[Token(Token = "0x6000FA4")]
|
|
[Address(RVA = "0xDB4820", Offset = "0xDB3820", VA = "0x180DB4820")]
|
|
get
|
|
{
|
|
string rootPath = this.RootPath;
|
|
string text = this.<AssetName>k__BackingField;
|
|
return rootPath + "/" + text;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06000FA5 RID: 4005 RVA: 0x00024744 File Offset: 0x00022944
|
|
[Token(Token = "0x6000FA5")]
|
|
[Address(RVA = "0xDB47D0", Offset = "0xDB37D0", VA = "0x180DB47D0")]
|
|
protected AssetRequestBase()
|
|
{
|
|
this.<AssetName>k__BackingField = "";
|
|
base..ctor();
|
|
}
|
|
}
|