1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| #include "il2cpp-config.h"
| #include "CustomAttributeData.h"
| #include "vm/Exception.h"
|
| namespace il2cpp
| {
| namespace icalls
| {
| namespace mscorlib
| {
| namespace System
| {
| namespace Reflection
| {
| void CustomAttributeData::ResolveArgumentsInternal(Il2CppObject* ctor, Il2CppObject* assembly, intptr_t data, uint32_t data_length, Il2CppArray** ctorArgs, Il2CppArray** namedArgs)
| {
| NOT_SUPPORTED_IL2CPP(CustomAttributeData::ResolveArgumentsInternal, "IL2CPP does not support inspection of attribute constructor arguments at run time.");
| IL2CPP_UNREACHABLE;
| }
| } // namespace Reflection
| } // namespace System
| } // namespace mscorlib
| } // namespace icalls
| } // namespace il2cpp
|
|