Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
As mentioned in the GIT documentation, you can set the environment variable GIT_EXTERNAL_DIFF to use...
Date: 04/13/2009
As I had mentioned in a previous post, we have added support in IronPython for accessing OLE...
Date: 07/30/2008
One of the common feature requests for IronPython is to support static compilation. While the...
Date: 07/24/2008
While looking at signal support in IronRuby, I played with the signal and raise functions that are...
Date: 05/23/2008
The DLR aims to enable dynamic languages like IronPython and IronRuby to access and minipulate...
Date: 05/13/2008
IronPython 1.X IronPython 1.X supported COM interop by building on top of the COM interop support...
Date: 04/10/2008
Say you have a working piece of C# code. You want to include it in your IronPython app. So you...
Date: 03/24/2008
If you use IronPython to call AutomationElement.FromHandle, it will return null. This happens...
Date: 03/24/2008
All user code in Silverlight runs in a sandbox. Hence, for security reasons, there are no APIs to...
Date: 09/25/2007
VB, VBA, and VBScript pass arguments by reference by default. A subroutine definition can explicitly...
Date: 09/10/2007
The CLR supports marshalling of objects that support the IReflect interface as IDispatch COM...
Date: 09/04/2007
MSIL includes the tail. prefix to be used with call instructions (call, callvirt, calli), and also...
Date: 01/25/2005