> Unsurprisingly perhaps, a lot of my recommendations
> involve WMI. Now I've no idea if WMI is still a concept
> under .NET or how it's invoked if it is. At present,
> you use the pywin32 GetObject method to invoke it.
> Is that still possible under IronPython? Or is there
> some -- possibly built-in -- equivalent?
>

I've not used WMI before (although I've browsed your work before and
*nearly* used it a few times).

I assume they are in unmanaged code ?



..isn't the stuff in System.Management for WMI things, and thus probably the
way to look into when wanting to use IronPython ?

regards,

Simon
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to