#pragma once using namespace System; namespace HostInterop { public ref class Class1 { public: static bool Test() { return false; } static bool Test2() { return true; } }; }