This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,103 @@
using System;
using System.Collections;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace System.Resources
{
// Token: 0x020001ED RID: 493
[Token(Token = "0x20001ED")]
internal sealed class FastResourceComparer : IComparer, IEqualityComparer, IComparer<string>, IEqualityComparer<string>
{
// Token: 0x0600130E RID: 4878 RVA: 0x0000EB38 File Offset: 0x0000CD38
[Token(Token = "0x600130E")]
[Address(RVA = "0x294CAC0", Offset = "0x294B8C0", VA = "0x18294CAC0", Slot = "6")]
public int GetHashCode(object key)
{
return 0;
}
// Token: 0x0600130F RID: 4879 RVA: 0x0000EB50 File Offset: 0x0000CD50
[Token(Token = "0x600130F")]
[Address(RVA = "0x294CA20", Offset = "0x294B820", VA = "0x18294CA20", Slot = "9")]
public int GetHashCode(string key)
{
return 0;
}
// Token: 0x06001310 RID: 4880 RVA: 0x0000EB68 File Offset: 0x0000CD68
[Token(Token = "0x6001310")]
[Address(RVA = "0x294CB80", Offset = "0x294B980", VA = "0x18294CB80")]
internal static int HashFunction(string key)
{
return 0;
}
// Token: 0x06001311 RID: 4881 RVA: 0x0000EB80 File Offset: 0x0000CD80
[Token(Token = "0x6001311")]
[Address(RVA = "0x294C8C0", Offset = "0x294B6C0", VA = "0x18294C8C0", Slot = "4")]
public int Compare(object a, object b)
{
return 0;
}
// Token: 0x06001312 RID: 4882 RVA: 0x0000EB98 File Offset: 0x0000CD98
[Token(Token = "0x6001312")]
[Address(RVA = "0x294C960", Offset = "0x294B760", VA = "0x18294C960", Slot = "7")]
public int Compare(string a, string b)
{
return 0;
}
// Token: 0x06001313 RID: 4883 RVA: 0x0000EBB0 File Offset: 0x0000CDB0
[Token(Token = "0x6001313")]
[Address(RVA = "0x25460F0", Offset = "0x2544EF0", VA = "0x1825460F0", Slot = "8")]
public bool Equals(string a, string b)
{
return default(bool);
}
// Token: 0x06001314 RID: 4884 RVA: 0x0000EBC8 File Offset: 0x0000CDC8
[Token(Token = "0x6001314")]
[Address(RVA = "0x294C980", Offset = "0x294B780", VA = "0x18294C980", Slot = "5")]
public bool Equals(object a, object b)
{
return default(bool);
}
// Token: 0x06001315 RID: 4885 RVA: 0x0000EBE0 File Offset: 0x0000CDE0
[Token(Token = "0x6001315")]
[Address(RVA = "0x294C620", Offset = "0x294B420", VA = "0x18294C620")]
public static int CompareOrdinal(string a, byte[] bytes, int bCharLength)
{
return 0;
}
// Token: 0x06001316 RID: 4886 RVA: 0x0000EBF8 File Offset: 0x0000CDF8
[Token(Token = "0x6001316")]
[Address(RVA = "0x294C7B0", Offset = "0x294B5B0", VA = "0x18294C7B0")]
public static int CompareOrdinal(byte[] bytes, int aCharLength, string b)
{
return 0;
}
// Token: 0x06001317 RID: 4887 RVA: 0x0000EC10 File Offset: 0x0000CE10
[Token(Token = "0x6001317")]
[Address(RVA = "0x294C700", Offset = "0x294B500", VA = "0x18294C700")]
internal unsafe static int CompareOrdinal(byte* a, int byteLen, string b)
{
return 0;
}
// Token: 0x06001318 RID: 4888 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001318")]
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
public FastResourceComparer()
{
}
// Token: 0x040009A8 RID: 2472
[Token(Token = "0x40009A8")]
internal static readonly FastResourceComparer Default;
}
}
@@ -0,0 +1,49 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Threading;
using Cpp2IlInjected;
namespace System.Resources
{
// Token: 0x020001EE RID: 494
[Token(Token = "0x20001EE")]
internal class FileBasedResourceGroveler : IResourceGroveler
{
// Token: 0x0600131A RID: 4890 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600131A")]
[Address(RVA = "0x3FFB80", Offset = "0x3FE980", VA = "0x1803FFB80")]
public FileBasedResourceGroveler(ResourceManager.ResourceManagerMediator mediator)
{
}
// Token: 0x0600131B RID: 4891 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600131B")]
[Address(RVA = "0x294D070", Offset = "0x294BE70", VA = "0x18294D070", Slot = "4")]
public ResourceSet GrovelForResourceSet(CultureInfo culture, Dictionary<string, ResourceSet> localResourceSets, bool tryParents, bool createIfNotExists, ref StackCrawlMark stackMark)
{
return null;
}
// Token: 0x0600131C RID: 4892 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600131C")]
[Address(RVA = "0x294CFA0", Offset = "0x294BDA0", VA = "0x18294CFA0")]
private string FindResourceFile(CultureInfo culture, string fileName)
{
return null;
}
// Token: 0x0600131D RID: 4893 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600131D")]
[Address(RVA = "0x294CC40", Offset = "0x294BA40", VA = "0x18294CC40")]
private ResourceSet CreateResourceSet(string file)
{
return null;
}
// Token: 0x040009A9 RID: 2473
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x40009A9")]
private ResourceManager.ResourceManagerMediator _mediator;
}
}
@@ -0,0 +1,18 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Threading;
using Cpp2IlInjected;
namespace System.Resources
{
// Token: 0x020001EF RID: 495
[Token(Token = "0x20001EF")]
internal interface IResourceGroveler
{
// Token: 0x0600131E RID: 4894
[Token(Token = "0x600131E")]
[Address(Slot = "0")]
ResourceSet GrovelForResourceSet(CultureInfo culture, Dictionary<string, ResourceSet> localResourceSets, bool tryParents, bool createIfNotExists, ref StackCrawlMark stackMark);
}
}
@@ -0,0 +1,27 @@
using System;
using System.Collections;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Resources
{
/// <summary>Provides the base functionality for reading data from resource files.</summary>
// Token: 0x020001F0 RID: 496
[Token(Token = "0x20001F0")]
[ComVisible(true)]
public interface IResourceReader : IEnumerable, IDisposable
{
/// <summary>Closes the resource reader after releasing any resources associated with it.</summary>
// Token: 0x0600131F RID: 4895
[Token(Token = "0x600131F")]
[Address(Slot = "0")]
void Close();
/// <summary>Returns a dictionary enumerator of the resources for this reader.</summary>
/// <returns>A dictionary enumerator for the resources for this reader.</returns>
// Token: 0x06001320 RID: 4896
[Token(Token = "0x6001320")]
[Address(Slot = "1")]
IDictionaryEnumerator GetEnumerator();
}
}
@@ -0,0 +1,121 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Reflection;
using System.Threading;
using Cpp2IlInjected;
namespace System.Resources
{
// Token: 0x020001F1 RID: 497
[Token(Token = "0x20001F1")]
internal class ManifestBasedResourceGroveler : IResourceGroveler
{
// Token: 0x06001321 RID: 4897 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001321")]
[Address(RVA = "0x3FFB80", Offset = "0x3FE980", VA = "0x1803FFB80")]
public ManifestBasedResourceGroveler(ResourceManager.ResourceManagerMediator mediator)
{
}
// Token: 0x06001322 RID: 4898 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001322")]
[Address(RVA = "0x294EB90", Offset = "0x294D990", VA = "0x18294EB90", Slot = "4")]
public ResourceSet GrovelForResourceSet(CultureInfo culture, Dictionary<string, ResourceSet> localResourceSets, bool tryParents, bool createIfNotExists, ref StackCrawlMark stackMark)
{
return null;
}
// Token: 0x06001323 RID: 4899 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001323")]
[Address(RVA = "0x294F740", Offset = "0x294E540", VA = "0x18294F740")]
private CultureInfo UltimateFallbackFixup(CultureInfo lookForCulture)
{
return null;
}
// Token: 0x06001324 RID: 4900 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001324")]
[Address(RVA = "0x294E620", Offset = "0x294D420", VA = "0x18294E620")]
internal static CultureInfo GetNeutralResourcesLanguage(Assembly a, ref UltimateResourceFallbackLocation fallbackLocation)
{
return null;
}
// Token: 0x06001325 RID: 4901 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001325")]
[Address(RVA = "0x294DA90", Offset = "0x294C890", VA = "0x18294DA90")]
internal ResourceSet CreateResourceSet(Stream store, Assembly assembly)
{
return null;
}
// Token: 0x06001326 RID: 4902 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001326")]
[Address(RVA = "0x294E4A0", Offset = "0x294D2A0", VA = "0x18294E4A0")]
private Stream GetManifestResourceStream(RuntimeAssembly satellite, string fileName, ref StackCrawlMark stackMark)
{
return null;
}
// Token: 0x06001327 RID: 4903 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001327")]
[Address(RVA = "0x294D6D0", Offset = "0x294C4D0", VA = "0x18294D6D0")]
private Stream CaseInsensitiveManifestResourceStreamLookup(RuntimeAssembly satellite, string name)
{
return null;
}
// Token: 0x06001328 RID: 4904 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001328")]
[Address(RVA = "0x294E970", Offset = "0x294D770", VA = "0x18294E970")]
private RuntimeAssembly GetSatelliteAssembly(CultureInfo lookForCulture, ref StackCrawlMark stackMark)
{
return null;
}
// Token: 0x06001329 RID: 4905 RVA: 0x0000EC28 File Offset: 0x0000CE28
[Token(Token = "0x6001329")]
[Address(RVA = "0x294D540", Offset = "0x294C340", VA = "0x18294D540")]
private bool CanUseDefaultResourceClasses(string readerTypeName, string resSetTypeName)
{
return default(bool);
}
// Token: 0x0600132A RID: 4906 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600132A")]
[Address(RVA = "0x294E910", Offset = "0x294D710", VA = "0x18294E910")]
private string GetSatelliteAssemblyName()
{
return null;
}
// Token: 0x0600132B RID: 4907 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600132B")]
[Address(RVA = "0x294F3E0", Offset = "0x294E1E0", VA = "0x18294F3E0")]
private void HandleSatelliteMissing()
{
}
// Token: 0x0600132C RID: 4908 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600132C")]
[Address(RVA = "0x294F0C0", Offset = "0x294DEC0", VA = "0x18294F0C0")]
private void HandleResourceStreamMissing(string fileName)
{
}
// Token: 0x0600132D RID: 4909 RVA: 0x0000EC40 File Offset: 0x0000CE40
[Token(Token = "0x600132D")]
[Address(RVA = "0x294E5A0", Offset = "0x294D3A0", VA = "0x18294E5A0")]
private static bool GetNeutralResourcesLanguageAttribute(Assembly assembly, ref string cultureName, ref short fallbackLocation)
{
return default(bool);
}
// Token: 0x040009AA RID: 2474
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x40009AA")]
private ResourceManager.ResourceManagerMediator _mediator;
}
}
@@ -0,0 +1,42 @@
using System;
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System.Resources
{
/// <summary>The exception that is thrown if the main assembly does not contain the resources for the neutral culture, and an appropriate satellite assembly is missing.</summary>
// Token: 0x020001F2 RID: 498
[Token(Token = "0x20001F2")]
[ComVisible(true)]
[Serializable]
public class MissingManifestResourceException : SystemException
{
/// <summary>Initializes a new instance of the <see cref="T:System.Resources.MissingManifestResourceException" /> class with default properties.</summary>
// Token: 0x0600132E RID: 4910 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600132E")]
[Address(RVA = "0x294F8B0", Offset = "0x294E6B0", VA = "0x18294F8B0")]
public MissingManifestResourceException()
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Resources.MissingManifestResourceException" /> class with the specified error message.</summary>
/// <param name="message">The error message that explains the reason for the exception.</param>
// Token: 0x0600132F RID: 4911 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600132F")]
[Address(RVA = "0x294F880", Offset = "0x294E680", VA = "0x18294F880")]
public MissingManifestResourceException(string message)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Resources.MissingManifestResourceException" /> class from serialized data.</summary>
/// <param name="info">The object that holds the serialized object data.</param>
/// <param name="context">The contextual information about the source or destination of the exception.</param>
// Token: 0x06001330 RID: 4912 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001330")]
[Address(RVA = "0x3F60E0", Offset = "0x3F4EE0", VA = "0x1803F60E0")]
protected MissingManifestResourceException(SerializationInfo info, StreamingContext context)
{
}
}
}
@@ -0,0 +1,48 @@
using System;
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System.Resources
{
/// <summary>The exception that is thrown when the satellite assembly for the resources of the default culture is missing.</summary>
// Token: 0x020001F3 RID: 499
[Token(Token = "0x20001F3")]
[ComVisible(true)]
[Serializable]
public class MissingSatelliteAssemblyException : SystemException
{
/// <summary>Initializes a new instance of the <see cref="T:System.Resources.MissingSatelliteAssemblyException" /> class with default properties.</summary>
// Token: 0x06001331 RID: 4913 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001331")]
[Address(RVA = "0x294F910", Offset = "0x294E710", VA = "0x18294F910")]
public MissingSatelliteAssemblyException()
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Resources.MissingSatelliteAssemblyException" /> class with a specified error message and the name of a neutral culture.</summary>
/// <param name="message">The error message that explains the reason for the exception.</param>
/// <param name="cultureName">The name of the neutral culture.</param>
// Token: 0x06001332 RID: 4914 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001332")]
[Address(RVA = "0x294F970", Offset = "0x294E770", VA = "0x18294F970")]
public MissingSatelliteAssemblyException(string message, string cultureName)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Resources.MissingSatelliteAssemblyException" /> class from serialized data.</summary>
/// <param name="info">The object that holds the serialized object data.</param>
/// <param name="context">The contextual information about the source or destination of the exception.</param>
// Token: 0x06001333 RID: 4915 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001333")]
[Address(RVA = "0x3F60E0", Offset = "0x3F4EE0", VA = "0x1803F60E0")]
protected MissingSatelliteAssemblyException(SerializationInfo info, StreamingContext context)
{
}
// Token: 0x040009AB RID: 2475
[global::Cpp2IlInjected.FieldOffset(Offset = "0x88")]
[Token(Token = "0x40009AB")]
private string _cultureName;
}
}
@@ -0,0 +1,64 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Resources
{
/// <summary>Informs the resource manager of an app's default culture. This class cannot be inherited.</summary>
// Token: 0x020001F4 RID: 500
[Token(Token = "0x20001F4")]
[AttributeUsage(AttributeTargets.Assembly)]
[ComVisible(true)]
public sealed class NeutralResourcesLanguageAttribute : Attribute
{
/// <summary>Initializes a new instance of the <see cref="T:System.Resources.NeutralResourcesLanguageAttribute" /> class.</summary>
/// <param name="cultureName">The name of the culture that the current assembly's neutral resources were written in.</param>
/// <exception cref="T:System.ArgumentNullException">The <paramref name="cultureName" /> parameter is <see langword="null" />.</exception>
// Token: 0x06001334 RID: 4916 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001334")]
[Address(RVA = "0x2953CD0", Offset = "0x2952AD0", VA = "0x182953CD0")]
public NeutralResourcesLanguageAttribute(string cultureName)
{
}
/// <summary>Gets the culture name.</summary>
/// <returns>The name of the default culture for the main assembly.</returns>
// Token: 0x170001DD RID: 477
// (get) Token: 0x06001335 RID: 4917 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x170001DD")]
public string CultureName
{
[Token(Token = "0x6001335")]
[Address(RVA = "0x3F6E20", Offset = "0x3F5C20", VA = "0x1803F6E20")]
get
{
return null;
}
}
/// <summary>Gets the location for the <see cref="T:System.Resources.ResourceManager" /> class to use to retrieve neutral resources by using the resource fallback process.</summary>
/// <returns>One of the enumeration values that indicates the location (main assembly or satellite) from which to retrieve neutral resources.</returns>
// Token: 0x170001DE RID: 478
// (get) Token: 0x06001336 RID: 4918 RVA: 0x0000EC58 File Offset: 0x0000CE58
[Token(Token = "0x170001DE")]
public UltimateResourceFallbackLocation Location
{
[Token(Token = "0x6001336")]
[Address(RVA = "0x40B720", Offset = "0x40A520", VA = "0x18040B720")]
get
{
return UltimateResourceFallbackLocation.MainAssembly;
}
}
// Token: 0x040009AC RID: 2476
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x40009AC")]
private string _culture;
// Token: 0x040009AD RID: 2477
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
[Token(Token = "0x40009AD")]
private UltimateResourceFallbackLocation _fallbackLoc;
}
}
@@ -0,0 +1,51 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using Cpp2IlInjected;
namespace System.Resources
{
// Token: 0x020001F5 RID: 501
[Token(Token = "0x20001F5")]
internal class ResourceFallbackManager : IEnumerable<CultureInfo>, IEnumerable
{
// Token: 0x06001337 RID: 4919 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001337")]
[Address(RVA = "0x2955BE0", Offset = "0x29549E0", VA = "0x182955BE0")]
internal ResourceFallbackManager(CultureInfo startingCulture, CultureInfo neutralResourcesCulture, bool useParents)
{
}
// Token: 0x06001338 RID: 4920 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001338")]
[Address(RVA = "0x2955B80", Offset = "0x2954980", VA = "0x182955B80", Slot = "5")]
IEnumerator IEnumerable.GetEnumerator()
{
return null;
}
// Token: 0x06001339 RID: 4921 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001339")]
[Address(RVA = "0x2955B80", Offset = "0x2954980", VA = "0x182955B80", Slot = "4")]
public IEnumerator<CultureInfo> GetEnumerator()
{
return null;
}
// Token: 0x040009AE RID: 2478
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x40009AE")]
private CultureInfo m_startingCulture;
// Token: 0x040009AF RID: 2479
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x40009AF")]
private CultureInfo m_neutralResourcesCulture;
// Token: 0x040009B0 RID: 2480
[FieldOffset(Offset = "0x20")]
[Token(Token = "0x40009B0")]
private bool m_useParents;
}
}
@@ -0,0 +1,67 @@
using System;
using Cpp2IlInjected;
namespace System.Resources
{
// Token: 0x020001FA RID: 506
[Token(Token = "0x20001FA")]
internal struct ResourceLocator
{
// Token: 0x06001368 RID: 4968 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001368")]
[Address(RVA = "0x25643D0", Offset = "0x25631D0", VA = "0x1825643D0")]
internal ResourceLocator(int dataPos, object value)
{
}
// Token: 0x170001EF RID: 495
// (get) Token: 0x06001369 RID: 4969 RVA: 0x0000ED00 File Offset: 0x0000CF00
[Token(Token = "0x170001EF")]
internal int DataPosition
{
[Token(Token = "0x6001369")]
[Address(RVA = "0x4C4D90", Offset = "0x4C3B90", VA = "0x1804C4D90")]
get
{
return 0;
}
}
// Token: 0x170001F0 RID: 496
// (get) Token: 0x0600136A RID: 4970 RVA: 0x00002082 File Offset: 0x00000282
// (set) Token: 0x0600136B RID: 4971 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170001F0")]
internal object Value
{
[Token(Token = "0x600136A")]
[Address(RVA = "0x41D090", Offset = "0x41BE90", VA = "0x18041D090")]
get
{
return null;
}
[Token(Token = "0x600136B")]
[Address(RVA = "0x461A30", Offset = "0x460830", VA = "0x180461A30")]
set
{
}
}
// Token: 0x0600136C RID: 4972 RVA: 0x0000ED18 File Offset: 0x0000CF18
[Token(Token = "0x600136C")]
[Address(RVA = "0x2955C80", Offset = "0x2954A80", VA = "0x182955C80")]
internal static bool CanCache(ResourceTypeCode value)
{
return default(bool);
}
// Token: 0x040009D2 RID: 2514
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x40009D2")]
internal object _value;
// Token: 0x040009D3 RID: 2515
[FieldOffset(Offset = "0x8")]
[Token(Token = "0x40009D3")]
internal int _dataPos;
}
}
@@ -0,0 +1,602 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Runtime.Serialization;
using System.Threading;
using Cpp2IlInjected;
namespace System.Resources
{
/// <summary>Represents a resource manager that provides convenient access to culture-specific resources at run time.</summary>
// Token: 0x020001F7 RID: 503
[Token(Token = "0x20001F7")]
[ComVisible(true)]
[Serializable]
public class ResourceManager
{
// Token: 0x06001340 RID: 4928 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001340")]
[Address(RVA = "0x2957550", Offset = "0x2956350", VA = "0x182957550")]
private void Init()
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Resources.ResourceManager" /> class with default values.</summary>
// Token: 0x06001341 RID: 4929 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001341")]
[Address(RVA = "0x2957EF0", Offset = "0x2956CF0", VA = "0x182957EF0")]
protected ResourceManager()
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Resources.ResourceManager" /> class that looks up resources contained in files with the specified root name in the given assembly.</summary>
/// <param name="baseName">The root name of the resource file without its extension but including any fully qualified namespace name. For example, the root name for the resource file named MyApplication.MyResource.en-US.resources is MyApplication.MyResource.</param>
/// <param name="assembly">The main assembly for the resources.</param>
/// <exception cref="T:System.ArgumentNullException">The <paramref name="baseName" /> or <paramref name="assembly" /> parameter is <see langword="null" />.</exception>
// Token: 0x06001342 RID: 4930 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001342")]
[Address(RVA = "0x2958200", Offset = "0x2957000", VA = "0x182958200")]
public ResourceManager(string baseName, Assembly assembly)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Resources.ResourceManager" /> class that looks up resources in satellite assemblies based on information from the specified type object.</summary>
/// <param name="resourceSource">A type from which the resource manager derives all information for finding .resources files.</param>
/// <exception cref="T:System.ArgumentNullException">The <paramref name="resourceSource" /> parameter is <see langword="null" />.</exception>
// Token: 0x06001343 RID: 4931 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001343")]
[Address(RVA = "0x2957FA0", Offset = "0x2956DA0", VA = "0x182957FA0")]
public ResourceManager(Type resourceSource)
{
}
// Token: 0x06001344 RID: 4932 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001344")]
[Address(RVA = "0x2957CF0", Offset = "0x2956AF0", VA = "0x182957CF0")]
[OnDeserializing]
private void OnDeserializing(StreamingContext ctx)
{
}
// Token: 0x06001345 RID: 4933 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001345")]
[Address(RVA = "0x2957B90", Offset = "0x2956990", VA = "0x182957B90")]
[OnDeserialized]
private void OnDeserialized(StreamingContext ctx)
{
}
// Token: 0x06001346 RID: 4934 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001346")]
[Address(RVA = "0x2957D10", Offset = "0x2956B10", VA = "0x182957D10")]
[OnSerializing]
private void OnSerializing(StreamingContext ctx)
{
}
// Token: 0x06001347 RID: 4935 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001347")]
[Address(RVA = "0x2956030", Offset = "0x2954E30", VA = "0x182956030")]
private void CommonAssemblyInit()
{
}
/// <summary>Gets the root name of the resource files that the <see cref="T:System.Resources.ResourceManager" /> searches for resources.</summary>
/// <returns>The root name of the resource files that the <see cref="T:System.Resources.ResourceManager" /> searches for resources.</returns>
// Token: 0x170001E1 RID: 481
// (get) Token: 0x06001348 RID: 4936 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x170001E1")]
public virtual string BaseName
{
[Token(Token = "0x6001348")]
[Address(RVA = "0x3F6E20", Offset = "0x3F5C20", VA = "0x1803F6E20", Slot = "4")]
get
{
return null;
}
}
/// <summary>Gets or sets a value that indicates whether the resource manager allows case-insensitive resource lookups in the <see cref="M:System.Resources.ResourceManager.GetString(System.String)" /> and <see cref="M:System.Resources.ResourceManager.GetObject(System.String)" /> methods.</summary>
/// <returns>
/// <see langword="true" /> to ignore case during resource lookup; otherwise, <see langword="false" />.</returns>
// Token: 0x170001E2 RID: 482
// (get) Token: 0x06001349 RID: 4937 RVA: 0x0000EC88 File Offset: 0x0000CE88
[Token(Token = "0x170001E2")]
public virtual bool IgnoreCase
{
[Token(Token = "0x6001349")]
[Address(RVA = "0x40FFA0", Offset = "0x40EDA0", VA = "0x18040FFA0", Slot = "5")]
get
{
return default(bool);
}
}
/// <summary>Gets or sets the location from which to retrieve default fallback resources.</summary>
/// <returns>One of the enumeration values that specifies where the resource manager can look for fallback resources.</returns>
// Token: 0x170001E3 RID: 483
// (get) Token: 0x0600134A RID: 4938 RVA: 0x0000ECA0 File Offset: 0x0000CEA0
[Token(Token = "0x170001E3")]
protected UltimateResourceFallbackLocation FallbackLocation
{
[Token(Token = "0x600134A")]
[Address(RVA = "0x7FA0A0", Offset = "0x7F8EA0", VA = "0x1807FA0A0")]
get
{
return UltimateResourceFallbackLocation.MainAssembly;
}
}
/// <summary>Generates the name of the resource file for the given <see cref="T:System.Globalization.CultureInfo" /> object.</summary>
/// <param name="culture">The culture object for which a resource file name is constructed.</param>
/// <returns>The name that can be used for a resource file for the given <see cref="T:System.Globalization.CultureInfo" /> object.</returns>
// Token: 0x0600134B RID: 4939 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600134B")]
[Address(RVA = "0x2956790", Offset = "0x2955590", VA = "0x182956790", Slot = "6")]
protected virtual string GetResourceFileName(CultureInfo culture)
{
return null;
}
// Token: 0x0600134C RID: 4940 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600134C")]
[Address(RVA = "0x2956390", Offset = "0x2955190", VA = "0x182956390")]
internal ResourceSet GetFirstResourceSet(CultureInfo culture)
{
return null;
}
/// <summary>Retrieves the resource set for a particular culture.</summary>
/// <param name="culture">The culture whose resources are to be retrieved.</param>
/// <param name="createIfNotExists">
/// <see langword="true" /> to load the resource set, if it has not been loaded yet; otherwise, <see langword="false" />.</param>
/// <param name="tryParents">
/// <see langword="true" /> to use resource fallback to load an appropriate resource if the resource set cannot be found; <see langword="false" /> to bypass the resource fallback process.</param>
/// <returns>The resource set for the specified culture.</returns>
/// <exception cref="T:System.ArgumentNullException">The <paramref name="culture" /> parameter is <see langword="null" />.</exception>
/// <exception cref="T:System.Resources.MissingManifestResourceException">
/// <paramref name="tryParents" /> is <see langword="true" />, no usable set of resources has been found, and there are no default culture resources.</exception>
// Token: 0x0600134D RID: 4941 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600134D")]
[Address(RVA = "0x29568C0", Offset = "0x29556C0", VA = "0x1829568C0", Slot = "7")]
public virtual ResourceSet GetResourceSet(CultureInfo culture, bool createIfNotExists, bool tryParents)
{
return null;
}
/// <summary>Provides the implementation for finding a resource set.</summary>
/// <param name="culture">The culture object to look for.</param>
/// <param name="createIfNotExists">
/// <see langword="true" /> to load the resource set, if it has not been loaded yet; otherwise, <see langword="false" />.</param>
/// <param name="tryParents">
/// <see langword="true" /> to check parent <see cref="T:System.Globalization.CultureInfo" /> objects if the resource set cannot be loaded; otherwise, <see langword="false" />.</param>
/// <returns>The specified resource set.</returns>
/// <exception cref="T:System.Resources.MissingManifestResourceException">The main assembly does not contain a .resources file, which is required to look up a resource.</exception>
/// <exception cref="T:System.ExecutionEngineException">There was an internal error in the runtime.</exception>
/// <exception cref="T:System.Resources.MissingSatelliteAssemblyException">The satellite assembly associated with <paramref name="culture" /> could not be located.</exception>
// Token: 0x0600134E RID: 4942 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600134E")]
[Address(RVA = "0x29575E0", Offset = "0x29563E0", VA = "0x1829575E0", Slot = "8")]
protected virtual ResourceSet InternalGetResourceSet(CultureInfo culture, bool createIfNotExists, bool tryParents)
{
return null;
}
// Token: 0x0600134F RID: 4943 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600134F")]
[Address(RVA = "0x2957610", Offset = "0x2956410", VA = "0x182957610")]
private ResourceSet InternalGetResourceSet(CultureInfo requestedCulture, bool createIfNotExists, bool tryParents, ref StackCrawlMark stackMark)
{
return null;
}
// Token: 0x06001350 RID: 4944 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001350")]
[Address(RVA = "0x2955EE0", Offset = "0x2954CE0", VA = "0x182955EE0")]
private static void AddResourceSet(Dictionary<string, ResourceSet> localResourceSets, string cultureName, ref ResourceSet rs)
{
}
/// <summary>Returns the version specified by the <see cref="T:System.Resources.SatelliteContractVersionAttribute" /> attribute in the given assembly.</summary>
/// <param name="a">The assembly to check for the <see cref="T:System.Resources.SatelliteContractVersionAttribute" /> attribute.</param>
/// <returns>The satellite contract version of the given assembly, or <see langword="null" /> if no version was found.</returns>
/// <exception cref="T:System.ArgumentException">The <see cref="T:System.Version" /> found in the assembly <paramref name="a" /> is invalid.</exception>
/// <exception cref="T:System.ArgumentNullException">
/// <paramref name="a" /> is <see langword="null" />.</exception>
// Token: 0x06001351 RID: 4945 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001351")]
[Address(RVA = "0x2956C10", Offset = "0x2955A10", VA = "0x182956C10")]
protected static Version GetSatelliteContractVersion(Assembly a)
{
return null;
}
/// <summary>Returns culture-specific information for the main assembly's default resources by retrieving the value of the <see cref="T:System.Resources.NeutralResourcesLanguageAttribute" /> attribute on a specified assembly.</summary>
/// <param name="a">The assembly for which to return culture-specific information.</param>
/// <returns>The culture from the <see cref="T:System.Resources.NeutralResourcesLanguageAttribute" /> attribute, if found; otherwise, the invariant culture.</returns>
// Token: 0x06001352 RID: 4946 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001352")]
[Address(RVA = "0x2956770", Offset = "0x2955570", VA = "0x182956770")]
protected static CultureInfo GetNeutralResourcesLanguage(Assembly a)
{
return null;
}
// Token: 0x06001353 RID: 4947 RVA: 0x0000ECB8 File Offset: 0x0000CEB8
[Token(Token = "0x6001353")]
[Address(RVA = "0x2956140", Offset = "0x2954F40", VA = "0x182956140")]
internal static bool CompareNames(string asmTypeName1, string typeName2, AssemblyName asmName2)
{
return default(bool);
}
// Token: 0x06001354 RID: 4948 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001354")]
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080")]
private void SetAppXConfiguration()
{
}
/// <summary>Returns the value of the string resource localized for the specified culture.</summary>
/// <param name="name">The name of the resource to retrieve.</param>
/// <param name="culture">An object that represents the culture for which the resource is localized.</param>
/// <returns>The value of the resource localized for the specified culture, or <see langword="null" /> if <paramref name="name" /> cannot be found in a resource set.</returns>
/// <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
/// <exception cref="T:System.InvalidOperationException">The value of the specified resource is not a string.</exception>
/// <exception cref="T:System.Resources.MissingManifestResourceException">No usable set of resources has been found, and there are no resources for a default culture. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the <see cref="T:System.Resources.ResourceManager" /> class topic.</exception>
/// <exception cref="T:System.Resources.MissingSatelliteAssemblyException">The default culture's resources reside in a satellite assembly that could not be found. For information about how to handle this exception, see the "Handling MissingManifestResourceException and MissingSatelliteAssemblyException Exceptions" section in the <see cref="T:System.Resources.ResourceManager" /> class topic.</exception>
// Token: 0x06001355 RID: 4949 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001355")]
[Address(RVA = "0x2957150", Offset = "0x2955F50", VA = "0x182957150", Slot = "9")]
public virtual string GetString(string name, CultureInfo culture)
{
return null;
}
/// <summary>Specifies the root name of the resource files that the <see cref="T:System.Resources.ResourceManager" /> searches for resources.</summary>
// Token: 0x040009B6 RID: 2486
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x40009B6")]
protected string BaseNameField;
/// <summary>Contains a <see cref="T:System.Collections.Hashtable" /> that returns a mapping from cultures to <see cref="T:System.Resources.ResourceSet" /> objects.</summary>
// Token: 0x040009B7 RID: 2487
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
[Token(Token = "0x40009B7")]
[Obsolete]
protected Hashtable ResourceSets;
// Token: 0x040009B8 RID: 2488
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
[Token(Token = "0x40009B8")]
[NonSerialized]
private Dictionary<string, ResourceSet> _resourceSets;
// Token: 0x040009B9 RID: 2489
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
[Token(Token = "0x40009B9")]
private string moduleDir;
/// <summary>Specifies the main assembly that contains the resources.</summary>
// Token: 0x040009BA RID: 2490
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
[Token(Token = "0x40009BA")]
protected Assembly MainAssembly;
// Token: 0x040009BB RID: 2491
[global::Cpp2IlInjected.FieldOffset(Offset = "0x38")]
[Token(Token = "0x40009BB")]
private Type _locationInfo;
// Token: 0x040009BC RID: 2492
[global::Cpp2IlInjected.FieldOffset(Offset = "0x40")]
[Token(Token = "0x40009BC")]
private Type _userResourceSet;
// Token: 0x040009BD RID: 2493
[global::Cpp2IlInjected.FieldOffset(Offset = "0x48")]
[Token(Token = "0x40009BD")]
private CultureInfo _neutralResourcesCulture;
// Token: 0x040009BE RID: 2494
[global::Cpp2IlInjected.FieldOffset(Offset = "0x50")]
[Token(Token = "0x40009BE")]
[NonSerialized]
private ResourceManager.CultureNameResourceSetPair _lastUsedResourceCache;
// Token: 0x040009BF RID: 2495
[global::Cpp2IlInjected.FieldOffset(Offset = "0x58")]
[Token(Token = "0x40009BF")]
private bool _ignoreCase;
// Token: 0x040009C0 RID: 2496
[global::Cpp2IlInjected.FieldOffset(Offset = "0x59")]
[Token(Token = "0x40009C0")]
private bool UseManifest;
// Token: 0x040009C1 RID: 2497
[global::Cpp2IlInjected.FieldOffset(Offset = "0x5A")]
[Token(Token = "0x40009C1")]
[OptionalField]
private bool UseSatelliteAssem;
// Token: 0x040009C2 RID: 2498
[global::Cpp2IlInjected.FieldOffset(Offset = "0x5C")]
[Token(Token = "0x40009C2")]
[OptionalField]
private UltimateResourceFallbackLocation _fallbackLoc;
// Token: 0x040009C3 RID: 2499
[global::Cpp2IlInjected.FieldOffset(Offset = "0x60")]
[Token(Token = "0x40009C3")]
[OptionalField]
private Version _satelliteContractVersion;
// Token: 0x040009C4 RID: 2500
[global::Cpp2IlInjected.FieldOffset(Offset = "0x68")]
[Token(Token = "0x40009C4")]
[OptionalField]
private bool _lookedForSatelliteContractVersion;
// Token: 0x040009C5 RID: 2501
[global::Cpp2IlInjected.FieldOffset(Offset = "0x70")]
[Token(Token = "0x40009C5")]
[OptionalField]
private Assembly _callingAssembly;
// Token: 0x040009C6 RID: 2502
[global::Cpp2IlInjected.FieldOffset(Offset = "0x78")]
[Token(Token = "0x40009C6")]
[OptionalField]
private RuntimeAssembly m_callingAssembly;
// Token: 0x040009C7 RID: 2503
[global::Cpp2IlInjected.FieldOffset(Offset = "0x80")]
[Token(Token = "0x40009C7")]
[NonSerialized]
private IResourceGroveler resourceGroveler;
/// <summary>Holds the number used to identify resource files.</summary>
// Token: 0x040009C8 RID: 2504
[Token(Token = "0x40009C8")]
public static readonly int MagicNumber;
/// <summary>Specifies the version of resource file headers that the current implementation of <see cref="T:System.Resources.ResourceManager" /> can interpret and produce.</summary>
// Token: 0x040009C9 RID: 2505
[Token(Token = "0x40009C9")]
public static readonly int HeaderVersionNumber;
// Token: 0x040009CA RID: 2506
[Token(Token = "0x40009CA")]
private static readonly Type _minResourceSet;
// Token: 0x040009CB RID: 2507
[Token(Token = "0x40009CB")]
internal static readonly string ResReaderTypeName;
// Token: 0x040009CC RID: 2508
[Token(Token = "0x40009CC")]
internal static readonly string ResSetTypeName;
// Token: 0x040009CD RID: 2509
[Token(Token = "0x40009CD")]
internal static readonly string MscorlibName;
// Token: 0x040009CE RID: 2510
[Token(Token = "0x40009CE")]
internal static readonly int DEBUG;
// Token: 0x020001F8 RID: 504
[Token(Token = "0x20001F8")]
internal class CultureNameResourceSetPair
{
// Token: 0x06001357 RID: 4951 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001357")]
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
public CultureNameResourceSetPair()
{
}
// Token: 0x040009CF RID: 2511
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x40009CF")]
public string lastCultureName;
// Token: 0x040009D0 RID: 2512
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
[Token(Token = "0x40009D0")]
public ResourceSet lastResourceSet;
}
// Token: 0x020001F9 RID: 505
[Token(Token = "0x20001F9")]
internal class ResourceManagerMediator
{
// Token: 0x06001358 RID: 4952 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001358")]
[Address(RVA = "0x2955CF0", Offset = "0x2954AF0", VA = "0x182955CF0")]
internal ResourceManagerMediator(ResourceManager rm)
{
}
// Token: 0x170001E4 RID: 484
// (get) Token: 0x06001359 RID: 4953 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x170001E4")]
internal string ModuleDir
{
[Token(Token = "0x6001359")]
[Address(RVA = "0x407190", Offset = "0x405F90", VA = "0x180407190")]
get
{
return null;
}
}
// Token: 0x170001E5 RID: 485
// (get) Token: 0x0600135A RID: 4954 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x170001E5")]
internal Type LocationInfo
{
[Token(Token = "0x600135A")]
[Address(RVA = "0x532820", Offset = "0x531620", VA = "0x180532820")]
get
{
return null;
}
}
// Token: 0x170001E6 RID: 486
// (get) Token: 0x0600135B RID: 4955 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x170001E6")]
internal Type UserResourceSet
{
[Token(Token = "0x600135B")]
[Address(RVA = "0x2955E80", Offset = "0x2954C80", VA = "0x182955E80")]
get
{
return null;
}
}
// Token: 0x170001E7 RID: 487
// (get) Token: 0x0600135C RID: 4956 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x170001E7")]
internal string BaseNameField
{
[Token(Token = "0x600135C")]
[Address(RVA = "0x567220", Offset = "0x566020", VA = "0x180567220")]
get
{
return null;
}
}
// Token: 0x170001E8 RID: 488
// (get) Token: 0x0600135D RID: 4957 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x170001E8")]
internal CultureInfo NeutralResourcesCulture
{
[Token(Token = "0x600135D")]
[Address(RVA = "0x5327C0", Offset = "0x5315C0", VA = "0x1805327C0")]
get
{
return null;
}
}
// Token: 0x0600135E RID: 4958 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600135E")]
[Address(RVA = "0x18001C0", Offset = "0x17FEFC0", VA = "0x1818001C0")]
internal string GetResourceFileName(CultureInfo culture)
{
return null;
}
// Token: 0x170001E9 RID: 489
// (get) Token: 0x0600135F RID: 4959 RVA: 0x0000ECD0 File Offset: 0x0000CED0
// (set) Token: 0x06001360 RID: 4960 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170001E9")]
internal bool LookedForSatelliteContractVersion
{
[Token(Token = "0x600135F")]
[Address(RVA = "0x2955DB0", Offset = "0x2954BB0", VA = "0x182955DB0")]
get
{
return default(bool);
}
[Token(Token = "0x6001360")]
[Address(RVA = "0x2955EA0", Offset = "0x2954CA0", VA = "0x182955EA0")]
set
{
}
}
// Token: 0x170001EA RID: 490
// (get) Token: 0x06001361 RID: 4961 RVA: 0x00002082 File Offset: 0x00000282
// (set) Token: 0x06001362 RID: 4962 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170001EA")]
internal Version SatelliteContractVersion
{
[Token(Token = "0x6001361")]
[Address(RVA = "0x2955E60", Offset = "0x2954C60", VA = "0x182955E60")]
get
{
return null;
}
[Token(Token = "0x6001362")]
[Address(RVA = "0x2955EC0", Offset = "0x2954CC0", VA = "0x182955EC0")]
set
{
}
}
// Token: 0x06001363 RID: 4963 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001363")]
[Address(RVA = "0x2955C90", Offset = "0x2954A90", VA = "0x182955C90")]
internal Version ObtainSatelliteContractVersion(Assembly a)
{
return null;
}
// Token: 0x170001EB RID: 491
// (get) Token: 0x06001364 RID: 4964 RVA: 0x0000ECE8 File Offset: 0x0000CEE8
[Token(Token = "0x170001EB")]
internal UltimateResourceFallbackLocation FallbackLoc
{
[Token(Token = "0x6001364")]
[Address(RVA = "0x2955D90", Offset = "0x2954B90", VA = "0x182955D90")]
get
{
return UltimateResourceFallbackLocation.MainAssembly;
}
}
// Token: 0x170001EC RID: 492
// (get) Token: 0x06001365 RID: 4965 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x170001EC")]
internal RuntimeAssembly CallingAssembly
{
[Token(Token = "0x6001365")]
[Address(RVA = "0x2955D70", Offset = "0x2954B70", VA = "0x182955D70")]
get
{
return null;
}
}
// Token: 0x170001ED RID: 493
// (get) Token: 0x06001366 RID: 4966 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x170001ED")]
internal RuntimeAssembly MainAssembly
{
[Token(Token = "0x6001366")]
[Address(RVA = "0x2955DD0", Offset = "0x2954BD0", VA = "0x182955DD0")]
get
{
return null;
}
}
// Token: 0x170001EE RID: 494
// (get) Token: 0x06001367 RID: 4967 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x170001EE")]
internal string BaseName
{
[Token(Token = "0x6001367")]
[Address(RVA = "0xDE44B0", Offset = "0xDE32B0", VA = "0x180DE44B0")]
get
{
return null;
}
}
// Token: 0x040009D1 RID: 2513
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x40009D1")]
private ResourceManager _rm;
}
}
}
+408
View File
@@ -0,0 +1,408 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;
using System.Runtime.Serialization.Formatters.Binary;
using Cpp2IlInjected;
namespace System.Resources
{
/// <summary>Enumerates the resources in a binary resources (.resources) file by reading sequential resource name/value pairs.</summary>
// Token: 0x020001FB RID: 507
[Token(Token = "0x20001FB")]
[ComVisible(true)]
public sealed class ResourceReader : IResourceReader, IEnumerable, IDisposable
{
// Token: 0x0600136D RID: 4973 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600136D")]
[Address(RVA = "0x295C1E0", Offset = "0x295AFE0", VA = "0x18295C1E0")]
internal ResourceReader(Stream stream, Dictionary<string, ResourceLocator> resCache)
{
}
/// <summary>Releases all operating system resources associated with this <see cref="T:System.Resources.ResourceReader" /> object.</summary>
// Token: 0x0600136E RID: 4974 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600136E")]
[Address(RVA = "0x2958B90", Offset = "0x2957990", VA = "0x182958B90", Slot = "4")]
public void Close()
{
}
/// <summary>Releases all resources used by the current instance of the <see cref="T:System.Resources.ResourceReader" /> class.</summary>
// Token: 0x0600136F RID: 4975 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600136F")]
[Address(RVA = "0x2958B90", Offset = "0x2957990", VA = "0x182958B90", Slot = "7")]
public void Dispose()
{
}
// Token: 0x06001370 RID: 4976 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001370")]
[Address(RVA = "0x2959160", Offset = "0x2957F60", VA = "0x182959160")]
private void Dispose(bool disposing)
{
}
// Token: 0x06001371 RID: 4977 RVA: 0x0000ED30 File Offset: 0x0000CF30
[Token(Token = "0x6001371")]
[Address(RVA = "0x295A5A0", Offset = "0x29593A0", VA = "0x18295A5A0")]
internal unsafe static int ReadUnalignedI4(int* p)
{
return 0;
}
// Token: 0x06001372 RID: 4978 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001372")]
[Address(RVA = "0x295A5C0", Offset = "0x29593C0", VA = "0x18295A5C0")]
private void SkipString()
{
}
// Token: 0x06001373 RID: 4979 RVA: 0x0000ED48 File Offset: 0x0000CF48
[Token(Token = "0x6001373")]
[Address(RVA = "0x2959AC0", Offset = "0x29588C0", VA = "0x182959AC0")]
private int GetNameHash(int index)
{
return 0;
}
// Token: 0x06001374 RID: 4980 RVA: 0x0000ED60 File Offset: 0x0000CF60
[Token(Token = "0x6001374")]
[Address(RVA = "0x2959B30", Offset = "0x2958930", VA = "0x182959B30")]
private int GetNamePosition(int index)
{
return 0;
}
/// <summary>Returns an enumerator for this <see cref="T:System.Resources.ResourceReader" /> object.</summary>
/// <returns>An enumerator for this <see cref="T:System.Resources.ResourceReader" /> object.</returns>
/// <exception cref="T:System.InvalidOperationException">The reader has already been closed and cannot be accessed.</exception>
// Token: 0x06001375 RID: 4981 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001375")]
[Address(RVA = "0x2959A10", Offset = "0x2958810", VA = "0x182959A10", Slot = "6")]
IEnumerator IEnumerable.GetEnumerator()
{
return null;
}
/// <summary>Returns an enumerator for this <see cref="T:System.Resources.ResourceReader" /> object.</summary>
/// <returns>An enumerator for this <see cref="T:System.Resources.ResourceReader" /> object.</returns>
/// <exception cref="T:System.InvalidOperationException">The reader has been closed or disposed, and cannot be accessed.</exception>
// Token: 0x06001376 RID: 4982 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001376")]
[Address(RVA = "0x2959A10", Offset = "0x2958810", VA = "0x182959A10", Slot = "5")]
public IDictionaryEnumerator GetEnumerator()
{
return null;
}
// Token: 0x06001377 RID: 4983 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001377")]
[Address(RVA = "0x29599A0", Offset = "0x29587A0", VA = "0x1829599A0")]
internal ResourceReader.ResourceEnumerator GetEnumeratorInternal()
{
return null;
}
// Token: 0x06001378 RID: 4984 RVA: 0x0000ED78 File Offset: 0x0000CF78
[Token(Token = "0x6001378")]
[Address(RVA = "0x29591C0", Offset = "0x2957FC0", VA = "0x1829591C0")]
internal int FindPosForResource(string name)
{
return 0;
}
// Token: 0x06001379 RID: 4985 RVA: 0x0000ED90 File Offset: 0x0000CF90
[Token(Token = "0x6001379")]
[Address(RVA = "0x2958BF0", Offset = "0x29579F0", VA = "0x182958BF0")]
private bool CompareStringEqualsName(string name)
{
return default(bool);
}
// Token: 0x0600137A RID: 4986 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600137A")]
[Address(RVA = "0x2958400", Offset = "0x2957200", VA = "0x182958400")]
private string AllocateStringForNameIndex(int index, out int dataOffset)
{
return null;
}
// Token: 0x0600137B RID: 4987 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600137B")]
[Address(RVA = "0x2959C70", Offset = "0x2958A70", VA = "0x182959C70")]
private object GetValueForNameIndex(int index)
{
return null;
}
// Token: 0x0600137C RID: 4988 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600137C")]
[Address(RVA = "0x295A190", Offset = "0x2958F90", VA = "0x18295A190")]
internal string LoadString(int pos)
{
return null;
}
// Token: 0x0600137D RID: 4989 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600137D")]
[Address(RVA = "0x295A0C0", Offset = "0x2958EC0", VA = "0x18295A0C0")]
internal object LoadObject(int pos)
{
return null;
}
// Token: 0x0600137E RID: 4990 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600137E")]
[Address(RVA = "0x295A0F0", Offset = "0x2958EF0", VA = "0x18295A0F0")]
internal object LoadObject(int pos, out ResourceTypeCode typeCode)
{
return null;
}
// Token: 0x0600137F RID: 4991 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600137F")]
[Address(RVA = "0x2959ED0", Offset = "0x2958CD0", VA = "0x182959ED0")]
internal object LoadObjectV1(int pos)
{
return null;
}
// Token: 0x06001380 RID: 4992 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001380")]
[Address(RVA = "0x295A690", Offset = "0x2959490", VA = "0x18295A690")]
private object _LoadObjectV1(int pos)
{
return null;
}
// Token: 0x06001381 RID: 4993 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001381")]
[Address(RVA = "0x2959FC0", Offset = "0x2958DC0", VA = "0x182959FC0")]
internal object LoadObjectV2(int pos, out ResourceTypeCode typeCode)
{
return null;
}
// Token: 0x06001382 RID: 4994 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001382")]
[Address(RVA = "0x295AE90", Offset = "0x2959C90", VA = "0x18295AE90")]
private object _LoadObjectV2(int pos, out ResourceTypeCode typeCode)
{
return null;
}
// Token: 0x06001383 RID: 4995 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001383")]
[Address(RVA = "0x2958FA0", Offset = "0x2957DA0", VA = "0x182958FA0")]
private object DeserializeObject(int typeIndex)
{
return null;
}
// Token: 0x06001384 RID: 4996 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001384")]
[Address(RVA = "0x295A470", Offset = "0x2959270", VA = "0x18295A470")]
private void ReadResources()
{
}
// Token: 0x06001385 RID: 4997 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001385")]
[Address(RVA = "0x295B8B0", Offset = "0x295A6B0", VA = "0x18295B8B0")]
private void _ReadResources()
{
}
// Token: 0x06001386 RID: 4998 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001386")]
[Address(RVA = "0x2959600", Offset = "0x2958400", VA = "0x182959600")]
private RuntimeType FindType(int typeIndex)
{
return null;
}
// Token: 0x040009D4 RID: 2516
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x40009D4")]
private BinaryReader _store;
// Token: 0x040009D5 RID: 2517
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
[Token(Token = "0x40009D5")]
internal Dictionary<string, ResourceLocator> _resCache;
// Token: 0x040009D6 RID: 2518
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
[Token(Token = "0x40009D6")]
private long _nameSectionOffset;
// Token: 0x040009D7 RID: 2519
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
[Token(Token = "0x40009D7")]
private long _dataSectionOffset;
// Token: 0x040009D8 RID: 2520
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
[Token(Token = "0x40009D8")]
private int[] _nameHashes;
// Token: 0x040009D9 RID: 2521
[global::Cpp2IlInjected.FieldOffset(Offset = "0x38")]
[Token(Token = "0x40009D9")]
private unsafe int* _nameHashesPtr;
// Token: 0x040009DA RID: 2522
[global::Cpp2IlInjected.FieldOffset(Offset = "0x40")]
[Token(Token = "0x40009DA")]
private int[] _namePositions;
// Token: 0x040009DB RID: 2523
[global::Cpp2IlInjected.FieldOffset(Offset = "0x48")]
[Token(Token = "0x40009DB")]
private unsafe int* _namePositionsPtr;
// Token: 0x040009DC RID: 2524
[global::Cpp2IlInjected.FieldOffset(Offset = "0x50")]
[Token(Token = "0x40009DC")]
private RuntimeType[] _typeTable;
// Token: 0x040009DD RID: 2525
[global::Cpp2IlInjected.FieldOffset(Offset = "0x58")]
[Token(Token = "0x40009DD")]
private int[] _typeNamePositions;
// Token: 0x040009DE RID: 2526
[global::Cpp2IlInjected.FieldOffset(Offset = "0x60")]
[Token(Token = "0x40009DE")]
private BinaryFormatter _objFormatter;
// Token: 0x040009DF RID: 2527
[global::Cpp2IlInjected.FieldOffset(Offset = "0x68")]
[Token(Token = "0x40009DF")]
private int _numResources;
// Token: 0x040009E0 RID: 2528
[global::Cpp2IlInjected.FieldOffset(Offset = "0x70")]
[Token(Token = "0x40009E0")]
private UnmanagedMemoryStream _ums;
// Token: 0x040009E1 RID: 2529
[global::Cpp2IlInjected.FieldOffset(Offset = "0x78")]
[Token(Token = "0x40009E1")]
private int _version;
// Token: 0x020001FC RID: 508
[Token(Token = "0x20001FC")]
internal sealed class ResourceEnumerator : IDictionaryEnumerator, IEnumerator
{
// Token: 0x06001387 RID: 4999 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001387")]
[Address(RVA = "0x29554F0", Offset = "0x29542F0", VA = "0x1829554F0")]
internal ResourceEnumerator(ResourceReader reader)
{
}
// Token: 0x06001388 RID: 5000 RVA: 0x0000EDA8 File Offset: 0x0000CFA8
[Token(Token = "0x6001388")]
[Address(RVA = "0x2955400", Offset = "0x2954200", VA = "0x182955400", Slot = "7")]
public bool MoveNext()
{
return default(bool);
}
// Token: 0x170001F1 RID: 497
// (get) Token: 0x06001389 RID: 5001 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x170001F1")]
public object Key
{
[Token(Token = "0x6001389")]
[Address(RVA = "0x2955910", Offset = "0x2954710", VA = "0x182955910", Slot = "4")]
get
{
return null;
}
}
// Token: 0x170001F2 RID: 498
// (get) Token: 0x0600138A RID: 5002 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x170001F2")]
public object Current
{
[Token(Token = "0x600138A")]
[Address(RVA = "0x2955530", Offset = "0x2954330", VA = "0x182955530", Slot = "8")]
get
{
return null;
}
}
// Token: 0x170001F3 RID: 499
// (get) Token: 0x0600138B RID: 5003 RVA: 0x0000EDC0 File Offset: 0x0000CFC0
[Token(Token = "0x170001F3")]
internal int DataPosition
{
[Token(Token = "0x600138B")]
[Address(RVA = "0x3F7310", Offset = "0x3F6110", VA = "0x1803F7310")]
get
{
return 0;
}
}
// Token: 0x170001F4 RID: 500
// (get) Token: 0x0600138C RID: 5004 RVA: 0x0000EDD8 File Offset: 0x0000CFD8
[Token(Token = "0x170001F4")]
public DictionaryEntry Entry
{
[Token(Token = "0x600138C")]
[Address(RVA = "0x2955590", Offset = "0x2954390", VA = "0x182955590", Slot = "6")]
get
{
return default(DictionaryEntry);
}
}
// Token: 0x170001F5 RID: 501
// (get) Token: 0x0600138D RID: 5005 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x170001F5")]
public object Value
{
[Token(Token = "0x600138D")]
[Address(RVA = "0x2955A50", Offset = "0x2954850", VA = "0x182955A50", Slot = "5")]
get
{
return null;
}
}
// Token: 0x0600138E RID: 5006 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600138E")]
[Address(RVA = "0x2955450", Offset = "0x2954250", VA = "0x182955450", Slot = "9")]
public void Reset()
{
}
// Token: 0x040009E2 RID: 2530
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x40009E2")]
private ResourceReader _reader;
// Token: 0x040009E3 RID: 2531
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
[Token(Token = "0x40009E3")]
private bool _currentIsValid;
// Token: 0x040009E4 RID: 2532
[global::Cpp2IlInjected.FieldOffset(Offset = "0x1C")]
[Token(Token = "0x40009E4")]
private int _currentName;
// Token: 0x040009E5 RID: 2533
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
[Token(Token = "0x40009E5")]
private int _dataPosition;
}
}
}
+174
View File
@@ -0,0 +1,174 @@
using System;
using System.Collections;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Resources
{
/// <summary>Stores all the resources localized for one particular culture, ignoring all other cultures, including any fallback rules.</summary>
// Token: 0x020001FD RID: 509
[Token(Token = "0x20001FD")]
[ComVisible(true)]
[Serializable]
public class ResourceSet : IDisposable, IEnumerable
{
/// <summary>Initializes a new instance of the <see cref="T:System.Resources.ResourceSet" /> class with default properties.</summary>
// Token: 0x0600138F RID: 5007 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600138F")]
[Address(RVA = "0x295CB00", Offset = "0x295B900", VA = "0x18295CB00")]
protected ResourceSet()
{
}
// Token: 0x06001390 RID: 5008 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001390")]
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
internal ResourceSet(bool junk)
{
}
// Token: 0x06001391 RID: 5009 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001391")]
[Address(RVA = "0x295C2C0", Offset = "0x295B0C0", VA = "0x18295C2C0")]
private void CommonInit()
{
}
/// <summary>Releases resources (other than memory) associated with the current instance, closing internal managed objects if requested.</summary>
/// <param name="disposing">Indicates whether the objects contained in the current instance should be explicitly closed.</param>
// Token: 0x06001392 RID: 5010 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001392")]
[Address(RVA = "0x295C310", Offset = "0x295B110", VA = "0x18295C310", Slot = "6")]
protected virtual void Dispose(bool disposing)
{
}
/// <summary>Disposes of the resources (other than memory) used by the current instance of <see cref="T:System.Resources.ResourceSet" />.</summary>
// Token: 0x06001393 RID: 5011 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6001393")]
[Address(RVA = "0x2382280", Offset = "0x2381080", VA = "0x182382280", Slot = "4")]
public void Dispose()
{
}
/// <summary>Returns an <see cref="T:System.Collections.IDictionaryEnumerator" /> that can iterate through the <see cref="T:System.Resources.ResourceSet" />.</summary>
/// <returns>An <see cref="T:System.Collections.IDictionaryEnumerator" /> for this <see cref="T:System.Resources.ResourceSet" />.</returns>
/// <exception cref="T:System.ObjectDisposedException">The resource set has been closed or disposed.</exception>
// Token: 0x06001394 RID: 5012 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001394")]
[Address(RVA = "0x295C6E0", Offset = "0x295B4E0", VA = "0x18295C6E0", Slot = "7")]
[ComVisible(false)]
public virtual IDictionaryEnumerator GetEnumerator()
{
return null;
}
/// <summary>Returns an <see cref="T:System.Collections.IEnumerator" /> object to avoid a race condition with <see langword="Dispose" />. This member is not intended to be used directly from your code.</summary>
/// <returns>An enumerator for the current <see cref="T:System.Resources.ResourceSet" /> object.</returns>
// Token: 0x06001395 RID: 5013 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001395")]
[Address(RVA = "0x295C6E0", Offset = "0x295B4E0", VA = "0x18295C6E0", Slot = "5")]
IEnumerator IEnumerable.GetEnumerator()
{
return null;
}
// Token: 0x06001396 RID: 5014 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001396")]
[Address(RVA = "0x295C650", Offset = "0x295B450", VA = "0x18295C650")]
private IDictionaryEnumerator GetEnumeratorHelper()
{
return null;
}
/// <summary>Searches for a <see cref="T:System.String" /> resource with the specified name.</summary>
/// <param name="name">Name of the resource to search for.</param>
/// <returns>The value of a resource, if the value is a <see cref="T:System.String" />.</returns>
/// <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
/// <exception cref="T:System.InvalidOperationException">The resource specified by <paramref name="name" /> is not a <see cref="T:System.String" />.</exception>
/// <exception cref="T:System.ObjectDisposedException">The object has been closed or disposed.</exception>
// Token: 0x06001397 RID: 5015 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001397")]
[Address(RVA = "0x295C820", Offset = "0x295B620", VA = "0x18295C820", Slot = "8")]
public virtual string GetString(string name)
{
return null;
}
/// <summary>Searches for a <see cref="T:System.String" /> resource with the specified name in a case-insensitive manner, if requested.</summary>
/// <param name="name">Name of the resource to search for.</param>
/// <param name="ignoreCase">Indicates whether the case of the case of the specified name should be ignored.</param>
/// <returns>The value of a resource, if the value is a <see cref="T:System.String" />.</returns>
/// <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
/// <exception cref="T:System.InvalidOperationException">The resource specified by <paramref name="name" /> is not a <see cref="T:System.String" />.</exception>
/// <exception cref="T:System.ObjectDisposedException">The object has been closed or disposed.</exception>
// Token: 0x06001398 RID: 5016 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001398")]
[Address(RVA = "0x295C930", Offset = "0x295B730", VA = "0x18295C930", Slot = "9")]
public virtual string GetString(string name, bool ignoreCase)
{
return null;
}
/// <summary>Searches for a resource object with the specified name.</summary>
/// <param name="name">Case-sensitive name of the resource to search for.</param>
/// <returns>The requested resource.</returns>
/// <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
/// <exception cref="T:System.ObjectDisposedException">The object has been closed or disposed.</exception>
// Token: 0x06001399 RID: 5017 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6001399")]
[Address(RVA = "0x295C810", Offset = "0x295B610", VA = "0x18295C810", Slot = "10")]
public virtual object GetObject(string name)
{
return null;
}
/// <summary>Searches for a resource object with the specified name in a case-insensitive manner, if requested.</summary>
/// <param name="name">Name of the resource to search for.</param>
/// <param name="ignoreCase">Indicates whether the case of the specified name should be ignored.</param>
/// <returns>The requested resource.</returns>
/// <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is <see langword="null" />.</exception>
/// <exception cref="T:System.ObjectDisposedException">The object has been closed or disposed.</exception>
// Token: 0x0600139A RID: 5018 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600139A")]
[Address(RVA = "0x295C7C0", Offset = "0x295B5C0", VA = "0x18295C7C0", Slot = "11")]
public virtual object GetObject(string name, bool ignoreCase)
{
return null;
}
// Token: 0x0600139B RID: 5019 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600139B")]
[Address(RVA = "0x295C6F0", Offset = "0x295B4F0", VA = "0x18295C6F0")]
private object GetObjectInternal(string name)
{
return null;
}
// Token: 0x0600139C RID: 5020 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600139C")]
[Address(RVA = "0x295C380", Offset = "0x295B180", VA = "0x18295C380")]
private object GetCaseInsensitiveObjectInternal(string name)
{
return null;
}
/// <summary>Indicates the <see cref="T:System.Resources.IResourceReader" /> used to read the resources.</summary>
// Token: 0x040009E6 RID: 2534
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x40009E6")]
[NonSerialized]
protected IResourceReader Reader;
/// <summary>The <see cref="T:System.Collections.Hashtable" /> in which the resources are stored.</summary>
// Token: 0x040009E7 RID: 2535
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
[Token(Token = "0x40009E7")]
protected Hashtable Table;
// Token: 0x040009E8 RID: 2536
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
[Token(Token = "0x40009E8")]
private Hashtable _caseInsensitiveTable;
}
}
@@ -0,0 +1,75 @@
using System;
using Cpp2IlInjected;
namespace System.Resources
{
// Token: 0x020001FE RID: 510
[Token(Token = "0x20001FE")]
[Serializable]
internal enum ResourceTypeCode
{
// Token: 0x040009EA RID: 2538
[Token(Token = "0x40009EA")]
Null,
// Token: 0x040009EB RID: 2539
[Token(Token = "0x40009EB")]
String,
// Token: 0x040009EC RID: 2540
[Token(Token = "0x40009EC")]
Boolean,
// Token: 0x040009ED RID: 2541
[Token(Token = "0x40009ED")]
Char,
// Token: 0x040009EE RID: 2542
[Token(Token = "0x40009EE")]
Byte,
// Token: 0x040009EF RID: 2543
[Token(Token = "0x40009EF")]
SByte,
// Token: 0x040009F0 RID: 2544
[Token(Token = "0x40009F0")]
Int16,
// Token: 0x040009F1 RID: 2545
[Token(Token = "0x40009F1")]
UInt16,
// Token: 0x040009F2 RID: 2546
[Token(Token = "0x40009F2")]
Int32,
// Token: 0x040009F3 RID: 2547
[Token(Token = "0x40009F3")]
UInt32,
// Token: 0x040009F4 RID: 2548
[Token(Token = "0x40009F4")]
Int64,
// Token: 0x040009F5 RID: 2549
[Token(Token = "0x40009F5")]
UInt64,
// Token: 0x040009F6 RID: 2550
[Token(Token = "0x40009F6")]
Single,
// Token: 0x040009F7 RID: 2551
[Token(Token = "0x40009F7")]
Double,
// Token: 0x040009F8 RID: 2552
[Token(Token = "0x40009F8")]
Decimal,
// Token: 0x040009F9 RID: 2553
[Token(Token = "0x40009F9")]
DateTime,
// Token: 0x040009FA RID: 2554
[Token(Token = "0x40009FA")]
TimeSpan,
// Token: 0x040009FB RID: 2555
[Token(Token = "0x40009FB")]
LastPrimitive = 16,
// Token: 0x040009FC RID: 2556
[Token(Token = "0x40009FC")]
ByteArray = 32,
// Token: 0x040009FD RID: 2557
[Token(Token = "0x40009FD")]
Stream,
// Token: 0x040009FE RID: 2558
[Token(Token = "0x40009FE")]
StartOfUserTypes = 64
}
}
@@ -0,0 +1,130 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using Cpp2IlInjected;
namespace System.Resources
{
// Token: 0x020001FF RID: 511
[Token(Token = "0x20001FF")]
internal sealed class RuntimeResourceSet : ResourceSet, IEnumerable
{
// Token: 0x0600139D RID: 5021 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600139D")]
[Address(RVA = "0x295F910", Offset = "0x295E710", VA = "0x18295F910")]
internal RuntimeResourceSet(string fileName)
{
}
// Token: 0x0600139E RID: 5022 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600139E")]
[Address(RVA = "0x295F830", Offset = "0x295E630", VA = "0x18295F830")]
internal RuntimeResourceSet(Stream stream)
{
}
// Token: 0x0600139F RID: 5023 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600139F")]
[Address(RVA = "0x295E9F0", Offset = "0x295D7F0", VA = "0x18295E9F0", Slot = "6")]
protected override void Dispose(bool disposing)
{
}
// Token: 0x060013A0 RID: 5024 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60013A0")]
[Address(RVA = "0x295EBD0", Offset = "0x295D9D0", VA = "0x18295EBD0", Slot = "7")]
public override IDictionaryEnumerator GetEnumerator()
{
return null;
}
// Token: 0x060013A1 RID: 5025 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60013A1")]
[Address(RVA = "0x295EBD0", Offset = "0x295D9D0", VA = "0x18295EBD0", Slot = "5")]
IEnumerator IEnumerable.GetEnumerator()
{
return null;
}
// Token: 0x060013A2 RID: 5026 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60013A2")]
[Address(RVA = "0x295EB30", Offset = "0x295D930", VA = "0x18295EB30")]
private IDictionaryEnumerator GetEnumeratorHelper()
{
return null;
}
// Token: 0x060013A3 RID: 5027 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60013A3")]
[Address(RVA = "0x295F5E0", Offset = "0x295E3E0", VA = "0x18295F5E0", Slot = "8")]
public override string GetString(string key)
{
return null;
}
// Token: 0x060013A4 RID: 5028 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60013A4")]
[Address(RVA = "0x295F550", Offset = "0x295E350", VA = "0x18295F550", Slot = "9")]
public override string GetString(string key, bool ignoreCase)
{
return null;
}
// Token: 0x060013A5 RID: 5029 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60013A5")]
[Address(RVA = "0x295EBE0", Offset = "0x295D9E0", VA = "0x18295EBE0", Slot = "10")]
public override object GetObject(string key)
{
return null;
}
// Token: 0x060013A6 RID: 5030 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60013A6")]
[Address(RVA = "0x295EC00", Offset = "0x295DA00", VA = "0x18295EC00", Slot = "11")]
public override object GetObject(string key, bool ignoreCase)
{
return null;
}
// Token: 0x060013A7 RID: 5031 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60013A7")]
[Address(RVA = "0x295EC20", Offset = "0x295DA20", VA = "0x18295EC20")]
private object GetObject(string key, bool ignoreCase, bool isString)
{
return null;
}
// Token: 0x060013A8 RID: 5032 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60013A8")]
[Address(RVA = "0x295F660", Offset = "0x295E460", VA = "0x18295F660")]
private object ResolveResourceLocator(ResourceLocator resLocation, string key, Dictionary<string, ResourceLocator> copyOfCache, bool keyInWrongCase)
{
return null;
}
// Token: 0x040009FF RID: 2559
[Token(Token = "0x40009FF")]
internal const int Version = 2;
// Token: 0x04000A00 RID: 2560
[FieldOffset(Offset = "0x28")]
[Token(Token = "0x4000A00")]
private Dictionary<string, ResourceLocator> _resCache;
// Token: 0x04000A01 RID: 2561
[FieldOffset(Offset = "0x30")]
[Token(Token = "0x4000A01")]
private ResourceReader _defaultReader;
// Token: 0x04000A02 RID: 2562
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x4000A02")]
private Dictionary<string, ResourceLocator> _caseInsensitiveTable;
// Token: 0x04000A03 RID: 2563
[FieldOffset(Offset = "0x40")]
[Token(Token = "0x4000A03")]
private bool _haveReadFromReader;
}
}
@@ -0,0 +1,44 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Resources
{
/// <summary>Instructs a <see cref="T:System.Resources.ResourceManager" /> object to ask for a particular version of a satellite assembly.</summary>
// Token: 0x02000200 RID: 512
[Token(Token = "0x2000200")]
[AttributeUsage(AttributeTargets.Assembly)]
[ComVisible(true)]
public sealed class SatelliteContractVersionAttribute : Attribute
{
/// <summary>Initializes a new instance of the <see cref="T:System.Resources.SatelliteContractVersionAttribute" /> class.</summary>
/// <param name="version">A string that specifies the version of the satellite assemblies to load.</param>
/// <exception cref="T:System.ArgumentNullException">The <paramref name="version" /> parameter is <see langword="null" />.</exception>
// Token: 0x060013A9 RID: 5033 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60013A9")]
[Address(RVA = "0x295FCD0", Offset = "0x295EAD0", VA = "0x18295FCD0")]
public SatelliteContractVersionAttribute(string version)
{
}
/// <summary>Gets the version of the satellite assemblies with the required resources.</summary>
/// <returns>A string that contains the version of the satellite assemblies with the required resources.</returns>
// Token: 0x170001F6 RID: 502
// (get) Token: 0x060013AA RID: 5034 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x170001F6")]
public string Version
{
[Token(Token = "0x60013AA")]
[Address(RVA = "0x3F6E20", Offset = "0x3F5C20", VA = "0x1803F6E20")]
get
{
return null;
}
}
// Token: 0x04000A04 RID: 2564
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000A04")]
private string _version;
}
}
@@ -0,0 +1,23 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Resources
{
/// <summary>Specifies whether a <see cref="T:System.Resources.ResourceManager" /> object looks for the resources of the app's default culture in the main assembly or in a satellite assembly.</summary>
// Token: 0x02000201 RID: 513
[Token(Token = "0x2000201")]
[ComVisible(true)]
[Serializable]
public enum UltimateResourceFallbackLocation
{
/// <summary>Fallback resources are located in the main assembly.</summary>
// Token: 0x04000A06 RID: 2566
[Token(Token = "0x4000A06")]
MainAssembly,
/// <summary>Fallback resources are located in a satellite assembly.</summary>
// Token: 0x04000A07 RID: 2567
[Token(Token = "0x4000A07")]
Satellite
}
}