[IronPython] How would you use IronPython with WMI?

Keith J. Farmer kfarmer at thuban.org
Sat Aug 28 02:13:09 CEST 2004


Try 'System.Management' (omit the .dll)

________________________________

From: users-ironpython.com-bounces at lists.ironpython.com on behalf of Curt Hagenlocher
Sent: Fri 8/27/2004 4:55 PM


import sys
sys.LoadAssemblyByName('System.Management.dll')





More information about the Ironpython-users mailing list