m
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Reflection;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Xml.Serialization
|
||||
{
|
||||
// Token: 0x02000113 RID: 275
|
||||
[Token(Token = "0x2000113")]
|
||||
internal class ReflectionHelper
|
||||
{
|
||||
// Token: 0x06000C98 RID: 3224 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6000C98")]
|
||||
[Address(RVA = "0x88A550", Offset = "0x889550", VA = "0x18088A550")]
|
||||
public void RegisterSchemaType(XmlTypeMapping map, string xmlType, string ns)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06000C99 RID: 3225 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000C99")]
|
||||
[Address(RVA = "0x88A340", Offset = "0x889340", VA = "0x18088A340")]
|
||||
public XmlTypeMapping GetRegisteredSchemaType(string xmlType, string ns)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06000C9A RID: 3226 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6000C9A")]
|
||||
[Address(RVA = "0x88A430", Offset = "0x889430", VA = "0x18088A430")]
|
||||
public void RegisterClrType(XmlTypeMapping map, Type type, string ns)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06000C9B RID: 3227 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000C9B")]
|
||||
[Address(RVA = "0x88A200", Offset = "0x889200", VA = "0x18088A200")]
|
||||
public XmlTypeMapping GetRegisteredClrType(Type type, string ns)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06000C9C RID: 3228 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6000C9C")]
|
||||
[Address(RVA = "0x889E80", Offset = "0x888E80", VA = "0x180889E80")]
|
||||
public static void CheckSerializableType(Type type, bool allowPrivateConstructors)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06000C9D RID: 3229 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x6000C9D")]
|
||||
[Address(RVA = "0x88A650", Offset = "0x889650", VA = "0x18088A650")]
|
||||
public ReflectionHelper()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000692 RID: 1682
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4000692")]
|
||||
private Hashtable _clrTypes;
|
||||
|
||||
// Token: 0x04000693 RID: 1683
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x4000693")]
|
||||
private Hashtable _schemaTypes;
|
||||
|
||||
// Token: 0x04000694 RID: 1684
|
||||
[Token(Token = "0x4000694")]
|
||||
private static readonly ParameterModifier[] empty_modifiers;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user