[IronPython] How would you use IronPython with WMI?

Keith J. Farmer kfarmer at thuban.org
Fri Aug 27 17:13:09 PDT 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 users-ironpython.com mailing list