Well, I have the entire methods working in VB .Net except that VB does not recogniz or has trouble converting an integer into an unsigned integer. So I converted it to C# only to realize that the GetObject method does not work like it does in VB. So basically, I have seen that you can build .mof files to hold your classes and objects. I was wondering if this can be done in C#, unless someone can point me in the right direction for replacing the GetObject method in C#.
Thanks,
Jason
Main Topics
Browse All Topics





by: TheLearnedOnePosted on 2006-07-02 at 01:29:29ID: 17026099
Description:
rosoft.com /en-us/lib rary/ ms676 627.aspx
rosoft.com /en-us/lib rary/ ms676 625.aspx
http://windowssdk.msdn.mic
The Bcd.mof file defines the Boot Configuration Data (BCD) provider. You can access the BCD provider classes in the Root\WMI namespace. For more information about WMI, see Windows Management Instrumentation.
Are you looking for examples of these?
http://windowssdk.msdn.mic
Bob