66 lines
2.4 KiB
C#
66 lines
2.4 KiB
C#
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;
|
|
}
|
|
}
|