Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.MOF - File Extension for Managed Object Format Files
What is MOF? MOF, short name for Managed Object Format, is used as the file extension for Managed Object Format files. .MOF files are text files that contain programming source code written in language similar to C language. See the sample .MOF file included below.
✍: FYIcenter.com
File Extension: .MOF
MIME Type: text/plain
d. #pragma AUTORECOVERFile Content: Managed Object Format
.MOF files are Managed Object Format files, that contain programming source code written in language similar to C language. Here is a sample .MOF Managed Object Format file, register.mof:
//Copyright 2009 - 2010 Intel Corporation All Rights Reserve #pragma classflags("forceupdate") #pragma namespace("\\\\.\\root") instance of __Namespace { name="Intel_ME"; }; #pragma namespace("\\\\.\\root\\Intel_ME") ///////////////////////////////////////////////////////////////////// // Provider registration // ///////////////////////////////////////////////////////////////////// instance of __Win32Provider as $P { Name = "IntelMEProv" ; ClsId = "{73C0325A-D3BF-48af-9F37-1589CC58E788}" ; HostingModel="LocalSystemHost"; }; instance of __MethodProviderRegistration { Provider = $P; }; instance of __InstanceProviderRegistration { Provider = $P; SupportsGet = TRUE; SupportsEnumeration = TRUE; };
.MOF Managed Object Format file sample: Click sample.mof to download.
Since .MOF files are in text format, you can use Notepad or any text editor to create or modify them. No special software is needed.
For for information on how to use .MOF Managed Object Format files, see links below:
2012-09-07, 6270👍, 0💬
Popular Posts:
File extension EXE is used for executable files ready to be executed on computer systems. An EXE sam...
File extension CLASS is used for Java compiled class files. A CLASS sample file is provided. Free JV...
What is PPS? PPS, short name for PowerPoint Slide, is used as the file extension for Microsoft Power...
What is MPP? MPP, short name for Microsoft Project Plan, is used as the file extension for Microsoft...
File extension DAT is used for multimedia files stored on VCD disks. A DAT sample file is provided. ...