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: 0x020004F4 RID: 1268
|
|
[Token(Token = "0x20004F4")]
|
|
[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: 0x060028A2 RID: 10402 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x60028A2")]
|
|
[Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")]
|
|
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: 0x170005B2 RID: 1458
|
|
// (get) Token: 0x060028A3 RID: 10403 RVA: 0x00002082 File Offset: 0x00000282
|
|
[Token(Token = "0x170005B2")]
|
|
public string XmlElementName
|
|
{
|
|
[Token(Token = "0x60028A3")]
|
|
[Address(RVA = "0x3F63E0", Offset = "0x3F51E0", VA = "0x1803F63E0")]
|
|
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: 0x060028A4 RID: 10404 RVA: 0x00016458 File Offset: 0x00014658
|
|
[Token(Token = "0x60028A4")]
|
|
[Address(RVA = "0x4364F0", Offset = "0x4352F0", VA = "0x1804364F0")]
|
|
public bool IsInteropXmlElement()
|
|
{
|
|
return default(bool);
|
|
}
|
|
|
|
// Token: 0x060028A5 RID: 10405 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x60028A5")]
|
|
[Address(RVA = "0x25C9510", Offset = "0x25C8310", VA = "0x1825C9510", Slot = "9")]
|
|
internal override void SetReflectionObject(object reflectionObject)
|
|
{
|
|
}
|
|
|
|
// Token: 0x040017B5 RID: 6069
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
|
|
[Token(Token = "0x40017B5")]
|
|
private string _elementName;
|
|
|
|
// Token: 0x040017B6 RID: 6070
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
|
|
[Token(Token = "0x40017B6")]
|
|
private bool _isElement;
|
|
}
|
|
}
|