Compile MOF using C# -
How can I compile the MOF for C # class (via the C # code)? What Mofcomp.exe can do (if yes, then?)
does not generate mofcomp code From moffs it parses a file that contains a MOF statement and defines word and class instances in the WMI repository in the file, and there are several other options. Here you can see:
API is not a ready-to-use tool that does this, you have to write it yourself.
H.H.
Comments
Post a Comment