[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Inventory instance for file collection

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 

InventoryInstanceElementFileSystemFile : 

InventoryInstanceElement
<
SerializableAttribute> _
Public 
NotInheritable 
Class 

InventoryInstanceElementFileSystemFile _
	
Inherits 

InventoryInstanceElement
[
SerializableAttribute]
public 
ref class 

InventoryInstanceElementFileSystemFile 
sealed : 
public 

InventoryInstanceElement

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
InventoryInstanceElementFileSystemFile () () () ()
Initializes a new instance of the InventoryInstanceElementFileSystemFileclass.
InventoryInstanceElementFileSystemFile(FileInfo)
Initializes a new instance of the InventoryInstanceElementFileSystemFileclass.
BaseClass
Gets the Class for the instance
CompanyName
Company name for the file
DiscoverSelf () () () ()
Discover an inventory instance element based local configuration
Equals(Object) (Inherited from Object.)
FileDescription
Internal description of the file
FileName
Name of the file
FilePath
Full path to the file
FileVersion
Version of the file
Finalize () () () () (Inherited from Object.)
GetDirectoryFileDetails(String, String, Boolean)
Gets details for all of the files in a directory
GetDirectoryFileDetails(String, String, Boolean, Boolean)
Gets details for all of the files in a directory
GetFileDetails(String)
Gets the details for a file
GetFileDetails(FileInfo, Boolean)
Gets the file details
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
LastWriteDate
Last write date of the file
LastWriteDateString
Last write date for the file as a string. This is only for serialization, LastWriteDate should be used instead
MemberwiseClone () () () () (Inherited from Object.)
Namespace
WMI namespace for the instance
ParentClass
Gets the ParentClass for the instance
ProductLanguage
Language of the file
ProductName
Name of the product
ProductVersion
Version of the product
Size
File size in bytes
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . InventoryInstanceElement
     Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . InventoryInstanceElementFileSystemFile

See Also