a
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System
|
||||
{
|
||||
// Token: 0x0200015E RID: 350
|
||||
[Token(Token = "0x200015E")]
|
||||
[FriendAccessAllowed]
|
||||
internal class CLRConfig
|
||||
{
|
||||
// Token: 0x06000EA9 RID: 3753 RVA: 0x0000C498 File Offset: 0x0000A698
|
||||
[Token(Token = "0x6000EA9")]
|
||||
[Address(RVA = "0x1B65780", Offset = "0x1B64580", VA = "0x181B65780")]
|
||||
internal static bool CheckThrowUnobservedTaskExceptions()
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user