This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,76 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Runtime.Remoting.Metadata
{
/// <summary>Provides default functionality for all SOAP attributes.</summary>
// Token: 0x0200050F RID: 1295
[Token(Token = "0x200050F")]
[ComVisible(true)]
public class SoapAttribute : Attribute
{
/// <summary>Creates an instance of <see cref="T:System.Runtime.Remoting.Metadata.SoapAttribute" />.</summary>
// Token: 0x06002AAB RID: 10923 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002AAB")]
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
public SoapAttribute()
{
}
/// <summary>Gets or sets a value indicating whether the target of the current attribute will be serialized as an XML attribute instead of an XML field.</summary>
/// <returns>
/// <see langword="true" /> if the target object of the current attribute must be serialized as an XML attribute; <see langword="false" /> if the target object must be serialized as a subelement.</returns>
// Token: 0x17000628 RID: 1576
// (get) Token: 0x06002AAC RID: 10924 RVA: 0x00018810 File Offset: 0x00016A10
[Token(Token = "0x17000628")]
public virtual bool UseAttribute
{
[Token(Token = "0x6002AAC")]
[Address(RVA = "0x4944B0", Offset = "0x4934B0", VA = "0x1804944B0", Slot = "7")]
get
{
return default(bool);
}
}
/// <summary>Gets or sets the XML namespace name.</summary>
/// <returns>The XML namespace name under which the target of the current attribute is serialized.</returns>
// Token: 0x17000629 RID: 1577
// (get) Token: 0x06002AAD RID: 10925 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000629")]
public virtual string XmlNamespace
{
[Token(Token = "0x6002AAD")]
[Address(RVA = "0x4157B0", Offset = "0x4147B0", VA = "0x1804157B0", Slot = "8")]
get
{
return null;
}
}
// Token: 0x06002AAE RID: 10926 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002AAE")]
[Address(RVA = "0x415810", Offset = "0x414810", VA = "0x180415810", Slot = "9")]
internal virtual void SetReflectionObject(object reflectionObject)
{
}
// Token: 0x04001875 RID: 6261
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4001875")]
private bool _useAttribute;
/// <summary>The XML namespace to which the target of the current SOAP attribute is serialized.</summary>
// Token: 0x04001876 RID: 6262
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
[Token(Token = "0x4001876")]
protected string ProtXmlNamespace;
/// <summary>A reflection object used by attribute classes derived from the <see cref="T:System.Runtime.Remoting.Metadata.SoapAttribute" /> class to set XML serialization information.</summary>
// Token: 0x04001877 RID: 6263
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
[Token(Token = "0x4001877")]
protected object ReflectInfo;
}
}
@@ -0,0 +1,65 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Runtime.Remoting.Metadata
{
/// <summary>Customizes SOAP generation and processing for a field. This class cannot be inherited.</summary>
// Token: 0x02000510 RID: 1296
[Token(Token = "0x2000510")]
[ComVisible(true)]
[AttributeUsage(AttributeTargets.Field)]
public sealed class SoapFieldAttribute : SoapAttribute
{
/// <summary>Creates an instance of <see cref="T:System.Runtime.Remoting.Metadata.SoapFieldAttribute" /> class.</summary>
// Token: 0x06002AAF RID: 10927 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002AAF")]
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
public SoapFieldAttribute()
{
}
/// <summary>Gets or sets the XML element name of the field contained in the <see cref="T:System.Runtime.Remoting.Metadata.SoapFieldAttribute" /> attribute.</summary>
/// <returns>The XML element name of the field contained in this attribute.</returns>
// Token: 0x1700062A RID: 1578
// (get) Token: 0x06002AB0 RID: 10928 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700062A")]
public string XmlElementName
{
[Token(Token = "0x6002AB0")]
[Address(RVA = "0x4157D0", Offset = "0x4147D0", VA = "0x1804157D0")]
get
{
return null;
}
}
/// <summary>Returns a value indicating whether the current attribute contains interop XML element values.</summary>
/// <returns>
/// <see langword="true" /> if the current attribute contains interop XML element values; otherwise, <see langword="false" />.</returns>
// Token: 0x06002AB1 RID: 10929 RVA: 0x00018828 File Offset: 0x00016A28
[Token(Token = "0x6002AB1")]
[Address(RVA = "0x5AB2E0", Offset = "0x5AA2E0", VA = "0x1805AB2E0")]
public bool IsInteropXmlElement()
{
return default(bool);
}
// Token: 0x06002AB2 RID: 10930 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002AB2")]
[Address(RVA = "0x2C0DFE0", Offset = "0x2C0CFE0", VA = "0x182C0DFE0", Slot = "9")]
internal override void SetReflectionObject(object reflectionObject)
{
}
// Token: 0x04001878 RID: 6264
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
[Token(Token = "0x4001878")]
private string _elementName;
// Token: 0x04001879 RID: 6265
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
[Token(Token = "0x4001879")]
private bool _isElement;
}
}
@@ -0,0 +1,90 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Runtime.Remoting.Metadata
{
/// <summary>Customizes SOAP generation and processing for a method. This class cannot be inherited.</summary>
// Token: 0x02000511 RID: 1297
[Token(Token = "0x2000511")]
[AttributeUsage(AttributeTargets.Method)]
[ComVisible(true)]
public sealed class SoapMethodAttribute : SoapAttribute
{
/// <summary>Creates an instance of <see cref="T:System.Runtime.Remoting.Metadata.SoapMethodAttribute" />.</summary>
// Token: 0x06002AB3 RID: 10931 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002AB3")]
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
public SoapMethodAttribute()
{
}
/// <summary>Gets or sets a value indicating whether the target of the current attribute will be serialized as an XML attribute instead of an XML field.</summary>
/// <returns>The current implementation always returns <see langword="false" />.</returns>
/// <exception cref="T:System.Runtime.Remoting.RemotingException">An attempt was made to set the current property.</exception>
// Token: 0x1700062B RID: 1579
// (get) Token: 0x06002AB4 RID: 10932 RVA: 0x00018840 File Offset: 0x00016A40
[Token(Token = "0x1700062B")]
public override bool UseAttribute
{
[Token(Token = "0x6002AB4")]
[Address(RVA = "0x42EBF0", Offset = "0x42DBF0", VA = "0x18042EBF0", Slot = "7")]
get
{
return default(bool);
}
}
/// <summary>Gets or sets the XML namespace that is used during serialization of remote method calls of the target method.</summary>
/// <returns>The XML namespace that is used during serialization of remote method calls of the target method.</returns>
// Token: 0x1700062C RID: 1580
// (get) Token: 0x06002AB5 RID: 10933 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700062C")]
public override string XmlNamespace
{
[Token(Token = "0x6002AB5")]
[Address(RVA = "0x4936E0", Offset = "0x4926E0", VA = "0x1804936E0", Slot = "8")]
get
{
return null;
}
}
// Token: 0x06002AB6 RID: 10934 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002AB6")]
[Address(RVA = "0x2C0E090", Offset = "0x2C0D090", VA = "0x182C0E090", Slot = "9")]
internal override void SetReflectionObject(object reflectionObject)
{
}
// Token: 0x0400187A RID: 6266
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
[Token(Token = "0x400187A")]
private string _responseElement;
// Token: 0x0400187B RID: 6267
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
[Token(Token = "0x400187B")]
private string _responseNamespace;
// Token: 0x0400187C RID: 6268
[global::Cpp2IlInjected.FieldOffset(Offset = "0x38")]
[Token(Token = "0x400187C")]
private string _returnElement;
// Token: 0x0400187D RID: 6269
[global::Cpp2IlInjected.FieldOffset(Offset = "0x40")]
[Token(Token = "0x400187D")]
private string _soapAction;
// Token: 0x0400187E RID: 6270
[global::Cpp2IlInjected.FieldOffset(Offset = "0x48")]
[Token(Token = "0x400187E")]
private bool _useAttribute;
// Token: 0x0400187F RID: 6271
[global::Cpp2IlInjected.FieldOffset(Offset = "0x50")]
[Token(Token = "0x400187F")]
private string _namespace;
}
}
@@ -0,0 +1,22 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Runtime.Remoting.Metadata
{
/// <summary>Customizes SOAP generation and processing for a parameter. This class cannot be inherited.</summary>
// Token: 0x02000512 RID: 1298
[Token(Token = "0x2000512")]
[AttributeUsage(AttributeTargets.Parameter)]
[ComVisible(true)]
public sealed class SoapParameterAttribute : SoapAttribute
{
/// <summary>Creates an instance of <see cref="T:System.Runtime.Remoting.Metadata.SoapParameterAttribute" />.</summary>
// Token: 0x06002AB7 RID: 10935 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002AB7")]
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
public SoapParameterAttribute()
{
}
}
}
@@ -0,0 +1,166 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Runtime.Remoting.Metadata
{
/// <summary>Customizes SOAP generation and processing for target types. This class cannot be inherited.</summary>
// Token: 0x02000513 RID: 1299
[Token(Token = "0x2000513")]
[ComVisible(true)]
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Interface)]
public sealed class SoapTypeAttribute : SoapAttribute
{
/// <summary>Creates an instance of <see cref="T:System.Runtime.Remoting.Metadata.SoapTypeAttribute" />.</summary>
// Token: 0x06002AB8 RID: 10936 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002AB8")]
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
public SoapTypeAttribute()
{
}
/// <summary>Gets or sets a value indicating whether the target of the current attribute will be serialized as an XML attribute instead of an XML field.</summary>
/// <returns>The current implementation always returns <see langword="false" />.</returns>
/// <exception cref="T:System.Runtime.Remoting.RemotingException">An attempt was made to set the current property.</exception>
// Token: 0x1700062D RID: 1581
// (get) Token: 0x06002AB9 RID: 10937 RVA: 0x00018858 File Offset: 0x00016A58
[Token(Token = "0x1700062D")]
public override bool UseAttribute
{
[Token(Token = "0x6002AB9")]
[Address(RVA = "0x51F260", Offset = "0x51E260", VA = "0x18051F260", Slot = "7")]
get
{
return default(bool);
}
}
/// <summary>Gets or sets the XML element name.</summary>
/// <returns>The XML element name.</returns>
// Token: 0x1700062E RID: 1582
// (get) Token: 0x06002ABA RID: 10938 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700062E")]
public string XmlElementName
{
[Token(Token = "0x6002ABA")]
[Address(RVA = "0x4157E0", Offset = "0x4147E0", VA = "0x1804157E0")]
get
{
return null;
}
}
/// <summary>Gets or sets the XML namespace that is used during serialization of the target object type.</summary>
/// <returns>The XML namespace that is used during serialization of the target object type.</returns>
// Token: 0x1700062F RID: 1583
// (get) Token: 0x06002ABB RID: 10939 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x1700062F")]
public override string XmlNamespace
{
[Token(Token = "0x6002ABB")]
[Address(RVA = "0x41CEF0", Offset = "0x41BEF0", VA = "0x18041CEF0", Slot = "8")]
get
{
return null;
}
}
/// <summary>Gets or sets the XML type name for the target object type.</summary>
/// <returns>The XML type name for the target object type.</returns>
// Token: 0x17000630 RID: 1584
// (get) Token: 0x06002ABC RID: 10940 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000630")]
public string XmlTypeName
{
[Token(Token = "0x6002ABC")]
[Address(RVA = "0x417680", Offset = "0x416680", VA = "0x180417680")]
get
{
return null;
}
}
/// <summary>Gets or sets the XML type namespace for the current object type.</summary>
/// <returns>The XML type namespace for the current object type.</returns>
// Token: 0x17000631 RID: 1585
// (get) Token: 0x06002ABD RID: 10941 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x17000631")]
public string XmlTypeNamespace
{
[Token(Token = "0x6002ABD")]
[Address(RVA = "0x4975A0", Offset = "0x4965A0", VA = "0x1804975A0")]
get
{
return null;
}
}
// Token: 0x17000632 RID: 1586
// (get) Token: 0x06002ABE RID: 10942 RVA: 0x00018870 File Offset: 0x00016A70
[Token(Token = "0x17000632")]
internal bool IsInteropXmlElement
{
[Token(Token = "0x6002ABE")]
[Address(RVA = "0x794070", Offset = "0x793070", VA = "0x180794070")]
get
{
return default(bool);
}
}
// Token: 0x17000633 RID: 1587
// (get) Token: 0x06002ABF RID: 10943 RVA: 0x00018888 File Offset: 0x00016A88
[Token(Token = "0x17000633")]
internal bool IsInteropXmlType
{
[Token(Token = "0x6002ABF")]
[Address(RVA = "0x41CF80", Offset = "0x41BF80", VA = "0x18041CF80")]
get
{
return default(bool);
}
}
// Token: 0x06002AC0 RID: 10944 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002AC0")]
[Address(RVA = "0x2C0E240", Offset = "0x2C0D240", VA = "0x182C0E240", Slot = "9")]
internal override void SetReflectionObject(object reflectionObject)
{
}
// Token: 0x04001880 RID: 6272
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
[Token(Token = "0x4001880")]
private bool _useAttribute;
// Token: 0x04001881 RID: 6273
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
[Token(Token = "0x4001881")]
private string _xmlElementName;
// Token: 0x04001882 RID: 6274
[global::Cpp2IlInjected.FieldOffset(Offset = "0x38")]
[Token(Token = "0x4001882")]
private string _xmlNamespace;
// Token: 0x04001883 RID: 6275
[global::Cpp2IlInjected.FieldOffset(Offset = "0x40")]
[Token(Token = "0x4001883")]
private string _xmlTypeName;
// Token: 0x04001884 RID: 6276
[global::Cpp2IlInjected.FieldOffset(Offset = "0x48")]
[Token(Token = "0x4001884")]
private string _xmlTypeNamespace;
// Token: 0x04001885 RID: 6277
[global::Cpp2IlInjected.FieldOffset(Offset = "0x50")]
[Token(Token = "0x4001885")]
private bool _isType;
// Token: 0x04001886 RID: 6278
[global::Cpp2IlInjected.FieldOffset(Offset = "0x51")]
[Token(Token = "0x4001886")]
private bool _isElement;
}
}