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
+526
View File
@@ -0,0 +1,526 @@
using System;
using System.Runtime.InteropServices;
using System.Text;
using Cpp2IlInjected;
namespace System
{
/// <summary>Represents the version number of an assembly, operating system, or the common language runtime. This class cannot be inherited.</summary>
// Token: 0x02000161 RID: 353
[Token(Token = "0x2000161")]
[ComVisible(true)]
[Serializable]
public sealed class Version : ICloneable, IComparable, IComparable<Version>, IEquatable<Version>
{
/// <summary>Initializes a new instance of the <see cref="T:System.Version" /> class with the specified major, minor, build, and revision numbers.</summary>
/// <param name="major">The major version number.</param>
/// <param name="minor">The minor version number.</param>
/// <param name="build">The build number.</param>
/// <param name="revision">The revision number.</param>
/// <exception cref="T:System.ArgumentOutOfRangeException">
/// <paramref name="major" />, <paramref name="minor" />, <paramref name="build" />, or <paramref name="revision" /> is less than zero.</exception>
// Token: 0x06000E8D RID: 3725 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000E8D")]
[Address(RVA = "0x3BBBB10", Offset = "0x3BBAB10", VA = "0x183BBBB10")]
public Version(int major, int minor, int build, int revision)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Version" /> class using the specified major, minor, and build values.</summary>
/// <param name="major">The major version number.</param>
/// <param name="minor">The minor version number.</param>
/// <param name="build">The build number.</param>
/// <exception cref="T:System.ArgumentOutOfRangeException">
/// <paramref name="major" />, <paramref name="minor" />, or <paramref name="build" /> is less than zero.</exception>
// Token: 0x06000E8E RID: 3726 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000E8E")]
[Address(RVA = "0x3BBB770", Offset = "0x3BBA770", VA = "0x183BBB770")]
public Version(int major, int minor, int build)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Version" /> class using the specified major and minor values.</summary>
/// <param name="major">The major version number.</param>
/// <param name="minor">The minor version number.</param>
/// <exception cref="T:System.ArgumentOutOfRangeException">
/// <paramref name="major" /> or <paramref name="minor" /> is less than zero.</exception>
// Token: 0x06000E8F RID: 3727 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000E8F")]
[Address(RVA = "0x3BBBA20", Offset = "0x3BBAA20", VA = "0x183BBBA20")]
public Version(int major, int minor)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Version" /> class using the specified string.</summary>
/// <param name="version">A string containing the major, minor, build, and revision numbers, where each number is delimited with a period character ('.').</param>
/// <exception cref="T:System.ArgumentException">
/// <paramref name="version" /> has fewer than two components or more than four components.</exception>
/// <exception cref="T:System.ArgumentNullException">
/// <paramref name="version" /> is <see langword="null" />.</exception>
/// <exception cref="T:System.ArgumentOutOfRangeException">A major, minor, build, or revision component is less than zero.</exception>
/// <exception cref="T:System.FormatException">At least one component of <paramref name="version" /> does not parse to an integer.</exception>
/// <exception cref="T:System.OverflowException">At least one component of <paramref name="version" /> represents a number greater than <see cref="F:System.Int32.MaxValue" />.</exception>
// Token: 0x06000E90 RID: 3728 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000E90")]
[Address(RVA = "0x3BBB8C0", Offset = "0x3BBA8C0", VA = "0x183BBB8C0")]
public Version(string version)
{
}
/// <summary>Initializes a new instance of the <see cref="T:System.Version" /> class.</summary>
// Token: 0x06000E91 RID: 3729 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000E91")]
[Address(RVA = "0x3BBB740", Offset = "0x3BBA740", VA = "0x183BBB740")]
public Version()
{
}
/// <summary>Gets the value of the major component of the version number for the current <see cref="T:System.Version" /> object.</summary>
/// <returns>The major version number.</returns>
// Token: 0x17000156 RID: 342
// (get) Token: 0x06000E92 RID: 3730 RVA: 0x0000C570 File Offset: 0x0000A770
[Token(Token = "0x17000156")]
public int Major
{
[Token(Token = "0x6000E92")]
[Address(RVA = "0x40F000", Offset = "0x40E000", VA = "0x18040F000")]
get
{
return 0;
}
}
/// <summary>Gets the value of the minor component of the version number for the current <see cref="T:System.Version" /> object.</summary>
/// <returns>The minor version number.</returns>
// Token: 0x17000157 RID: 343
// (get) Token: 0x06000E93 RID: 3731 RVA: 0x0000C588 File Offset: 0x0000A788
[Token(Token = "0x17000157")]
public int Minor
{
[Token(Token = "0x6000E93")]
[Address(RVA = "0x4936D0", Offset = "0x4926D0", VA = "0x1804936D0")]
get
{
return 0;
}
}
/// <summary>Gets the value of the build component of the version number for the current <see cref="T:System.Version" /> object.</summary>
/// <returns>The build number, or -1 if the build number is undefined.</returns>
// Token: 0x17000158 RID: 344
// (get) Token: 0x06000E94 RID: 3732 RVA: 0x0000C5A0 File Offset: 0x0000A7A0
[Token(Token = "0x17000158")]
public int Build
{
[Token(Token = "0x6000E94")]
[Address(RVA = "0x411540", Offset = "0x410540", VA = "0x180411540")]
get
{
return 0;
}
}
/// <summary>Gets the value of the revision component of the version number for the current <see cref="T:System.Version" /> object.</summary>
/// <returns>The revision number, or -1 if the revision number is undefined.</returns>
// Token: 0x17000159 RID: 345
// (get) Token: 0x06000E95 RID: 3733 RVA: 0x0000C5B8 File Offset: 0x0000A7B8
[Token(Token = "0x17000159")]
public int Revision
{
[Token(Token = "0x6000E95")]
[Address(RVA = "0x497590", Offset = "0x496590", VA = "0x180497590")]
get
{
return 0;
}
}
/// <summary>Returns a new <see cref="T:System.Version" /> object whose value is the same as the current <see cref="T:System.Version" /> object.</summary>
/// <returns>A new <see cref="T:System.Object" /> whose values are a copy of the current <see cref="T:System.Version" /> object.</returns>
// Token: 0x06000E96 RID: 3734 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6000E96")]
[Address(RVA = "0x3BBA470", Offset = "0x3BB9470", VA = "0x183BBA470", Slot = "4")]
public object Clone()
{
return null;
}
/// <summary>Compares the current <see cref="T:System.Version" /> object to a specified object and returns an indication of their relative values.</summary>
/// <param name="version">An object to compare, or <see langword="null" />.</param>
/// <returns>A signed integer that indicates the relative values of the two objects, as shown in the following table.
/// Return value
///
/// Meaning
///
/// Less than zero
///
/// The current <see cref="T:System.Version" /> object is a version before <paramref name="version" />.
///
/// Zero
///
/// The current <see cref="T:System.Version" /> object is the same version as <paramref name="version" />.
///
/// Greater than zero
///
/// The current <see cref="T:System.Version" /> object is a version subsequent to <paramref name="version" />.
///
/// -or-
///
/// <paramref name="version" /> is <see langword="null" />.</returns>
/// <exception cref="T:System.ArgumentException">
/// <paramref name="version" /> is not of type <see cref="T:System.Version" />.</exception>
// Token: 0x06000E97 RID: 3735 RVA: 0x0000C5D0 File Offset: 0x0000A7D0
[Token(Token = "0x6000E97")]
[Address(RVA = "0x3BBA4F0", Offset = "0x3BB94F0", VA = "0x183BBA4F0", Slot = "5")]
public int CompareTo(object version)
{
return 0;
}
/// <summary>Compares the current <see cref="T:System.Version" /> object to a specified <see cref="T:System.Version" /> object and returns an indication of their relative values.</summary>
/// <param name="value">A <see cref="T:System.Version" /> object to compare to the current <see cref="T:System.Version" /> object, or <see langword="null" />.</param>
/// <returns>A signed integer that indicates the relative values of the two objects, as shown in the following table.
/// Return value
///
/// Meaning
///
/// Less than zero
///
/// The current <see cref="T:System.Version" /> object is a version before <paramref name="value" />.
///
/// Zero
///
/// The current <see cref="T:System.Version" /> object is the same version as <paramref name="value" />.
///
/// Greater than zero
///
/// The current <see cref="T:System.Version" /> object is a version subsequent to <paramref name="value" />.
///
/// -or-
///
/// <paramref name="value" /> is <see langword="null" />.</returns>
// Token: 0x06000E98 RID: 3736 RVA: 0x0000C5E8 File Offset: 0x0000A7E8
[Token(Token = "0x6000E98")]
[Address(RVA = "0x3BBA650", Offset = "0x3BB9650", VA = "0x183BBA650", Slot = "6")]
public int CompareTo(Version value)
{
return 0;
}
/// <summary>Returns a value indicating whether the current <see cref="T:System.Version" /> object is equal to a specified object.</summary>
/// <param name="obj">An object to compare with the current <see cref="T:System.Version" /> object, or <see langword="null" />.</param>
/// <returns>
/// <see langword="true" /> if the current <see cref="T:System.Version" /> object and <paramref name="obj" /> are both <see cref="T:System.Version" /> objects, and every component of the current <see cref="T:System.Version" /> object matches the corresponding component of <paramref name="obj" />; otherwise, <see langword="false" />.</returns>
// Token: 0x06000E99 RID: 3737 RVA: 0x0000C600 File Offset: 0x0000A800
[Token(Token = "0x6000E99")]
[Address(RVA = "0x3BBA7F0", Offset = "0x3BB97F0", VA = "0x183BBA7F0", Slot = "0")]
public override bool Equals(object obj)
{
return default(bool);
}
/// <summary>Returns a value indicating whether the current <see cref="T:System.Version" /> object and a specified <see cref="T:System.Version" /> object represent the same value.</summary>
/// <param name="obj">A <see cref="T:System.Version" /> object to compare to the current <see cref="T:System.Version" /> object, or <see langword="null" />.</param>
/// <returns>
/// <see langword="true" /> if every component of the current <see cref="T:System.Version" /> object matches the corresponding component of the <paramref name="obj" /> parameter; otherwise, <see langword="false" />.</returns>
// Token: 0x06000E9A RID: 3738 RVA: 0x0000C618 File Offset: 0x0000A818
[Token(Token = "0x6000E9A")]
[Address(RVA = "0x3BBA750", Offset = "0x3BB9750", VA = "0x183BBA750", Slot = "7")]
public bool Equals(Version obj)
{
return default(bool);
}
/// <summary>Returns a hash code for the current <see cref="T:System.Version" /> object.</summary>
/// <returns>A 32-bit signed integer hash code.</returns>
// Token: 0x06000E9B RID: 3739 RVA: 0x0000C630 File Offset: 0x0000A830
[Token(Token = "0x6000E9B")]
[Address(RVA = "0x3BBA8F0", Offset = "0x3BB98F0", VA = "0x183BBA8F0", Slot = "2")]
public override int GetHashCode()
{
return 0;
}
/// <summary>Converts the value of the current <see cref="T:System.Version" /> object to its equivalent <see cref="T:System.String" /> representation.</summary>
/// <returns>The <see cref="T:System.String" /> representation of the values of the major, minor, build, and revision components of the current <see cref="T:System.Version" /> object, as depicted in the following format. Each component is separated by a period character ('.'). Square brackets ('[' and ']') indicate a component that will not appear in the return value if the component is not defined:
/// major.minor[.build[.revision]]
/// For example, if you create a <see cref="T:System.Version" /> object using the constructor Version(1,1), the returned string is "1.1". If you create a <see cref="T:System.Version" /> object using the constructor Version(1,3,4,2), the returned string is "1.3.4.2".</returns>
// Token: 0x06000E9C RID: 3740 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6000E9C")]
[Address(RVA = "0x3BBAE50", Offset = "0x3BB9E50", VA = "0x183BBAE50", Slot = "3")]
public override string ToString()
{
return null;
}
/// <summary>Converts the value of the current <see cref="T:System.Version" /> object to its equivalent <see cref="T:System.String" /> representation. A specified count indicates the number of components to return.</summary>
/// <param name="fieldCount">The number of components to return. The <paramref name="fieldCount" /> ranges from 0 to 4.</param>
/// <returns>The <see cref="T:System.String" /> representation of the values of the major, minor, build, and revision components of the current <see cref="T:System.Version" /> object, each separated by a period character ('.'). The <paramref name="fieldCount" /> parameter determines how many components are returned.
/// fieldCount
///
/// Return Value
///
/// 0
///
/// An empty string ("").
///
/// 1
///
/// major
///
/// 2
///
/// major.minor
///
/// 3
///
/// major.minor.build
///
/// 4
///
/// major.minor.build.revision
///
///
///
/// For example, if you create <see cref="T:System.Version" /> object using the constructor Version(1,3,5), ToString(2) returns "1.3" and ToString(4) throws an exception.</returns>
/// <exception cref="T:System.ArgumentException">
/// <paramref name="fieldCount" /> is less than 0, or more than 4.
/// -or-
/// <paramref name="fieldCount" /> is more than the number of components defined in the current <see cref="T:System.Version" /> object.</exception>
// Token: 0x06000E9D RID: 3741 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6000E9D")]
[Address(RVA = "0x3BBAA00", Offset = "0x3BB9A00", VA = "0x183BBAA00")]
public string ToString(int fieldCount)
{
return null;
}
// Token: 0x06000E9E RID: 3742 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000E9E")]
[Address(RVA = "0x3BBA3E0", Offset = "0x3BB93E0", VA = "0x183BBA3E0")]
private static void AppendPositiveNumber(int num, StringBuilder sb)
{
}
/// <summary>Converts the string representation of a version number to an equivalent <see cref="T:System.Version" /> object.</summary>
/// <param name="input">A string that contains a version number to convert.</param>
/// <returns>An object that is equivalent to the version number specified in the <paramref name="input" /> parameter.</returns>
/// <exception cref="T:System.ArgumentNullException">
/// <paramref name="input" /> is <see langword="null" />.</exception>
/// <exception cref="T:System.ArgumentException">
/// <paramref name="input" /> has fewer than two or more than four version components.</exception>
/// <exception cref="T:System.ArgumentOutOfRangeException">At least one component in <paramref name="input" /> is less than zero.</exception>
/// <exception cref="T:System.FormatException">At least one component in <paramref name="input" /> is not an integer.</exception>
/// <exception cref="T:System.OverflowException">At least one component in <paramref name="input" /> represents a number that is greater than <see cref="F:System.Int32.MaxValue" />.</exception>
// Token: 0x06000E9F RID: 3743 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6000E9F")]
[Address(RVA = "0x3BBA920", Offset = "0x3BB9920", VA = "0x183BBA920")]
public static Version Parse(string input)
{
return null;
}
// Token: 0x06000EA0 RID: 3744 RVA: 0x0000C648 File Offset: 0x0000A848
[Token(Token = "0x6000EA0")]
[Address(RVA = "0x3BBB060", Offset = "0x3BBA060", VA = "0x183BBB060")]
private static bool TryParseVersion(string version, ref Version.VersionResult result)
{
return default(bool);
}
// Token: 0x06000EA1 RID: 3745 RVA: 0x0000C660 File Offset: 0x0000A860
[Token(Token = "0x6000EA1")]
[Address(RVA = "0x3BBAF30", Offset = "0x3BB9F30", VA = "0x183BBAF30")]
private static bool TryParseComponent(string component, string componentName, ref Version.VersionResult result, out int parsedComponent)
{
return default(bool);
}
/// <summary>Determines whether two specified <see cref="T:System.Version" /> objects are equal.</summary>
/// <param name="v1">The first <see cref="T:System.Version" /> object.</param>
/// <param name="v2">The second <see cref="T:System.Version" /> object.</param>
/// <returns>
/// <see langword="true" /> if <paramref name="v1" /> equals <paramref name="v2" />; otherwise, <see langword="false" />.</returns>
// Token: 0x06000EA2 RID: 3746 RVA: 0x0000C678 File Offset: 0x0000A878
[Token(Token = "0x6000EA2")]
[Address(RVA = "0x3BBBCB0", Offset = "0x3BBACB0", VA = "0x183BBBCB0")]
public static bool operator ==(Version v1, Version v2)
{
return default(bool);
}
/// <summary>Determines whether two specified <see cref="T:System.Version" /> objects are not equal.</summary>
/// <param name="v1">The first <see cref="T:System.Version" /> object.</param>
/// <param name="v2">The second <see cref="T:System.Version" /> object.</param>
/// <returns>
/// <see langword="true" /> if <paramref name="v1" /> does not equal <paramref name="v2" />; otherwise, <see langword="false" />.</returns>
// Token: 0x06000EA3 RID: 3747 RVA: 0x0000C690 File Offset: 0x0000A890
[Token(Token = "0x6000EA3")]
[Address(RVA = "0x3BBBEF0", Offset = "0x3BBAEF0", VA = "0x183BBBEF0")]
public static bool operator !=(Version v1, Version v2)
{
return default(bool);
}
/// <summary>Determines whether the first specified <see cref="T:System.Version" /> object is less than the second specified <see cref="T:System.Version" /> object.</summary>
/// <param name="v1">The first <see cref="T:System.Version" /> object.</param>
/// <param name="v2">The second <see cref="T:System.Version" /> object.</param>
/// <returns>
/// <see langword="true" /> if <paramref name="v1" /> is less than <paramref name="v2" />; otherwise, <see langword="false" />.</returns>
/// <exception cref="T:System.ArgumentNullException">
/// <paramref name="v1" /> is <see langword="null" />.</exception>
// Token: 0x06000EA4 RID: 3748 RVA: 0x0000C6A8 File Offset: 0x0000A8A8
[Token(Token = "0x6000EA4")]
[Address(RVA = "0x3BBBFE0", Offset = "0x3BBAFE0", VA = "0x183BBBFE0")]
public static bool operator <(Version v1, Version v2)
{
return default(bool);
}
/// <summary>Determines whether the first specified <see cref="T:System.Version" /> object is less than or equal to the second <see cref="T:System.Version" /> object.</summary>
/// <param name="v1">The first <see cref="T:System.Version" /> object.</param>
/// <param name="v2">The second <see cref="T:System.Version" /> object.</param>
/// <returns>
/// <see langword="true" /> if <paramref name="v1" /> is less than or equal to <paramref name="v2" />; otherwise, <see langword="false" />.</returns>
/// <exception cref="T:System.ArgumentNullException">
/// <paramref name="v1" /> is <see langword="null" />.</exception>
// Token: 0x06000EA5 RID: 3749 RVA: 0x0000C6C0 File Offset: 0x0000A8C0
[Token(Token = "0x6000EA5")]
[Address(RVA = "0x3BBBF60", Offset = "0x3BBAF60", VA = "0x183BBBF60")]
public static bool operator <=(Version v1, Version v2)
{
return default(bool);
}
/// <summary>Determines whether the first specified <see cref="T:System.Version" /> object is greater than the second specified <see cref="T:System.Version" /> object.</summary>
/// <param name="v1">The first <see cref="T:System.Version" /> object.</param>
/// <param name="v2">The second <see cref="T:System.Version" /> object.</param>
/// <returns>
/// <see langword="true" /> if <paramref name="v1" /> is greater than <paramref name="v2" />; otherwise, <see langword="false" />.</returns>
// Token: 0x06000EA6 RID: 3750 RVA: 0x0000C6D8 File Offset: 0x0000A8D8
[Token(Token = "0x6000EA6")]
[Address(RVA = "0x3BBBE30", Offset = "0x3BBAE30", VA = "0x183BBBE30")]
public static bool operator >(Version v1, Version v2)
{
return default(bool);
}
/// <summary>Determines whether the first specified <see cref="T:System.Version" /> object is greater than or equal to the second specified <see cref="T:System.Version" /> object.</summary>
/// <param name="v1">The first <see cref="T:System.Version" /> object.</param>
/// <param name="v2">The second <see cref="T:System.Version" /> object.</param>
/// <returns>
/// <see langword="true" /> if <paramref name="v1" /> is greater than or equal to <paramref name="v2" />; otherwise, <see langword="false" />.</returns>
// Token: 0x06000EA7 RID: 3751 RVA: 0x0000C6F0 File Offset: 0x0000A8F0
[Token(Token = "0x6000EA7")]
[Address(RVA = "0x3BBBD70", Offset = "0x3BBAD70", VA = "0x183BBBD70")]
public static bool operator >=(Version v1, Version v2)
{
return default(bool);
}
// Token: 0x04000590 RID: 1424
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000590")]
private int _Major;
// Token: 0x04000591 RID: 1425
[global::Cpp2IlInjected.FieldOffset(Offset = "0x14")]
[Token(Token = "0x4000591")]
private int _Minor;
// Token: 0x04000592 RID: 1426
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
[Token(Token = "0x4000592")]
private int _Build;
// Token: 0x04000593 RID: 1427
[global::Cpp2IlInjected.FieldOffset(Offset = "0x1C")]
[Token(Token = "0x4000593")]
private int _Revision;
// Token: 0x04000594 RID: 1428
[Token(Token = "0x4000594")]
private static readonly char[] SeparatorsArray;
// Token: 0x04000595 RID: 1429
[Token(Token = "0x4000595")]
private const int ZERO_CHAR_VALUE = 48;
// Token: 0x02000162 RID: 354
[Token(Token = "0x2000162")]
internal enum ParseFailureKind
{
// Token: 0x04000597 RID: 1431
[Token(Token = "0x4000597")]
ArgumentNullException,
// Token: 0x04000598 RID: 1432
[Token(Token = "0x4000598")]
ArgumentException,
// Token: 0x04000599 RID: 1433
[Token(Token = "0x4000599")]
ArgumentOutOfRangeException,
// Token: 0x0400059A RID: 1434
[Token(Token = "0x400059A")]
FormatException
}
// Token: 0x02000163 RID: 355
[Token(Token = "0x2000163")]
internal struct VersionResult
{
// Token: 0x06000EA9 RID: 3753 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000EA9")]
[Address(RVA = "0x3BBA2C0", Offset = "0x3BB92C0", VA = "0x183BBA2C0")]
internal void Init(string argumentName, bool canThrow)
{
}
// Token: 0x06000EAA RID: 3754 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000EAA")]
[Address(RVA = "0x3BBA340", Offset = "0x3BB9340", VA = "0x183BBA340")]
internal void SetFailure(Version.ParseFailureKind failure)
{
}
// Token: 0x06000EAB RID: 3755 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000EAB")]
[Address(RVA = "0x3BBA2D0", Offset = "0x3BB92D0", VA = "0x183BBA2D0")]
internal void SetFailure(Version.ParseFailureKind failure, string argument)
{
}
// Token: 0x06000EAC RID: 3756 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6000EAC")]
[Address(RVA = "0x3BBA130", Offset = "0x3BB9130", VA = "0x183BBA130")]
internal Exception GetVersionParseException()
{
return null;
}
// Token: 0x0400059B RID: 1435
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x400059B")]
internal Version m_parsedVersion;
// Token: 0x0400059C RID: 1436
[global::Cpp2IlInjected.FieldOffset(Offset = "0x8")]
[Token(Token = "0x400059C")]
internal Version.ParseFailureKind m_failure;
// Token: 0x0400059D RID: 1437
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x400059D")]
internal string m_exceptionArgument;
// Token: 0x0400059E RID: 1438
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
[Token(Token = "0x400059E")]
internal string m_argumentName;
// Token: 0x0400059F RID: 1439
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
[Token(Token = "0x400059F")]
internal bool m_canThrow;
}
}
}