public static bool allowUnsafeCode ;

설명

Allow 'unsafe' C# code code to be compiled for predefined assemblies.

Setting this to true will pass /unsafe to the C# compiler when compiling predefined assemblies, e.g. Assembly-CSharp.dll, etc.