using System; using System.Reflection; using Cpp2IlInjected; namespace Microsoft.Reflection { // Token: 0x02000058 RID: 88 [Token(Token = "0x2000058")] internal static class ReflectionExtensions { // Token: 0x06000278 RID: 632 RVA: 0x00003138 File Offset: 0x00001338 [Token(Token = "0x6000278")] [Address(RVA = "0x18DD4E0", Offset = "0x18DC2E0", VA = "0x1818DD4E0")] public static bool IsEnum(this Type type) { return default(bool); } // Token: 0x06000279 RID: 633 RVA: 0x00003150 File Offset: 0x00001350 [Token(Token = "0x6000279")] [Address(RVA = "0x2AB2F80", Offset = "0x2AB1D80", VA = "0x182AB2F80")] public static bool IsAbstract(this Type type) { return default(bool); } // Token: 0x0600027A RID: 634 RVA: 0x00003168 File Offset: 0x00001368 [Token(Token = "0x600027A")] [Address(RVA = "0x2AB2FA0", Offset = "0x2AB1DA0", VA = "0x182AB2FA0")] public static bool IsSealed(this Type type) { return default(bool); } // Token: 0x0600027B RID: 635 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x600027B")] [Address(RVA = "0x2AB2EF0", Offset = "0x2AB1CF0", VA = "0x182AB2EF0")] public static Type BaseType(this Type type) { return null; } // Token: 0x0600027C RID: 636 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x600027C")] [Address(RVA = "0x2AB2EC0", Offset = "0x2AB1CC0", VA = "0x182AB2EC0")] public static Assembly Assembly(this Type type) { return null; } // Token: 0x0600027D RID: 637 RVA: 0x00003180 File Offset: 0x00001380 [Token(Token = "0x600027D")] [Address(RVA = "0x2AB2F20", Offset = "0x2AB1D20", VA = "0x182AB2F20")] public static TypeCode GetTypeCode(this Type type) { return TypeCode.Empty; } // Token: 0x0600027E RID: 638 RVA: 0x00003198 File Offset: 0x00001398 [Token(Token = "0x600027E")] [Address(RVA = "0x2AB2FC0", Offset = "0x2AB1DC0", VA = "0x182AB2FC0")] public static bool ReflectionOnly(this Assembly assm) { return default(bool); } } }