Stopwatch.h 400 字节
#pragma once

#include <stdint.h>
#include "il2cpp-config.h"

namespace il2cpp
{
namespace icalls
{
namespace System
{
namespace System
{
namespace Diagnostics
{
    class LIBIL2CPP_CODEGEN_API Stopwatch
    {
    public:
        static int64_t GetTimestamp();
    };
} /* namespace Diagnostics */
} /* namespace System */
} /* namespace mscorlib */
} /* namespace icalls */
} /* namespace il2cpp */