No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Il2CppHStringReference.cpp 368B

123456789101112131415
  1. #include "il2cpp-config.h"
  2. #include <il2cpp-object-internals.h>
  3. #include "Il2CppHStringReference.h"
  4. #include "vm/WindowsRuntime.h"
  5. namespace il2cpp
  6. {
  7. namespace vm
  8. {
  9. Il2CppHStringReference::Il2CppHStringReference(const utils::StringView<Il2CppNativeChar>& str)
  10. {
  11. il2cpp::vm::WindowsRuntime::CreateHStringReference(str, &m_Header, &m_String);
  12. }
  13. }
  14. }