VmMethod.h 162 B

123456789
  1. #pragma once
  2. #include "il2cpp-config.h"
  3. #if RUNTIME_TINY
  4. typedef TinyMethod VmMethod;
  5. #else // Assume the libil2cpp runtime
  6. typedef MethodInfo VmMethod;
  7. #endif