#include "il2cpp-config.h"
|
#include "icalls/mscorlib/System.Reflection.Emit/AssemblyBuilder.h"
|
|
#include "vm/Exception.h"
|
|
namespace il2cpp
|
{
|
namespace icalls
|
{
|
namespace mscorlib
|
{
|
namespace System
|
{
|
namespace Reflection
|
{
|
namespace Emit
|
{
|
void AssemblyBuilder::basic_init(mscorlib_System_Reflection_Emit_AssemblyBuilder *)
|
{
|
NOT_SUPPORTED_SRE(AssemblyBuilder::basic_init);
|
}
|
|
mscorlib_System_Reflection_Module* AssemblyBuilder::InternalAddModule(mscorlib_System_Reflection_Emit_AssemblyBuilder * thisPtr, Il2CppString* fileName)
|
{
|
NOT_SUPPORTED_SRE(AssemblyBuilder::InternalAddModule);
|
return NULL;
|
}
|
|
void AssemblyBuilder::UpdateNativeCustomAttributes40(mscorlib_System_Reflection_Emit_AssemblyBuilder * thisPtr)
|
{
|
NOT_SUPPORTED_SRE(AssemblyBuilder::InternalAddModule);
|
}
|
} /* namespace Emit */
|
} /* namespace Reflection */
|
} /* namespace System */
|
} /* namespace mscorlib */
|
} /* namespace icalls */
|
} /* namespace il2cpp */
|