139 lines
7.7 KiB
C#
139 lines
7.7 KiB
C#
using System;
|
|
using System.Runtime.CompilerServices;
|
|
using Cpp2IlInjected;
|
|
|
|
// Token: 0x0200010D RID: 269
|
|
[Token(Token = "0x200010D")]
|
|
public abstract class AssetRequestBase
|
|
{
|
|
// Token: 0x17000056 RID: 86
|
|
// (get) Token: 0x06000E7A RID: 3706
|
|
[Token(Token = "0x17000056")]
|
|
public abstract int AssetGroup
|
|
{
|
|
[Token(Token = "0x6000E7A")]
|
|
[Address(Slot = "4")]
|
|
get;
|
|
}
|
|
|
|
// Token: 0x17000057 RID: 87
|
|
// (get) Token: 0x06000E7B RID: 3707
|
|
[Token(Token = "0x17000057")]
|
|
protected abstract string RootPath
|
|
{
|
|
[Token(Token = "0x6000E7B")]
|
|
[Address(Slot = "5")]
|
|
get;
|
|
}
|
|
|
|
// Token: 0x17000058 RID: 88
|
|
// (get) Token: 0x06000E7C RID: 3708 RVA: 0x00022DB4 File Offset: 0x00020FB4
|
|
// (set) Token: 0x06000E7D RID: 3709 RVA: 0x00022DC8 File Offset: 0x00020FC8
|
|
[Token(Token = "0x17000058")]
|
|
public string AssetName
|
|
{
|
|
[Token(Token = "0x6000E7C")]
|
|
[Address(RVA = "0x345100", Offset = "0x343900", VA = "0x180345100")]
|
|
[CompilerGenerated]
|
|
get
|
|
{
|
|
return this.<AssetName>k__BackingField;
|
|
}
|
|
[Token(Token = "0x6000E7D")]
|
|
[Address(RVA = "0x3CBE00", Offset = "0x3CA600", VA = "0x1803CBE00")]
|
|
[CompilerGenerated]
|
|
protected set
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06000E7D)
|
|
|
|
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: 0x06000E7E RID: 3710 RVA: 0x00022DDC File Offset: 0x00020FDC
|
|
// (set) Token: 0x06000E7F RID: 3711 RVA: 0x00022DF0 File Offset: 0x00020FF0
|
|
[Token(Token = "0x17000059")]
|
|
public bool IncludeSubAssets
|
|
{
|
|
[Token(Token = "0x6000E7E")]
|
|
[Address(RVA = "0x41E660", Offset = "0x41CE60", VA = "0x18041E660")]
|
|
get;
|
|
[Token(Token = "0x6000E7F")]
|
|
[Address(RVA = "0x41E690", Offset = "0x41CE90", VA = "0x18041E690")]
|
|
protected set;
|
|
}
|
|
|
|
// Token: 0x1700005A RID: 90
|
|
// (get) Token: 0x06000E80 RID: 3712 RVA: 0x00022E04 File Offset: 0x00021004
|
|
// (set) Token: 0x06000E81 RID: 3713 RVA: 0x00022E18 File Offset: 0x00021018
|
|
[Token(Token = "0x1700005A")]
|
|
public Action OnFinished
|
|
{
|
|
[Token(Token = "0x6000E80")]
|
|
[Address(RVA = "0x2990A0", Offset = "0x2978A0", VA = "0x1802990A0")]
|
|
[CompilerGenerated]
|
|
get
|
|
{
|
|
return this.<OnFinished>k__BackingField;
|
|
}
|
|
[Token(Token = "0x6000E81")]
|
|
[Address(RVA = "0x453BA0", Offset = "0x4523A0", VA = "0x180453BA0")]
|
|
[CompilerGenerated]
|
|
set
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06000E81)
|
|
|
|
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: 0x06000E82 RID: 3714 RVA: 0x00022E2C File Offset: 0x0002102C
|
|
[Token(Token = "0x1700005B")]
|
|
public string AssetUri
|
|
{
|
|
[Token(Token = "0x6000E82")]
|
|
[Address(RVA = "0xB67620", Offset = "0xB65E20", VA = "0x180B67620")]
|
|
get
|
|
{
|
|
string rootPath = this.RootPath;
|
|
string text = this.<AssetName>k__BackingField;
|
|
return rootPath + "/" + text;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06000E83 RID: 3715 RVA: 0x00022E54 File Offset: 0x00021054
|
|
[Token(Token = "0x6000E83")]
|
|
[Address(RVA = "0xB675D0", Offset = "0xB65DD0", VA = "0x180B675D0")]
|
|
protected AssetRequestBase()
|
|
{
|
|
this.<AssetName>k__BackingField = "";
|
|
base..ctor();
|
|
}
|
|
}
|