31 lines
1.1 KiB
C#
31 lines
1.1 KiB
C#
using System;
|
|
using System.Collections;
|
|
using System.Runtime.InteropServices;
|
|
using System.Runtime.Remoting.Metadata;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Runtime.Remoting
|
|
{
|
|
/// <summary>Defines utility methods for use by the .NET Framework remoting infrastructure.</summary>
|
|
// Token: 0x020004C4 RID: 1220
|
|
[Token(Token = "0x20004C4")]
|
|
[ComVisible(true)]
|
|
public class InternalRemotingServices
|
|
{
|
|
/// <summary>Gets an appropriate SOAP-related attribute for the specified class member or method parameter.</summary>
|
|
/// <param name="reflectionObject">A class member or method parameter.</param>
|
|
/// <returns>The SOAP-related attribute for the specified class member or method parameter.</returns>
|
|
// Token: 0x06002915 RID: 10517 RVA: 0x00002082 File Offset: 0x00000282
|
|
[Token(Token = "0x6002915")]
|
|
[Address(RVA = "0x2BFF560", Offset = "0x2BFE560", VA = "0x182BFF560")]
|
|
public static SoapAttribute GetCachedSoapAttribute(object reflectionObject)
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x040017D1 RID: 6097
|
|
[Token(Token = "0x40017D1")]
|
|
private static Hashtable _soapAttributes;
|
|
}
|
|
}
|