1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| #pragma once
|
| namespace il2cpp
| {
| namespace icalls
| {
| namespace mscorlib
| {
| namespace System
| {
| class LIBIL2CPP_CODEGEN_API CLRConfig
| {
| public:
| static bool CheckThrowUnobservedTaskExceptions();
| };
| } // namespace System
| } // namespace mscorlib
| } // namespace icalls
| } // namespace il2cpp
|
|