我使用以下代码在powershell中运行ironpython代码,但输出结果始终显示GAC信息。看图片
[reflection.assembly]::LoadFrom("C:\Program Files\IronPython 2.7\IronPython.dll")
$py = [ironpython.hosting.python]::CreateEngine()
$py.Execute("print 'IronPython Engine loaded.'")
有什么办法可以隐藏它?我不想每次都显示它