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, 7183👍, 0💬
Popular Posts:
What is CS? CS, short name for C Sharp, is used as the file extension for C# (C Sharp) files. .CS fi...
What is MPP? MPP, short name for Microsoft Project Plan, is used as the file extension for Microsoft...
What is MHT or MHTML? MHT or MHTML, short name for MIME HTML, is used as the file extension for MIME...
What is SCR? SCR, short name for Screen Saver, is used as the file extension for Screen Saver files....
Karaoke files storing MIDI music messages and synchronized lyrics to play on Karaoke machines. A KAR...