Categories:
Android (1)
Audio (11)
C/C++ (3)
Compression (10)
Database (6)
Document (16)
Email (3)
General (53)
Graphics (17)
Image (12)
Java (7)
Music (2)
Picture (5)
Presentation (7)
Programming (24)
Spreadsheet (11)
Video (8)
Web (15)
Windows (69)
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, 3328👍, 0💬
Popular Posts:
What is WMF or EMF? WMF stands for Windows Metafile. EMF stands for Enhanced Windows Metafile WMF or...
What is MSG? MSG, short name for Message, is used as the file extension for Outlook Message Item fil...
What is MPP? MPP, short name for Microsoft Project Plan, is used as the file extension for Microsoft...
What is DOTX? DOTX, short name for Document Template XML, is used as the file extension for files in...
What is WJF? WJF, short name for WinZip Job File, is used as the file extension for WinZip job files...