I need to recognize from an aplication in .NET if a drive has a specific non Windows partition. Can this be acchieved from C#? Logically I just need to know if the partition is present, I don’t need to read in it.
Thanks a lot in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here are some prototype C# classes to get you started:
How To: (Almost) Everything In WMI via C# – Part 3: Hardware
http://www.codeproject.com/KB/cs/EverythingInWmi03.aspx?msg=2310667
There is also this:
An in-depth look at WMI and Instrumentation: Part II