#include "il2cpp-config.h"
|
#include "icalls/mscorlib/System.Reflection.Emit/DynamicMethod.h"
|
#include "vm/Exception.h"
|
|
namespace il2cpp
|
{
|
namespace icalls
|
{
|
namespace mscorlib
|
{
|
namespace System
|
{
|
namespace Reflection
|
{
|
namespace Emit
|
{
|
void DynamicMethod::create_dynamic_method(Il2CppReflectionDynamicMethod*, Il2CppReflectionDynamicMethod*)
|
{
|
NOT_SUPPORTED_SRE(DynamicMethod::create_dynamic_method);
|
}
|
|
void DynamicMethod::destroy_dynamic_method(Il2CppReflectionDynamicMethod*, Il2CppReflectionDynamicMethod*)
|
{
|
NOT_SUPPORTED_SRE(DynamicMethod::destroy_dynamic_method);
|
}
|
} /* namespace Emit */
|
} /* namespace Reflection */
|
} /* namespace System */
|
} /* namespace mscorlib */
|
} /* namespace icalls */
|
} /* namespace il2cpp */
|