internal void Test()
{
if (new StackFrame(1).GetMethod().DeclaringType.AssemblyQualifiedName.Contains("mscorlib, "))
throw new Exception("Reflection is disabled!");
Console.WriteLine("Test!");
}
internal void Test()
{
if (new StackFrame(1).GetMethod().DeclaringType.AssemblyQualifiedName.Contains("mscorlib, "))
throw new Exception("Reflection is disabled!");
Console.WriteLine("Test!");
}