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.

MethodDefinitionKey.h 237B

123456789101112
  1. #pragma once
  2. #include "il2cpp-api-types.h"
  3. #include "il2cpp-metadata.h"
  4. #if IL2CPP_ENABLE_NATIVE_STACKTRACES
  5. struct MethodDefinitionKey
  6. {
  7. Il2CppMethodPointer method;
  8. Il2CppMetadataMethodDefinitionHandle methodHandle;
  9. };
  10. #endif