I\'m trying to compile and load a class at runtime, without knowing the package of the class. I do know that the class should comply with an interface, and the location of the source, (and hence the c
I need to generate structs and classes at run time in C# (might be in CLI) managed environment. Suppose I have all data and data types associated with those data memebers of some class/struct. Now I n
I\'m pretty pleased with targeting .NET 2.0 for my XNA games on the basis that it is more widely available (and I can still use nice C# 3.0 language features).
I am changing the class of some objects using object_setClass(id object, Class cls). I am changing the class to a subclass of the original class. Then I set s开发者_如何学JAVAome properties that are o
I\'m trying to resize my app\'s view whenever an iAd is scrolled down from the top. The problem is that in run-time, when i set the resized frame size of the relevant view, the resizing doesnt happen
I have a piece of code that invokes an instance of the bash terminal through the use of the following --
I am in visual studio 2008 and working on a very huge project which takes alot of time to build now when it is running in debug and i make some code changes i want it to incorporate those code changes
I need to generate a runtime error in an xslt.How to do so? The following xpaths do not generate runtime errors:
I\'m tryin开发者_C百科g to compile my program in Visual C#. However, the machine I need it to run on (well, I need it to be able to run on any Windows Machine, at least Windows XP) does not have the .
I mean someting conceptually similar to Runtime.getRuntime().exec(...) but which allows to invoke directly开发者_Python百科 the class without calling exec(\"java -classpath $currentClasspath my.class.