You cannot, the CLR does not support global functions. You can write them in C ++ / CLI, but the compiler generates a special class to give them a home. The name of the class <Module>, it is not accessible from C # code.
, ref . . , #, . , :
public ref class Utils abstract sealed
{
public:
void static foo() {}
};