Is there any way to disable the use of import once I\'ve finished using it? I\'m using IronP开发者_如何学运维ython as a scripting engine and I don\'t want users to be able to import anything. This cou
This is a dumb question, but I just cant find an answer. I开发者_如何学JAVA want to do something as simple as this in IronPython, something I did in asp.net vb.net to capture the id of a table display
I am using the below code to execute the IronPython Script on separate \"appDomain\" from c#. (I used this approach to resolve memory leakage issue)
I want to use IronPython as a simple test harness for a .net application. I have created a project in Visual Studio 2008 and have an empty python source file.
I need to inspect the value of a variable inside a class in asp.net IronPython in Visual Studio 2008. Vis开发者_Go百科ual Studio 2008 inspector doesnt work for IronPython (if the inspector works in VS
Does anyone know if IronPython 2.6 is planned to have support for pdb.set_trace() to enab开发者_开发知识库le setting breakpoints in an ironpython module? If not does anyone have a suggestion for accom
The following import works inside ipy.exe prompt but fails using IronPython ScriptRuntime inside a C# 4.0 program.
Unit tests have different requirements than production code. For example, unit tests may not have to be as performant 开发者_StackOverflowas the production code.
I have an IronPython script that execute some exes. I want to stop the execution of the current exe if its runtime exceeds a certain amount of time. How can I do this?
I would like to give sources for what I\'m say开发者_运维百科ing but I just dont have them, it\'s something I heard.