This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,49 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Threading;
using Cpp2IlInjected;
namespace System.Resources
{
// Token: 0x020001F5 RID: 501
[Token(Token = "0x20001F5")]
internal class FileBasedResourceGroveler : IResourceGroveler
{
// Token: 0x06001357 RID: 4951 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001357")]
[Address(RVA = "0x493D90", Offset = "0x492D90", VA = "0x180493D90")]
public FileBasedResourceGroveler(ResourceManager.ResourceManagerMediator mediator)
{
}
// Token: 0x06001358 RID: 4952 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001358")]
[Address(RVA = "0x30B9250", Offset = "0x30B8250", VA = "0x1830B9250", Slot = "4")]
public ResourceSet GrovelForResourceSet(CultureInfo culture, Dictionary<string, ResourceSet> localResourceSets, bool tryParents, bool createIfNotExists, ref StackCrawlMark stackMark)
{
return null;
}
// Token: 0x06001359 RID: 4953 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001359")]
[Address(RVA = "0x30B9180", Offset = "0x30B8180", VA = "0x1830B9180")]
private string FindResourceFile(CultureInfo culture, string fileName)
{
return null;
}
// Token: 0x0600135A RID: 4954 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600135A")]
[Address(RVA = "0x30B8F10", Offset = "0x30B7F10", VA = "0x1830B8F10")]
private ResourceSet CreateResourceSet(string file)
{
return null;
}
// Token: 0x040009B3 RID: 2483
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x40009B3")]
private ResourceManager.ResourceManagerMediator _mediator;
}
}