Win32_FileSpecification, ROOT\CIMV2

Class | Methods (1) | Properties (19) | Qualifiers (6) | Instances (999) | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

Each instance of this class represents a source file with it's various attributes, ordered by a unique, non-localized identifier. For uncompressed files, the File property is ignored, and the FileName column is used for both the source and destination file name. You must set the 'Uncompressed' bit of the Attributes column for any file that is not compressed in a cabinet.

Win32_FileSpecification methods

Win32_FileSpecification has 1 methods (1 Derived)

NameOriginReturn
InvokeCIM_Checkuint32 {'out':True}

Win32_FileSpecification properties

Win32_FileSpecification has 19 properties (4 Local, 15 Derived)

NameOriginCIMType
AttributesWin32_FileSpecification18 [uint16]
CaptionCIM_Check8 [string]
key
CheckID
CIM_Check8 [string]
CheckModeCIM_Check11 [boolean]
CheckSumCIM_FileSpecification19 [uint32]
CRC1CIM_FileSpecification19 [uint32]
CRC2CIM_FileSpecification19 [uint32]
CreateTimeStampCIM_FileSpecification101 [datetime]
DescriptionCIM_Check8 [string]
FileIDWin32_FileSpecification8 [string]
FileSizeCIM_FileSpecification21 [uint64]
LanguageWin32_FileSpecification8 [string]
MD5ChecksumCIM_FileSpecification8 [string]
NameCIM_Check8 [string]
SequenceWin32_FileSpecification18 [uint16]
SoftwareElementIDCIM_Check8 [string]
SoftwareElementStateCIM_Check18 [uint16]
TargetOperatingSystemCIM_Check18 [uint16]
VersionCIM_Check8 [string]

Detailed description of Win32_FileSpecification methods

Derived methods (1) of Win32_FileSpecification class

Invoke method
Returnuint32 {'out':True}
Description' The invoke method is to evaluate a particular check. The details of how the method evaluates a particular check in a CIM context is described by the non-abstract CIM_Check sub classes. The results of the method are based on the return value. - A 0 (zero) is returned if the condition is satisfied. - A 1 (one) is returned if the method is not supported. - Any other value indicates the condition is not satisfied. '
Invoke method is in 48 classes of ROOT\cimv2 and in 4 namespaces

Detailed description of Win32_FileSpecification properties

Local properties (4) of Win32_FileSpecification class

Attributes property
CIMTYPE'uint16'
Description'Integer containing bit flags representing file attributes (with the decimal value of each bit position in parentheses). See the remarks below for more information: Bit 0: Read Only (1) Bit 1: Hidden (2) Bit 2: System (4) Bit 8: Split (256) - the file is split between two or more compression cabinets Bit 9: Vital (512) - this file is vital for the proper operation of the component to which it belongs Bit 12: Permanent (4096) - the file will not be removed on uninstall Bit 13: Uncompressed (8192) - the file is uncompressed on the source media Bit 14: Patch (16384) (reserved for future use) Bit 15: PatchSourceIgnore (32768) - the file can be ignored during a patch upgrade if it is run-from-source'
readTrue
Attributes property is in 7 classes of ROOT\cimv2 and in 11 namespaces
FileID property
CIMTYPE'string'
Description'A unique key which identifies a file within the scope of a product.'
FixedTrue
readTrue
FileID property is in 1 class (Win32_FileSpecification) of ROOT\cimv2 and in 3 namespaces
Language property
CIMTYPE'string'
Description'List of decimal language Ids, comma-separated if more than one.'
readTrue
Language property is in 3 classes of ROOT\cimv2 and in 6 namespaces
Sequence property
CIMTYPE'uint16'
Description'Sequence with respect to the media images; order must track cabinet order.'
readTrue
Sequence property is in 2 classes of ROOT\cimv2 and in 4 namespaces

Derived properties (15) of Win32_FileSpecification class

Caption property
CIMTYPE'string'
Maxlen64
readTrue
Caption property is in 1050 classes of ROOT\cimv2 and in 37 namespaces
CheckID property
CIMTYPE'string'
Description'An identifier used in conjunction with other keys to uniquely identify the check'
keyTrue
maxlen256
readTrue
CheckID property is in 23 classes of ROOT\cimv2 and in 2 namespaces
CheckMode property
CIMTYPE'boolean'
Description' The CheckMode property is used to indicate whether the condition is expected to exist or not exist in the environment. When the value is True, the condition is expected to exist (e.g., a file is expected to be on a system) so invoke() is expected to return True. When the value is False, the condition is not expect to exist (e.g., a file is not to be on a system) so invoke is expected to return false '
readTrue
CheckMode property is in 23 classes of ROOT\cimv2 and in 2 namespaces
CheckSum property
CIMTYPE'uint32'
Description' The Checksum property is a checksum calculated as the 16-bit sum of the first 32 bytes of the file.'
Mappingstrings['MIF.DMTF|Software Signature|002.4']
readTrue
CheckSum property is in 3 classes of ROOT\cimv2 and in 6 namespaces
CRC1 property
CIMTYPE'uint32'
Description' The CRC1 property is the CRC value calculated using the middle 512K bytes.'
Mappingstrings['MIF.DMTF|Software Signature|002.5']
readTrue
CRC1 property is in 3 classes of ROOT\cimv2 and in 2 namespaces
CRC2 property
CIMTYPE'uint32'
Description' The CRC2 is the CRC value for the middle 512K bytes with a offset modulo 3 to the start of the file of zero.'
Mappingstrings['MIF.DMTF|Software Signature|002.6']
readTrue
CRC2 property is in 3 classes of ROOT\cimv2 and in 2 namespaces
CreateTimeStamp property
CIMTYPE'datetime'
Description'The creation date and time of the file. '
FixedTrue
readTrue
CreateTimeStamp property is in 3 classes of ROOT\cimv2 and in 2 namespaces
Description property
CIMTYPE'string'
Description' A description of the objects.'
readTrue
Description property is in 1061 classes of ROOT\cimv2 and in 142 namespaces
FileSize property
CIMTYPE'uint64'
readTrue
units'kilobytes'
FileSize property is in 12 classes of ROOT\cimv2 and in 6 namespaces
MD5Checksum property
CIMTYPE'string'
Description' The MD5 algorithm is a well-known algorithm for computing a 128-bit checksum for any file or object. The likelihood of two different files producing the same MD5 checksum is very small (about 1 in 2^64), and as such, the MD5 checksum of a file can be used to construct a reliable content identifier that is very likely to uniquely identify the file. The reverse is also true. If two files have the same MD5 checksum, it is very likely that the files are identical. For purposes of MOF specification of the MD5 property, the MD5 algorithm always generates a 32 character string. For example: The string abcdefghijklmnopqrstuvwxyz generates the string c3fcd3d76192e4007dfb496cca67e13b. See http://www. rsa.com/pub/rfc1321.txt for details on the implementation of the MD5 algorithm.'
maxlen16
readTrue
MD5Checksum property is in 3 classes of ROOT\cimv2 and in 2 namespaces
Name property
CIM_keyTrue
CIMTYPE'string'
Description' Either the name of the file or the name of the file with a directory prefix. '
FixedTrue
maxlen1024
Propagated'CIM_SoftwareElement.Name'
readTrue
Name property is in 1046 classes of ROOT\cimv2 and in 142 namespaces
SoftwareElementID property
CIM_keyTrue
CIMTYPE'string'
Description' This is an identifier for this software element.'
maxlen256
Propagated'CIM_SoftwareElement.SoftwareElementID'
readTrue
SoftwareElementID property is in 53 classes of ROOT\cimv2 and in 3 namespaces
SoftwareElementState property
CIM_keyTrue
CIMTYPE'uint16'
Description' The software element state of a software element '
Propagated'CIM_SoftwareElement.SoftwareElementState'
readTrue
Values['Deployable', 'Installable', 'Executable', 'Running']
SoftwareElementState property is in 53 classes of ROOT\cimv2 and in 3 namespaces
TargetOperatingSystem property
CIM_keyTrue
CIMTYPE'uint16'
Description' The target operating system of the this software element.'
Mappingstrings['MIF.DMTF|Software Component Information|002.5']
Propagated'CIM_SoftwareElement.TargetOperatingSystem'
readTrue
Values['Unknown', 'Other', 'MACOS', 'ATTUNIX', 'DGUX', 'DECNT', 'Digital Unix', 'OpenVMS', 'HPUX', 'AIX', 'MVS', 'OS400', 'OS/2', 'JavaVM', 'MSDOS', 'WIN3x', 'WIN95', 'WIN98', 'WINNT', 'WINCE', 'NCR3000', 'NetWare', 'OSF', 'DC/OS', 'Reliant UNIX', 'SCO UnixWare', 'SCO OpenServer', 'Sequent', 'IRIX', 'Solaris', 'SunOS', 'U6000', 'ASERIES', 'TandemNSK', 'TandemNT', 'BS2000', 'LINUX', 'Lynx', 'XENIX', 'VM/ESA', 'Interactive UNIX', 'BSDUNIX', 'FreeBSD', 'NetBSD', 'GNU Hurd', 'OS9', 'MACH Kernel', 'Inferno', 'QNX', 'EPOC', 'IxWorks', 'VxWorks', 'MiNT', 'BeOS', 'HP MPE', 'NextStep', 'PalmPilot', 'Rhapsody', 'Windows 2000', 'Dedicated', 'VSE', 'TPF']
TargetOperatingSystem property is in 53 classes of ROOT\cimv2 and in 3 namespaces
Version property
CIM_keyTrue
CIMTYPE'string'
Description'Version should be in the form .. or .'
FixedTrue
Mappingstrings['MIF.DMTF|ComponentID|001.3']
Maxlen64
Propagated'CIM_SoftwareElement.Version'
readTrue
Version property is in 101 classes of ROOT\cimv2 and in 142 namespaces

Win32_FileSpecification Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
Description'Each instance of this class represents a source file with it's various attributes, ordered by a unique, non-localized identifier. For uncompressed files, the File property is ignored, and the FileName column is used for both the source and destination file name. You must set the 'Uncompressed' bit of the Attributes column for any file that is not compressed in a cabinet.'
dynamicTrue
Locale1033
MappingStrings['Microsoft.MSI']
provider'MSIProv'
UUID'{BBB7EBAA-DB32-11d2-85FC-0000F8102E5F}'

Win32_FileSpecification System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\cimv2:Win32_FileSpecification'___SYSTEM8
__NAMESPACE'ROOT\cimv2'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_FileSpecification', 'CIM_Check']___SYSTEM8
__PROPERTY_COUNT19___SYSTEM3
__RELPATH'Win32_FileSpecification'___SYSTEM8
__DYNASTY'CIM_Check'___SYSTEM8
__SUPERCLASS'CIM_FileSpecification'___SYSTEM8
__CLASS'Win32_FileSpecification'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to Win32_FileSpecification

Number of classes:14
comments powered by Disqus
WUtils.com