23 lines
752 B
C#
23 lines
752 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Reflection
|
|
{
|
|
/// <summary>Contains methods for converting <see cref="T:System.Type" /> objects.</summary>
|
|
// Token: 0x0200021D RID: 541
|
|
[Token(Token = "0x200021D")]
|
|
public static class IntrospectionExtensions
|
|
{
|
|
/// <summary>Returns the <see cref="T:System.Reflection.TypeInfo" /> representation of the specified type.</summary>
|
|
/// <param name="type">The type to convert.</param>
|
|
/// <returns>The converted object.</returns>
|
|
// Token: 0x060013D1 RID: 5073 RVA: 0x00002082 File Offset: 0x00000282
|
|
[Token(Token = "0x60013D1")]
|
|
[Address(RVA = "0x2A082F0", Offset = "0x2A070F0", VA = "0x182A082F0")]
|
|
public static TypeInfo GetTypeInfo(this Type type)
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
}
|