ZK_Framework/HybridCLRData/LocalIl2CppData-WindowsEditor/il2cpp/libil2cpp/vm/Il2CppHStringReference.cpp

19 lines
417 B
C++

#include "il2cpp-config.h"
#if !IL2CPP_TINY || IL2CPP_TINY_DEBUGGER
#include <il2cpp-object-internals.h>
#include "Il2CppHStringReference.h"
#include "vm/WindowsRuntime.h"
namespace il2cpp
{
namespace vm
{
Il2CppHStringReference::Il2CppHStringReference(const utils::StringView<Il2CppNativeChar>& str)
{
il2cpp::vm::WindowsRuntime::CreateHStringReference(str, &m_Header, &m_String);
}
}
}
#endif