There are specific pieces in WMI that might be portable (like the SNMP stuff if you install the WMI to SNMP bridge which people rarely ever do). I looked into about 2 years ago and had bits and pieces working but I recommend avoiding the WMI/System.Management stuff like the plague. It's like windows registry. Serves little function outside of windows. Some RPC implementations are written to be similar but for the most part WMI is a beast of its own.

----
Zac Bowling <[EMAIL PROTECTED]>
http://www.zacbowling.com/



Matthijs ter Woord wrote:
There is something like OpenWBEM iirc, and it's supposed to be comparable to
WMI.



----- Original Message -----
From: "Kornél Pál" <[EMAIL PROTECTED]>
To: "taiky taiky" <[EMAIL PROTECTED]>; <[email protected]>
Sent: Tuesday, May 23, 2006 3:27 PM
Subject: Re: [Mono-list] system.management


Hi,

System.Management is a wrapper around WMI (Windows Management
Instrumentation).

As such I think there is no use to implement System.Management in Mono
because WMI is very Windows specific. If there is some equivalent
functionality on other operating systems it is possible to wrap that
interface but I don't know about such API.

Kornél

----- Original Message -----
From: "taiky taiky" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, May 23, 2006 3:09 PM
Subject: [Mono-list] system.management


hello everybody
a have problèm with System.Management.

i try to compile with mono an application developped under VS for windows
and using System.Management but i can't compile it.
I find sommewhere that System.Management is not implemented in mono. Is it
true??

And so if it is not implemented, i don't know how can i do. What i have to
use to migrate this application.

if someone have an idea...!
he's welcome...


thank you


anthony



--------------------------------------------------------------------------
------

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list


_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to