InventoryInstanceElementFileSystemFile Class

 

Represents an inventory instance for a file collection.

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

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

[SerializableAttribute]
public ref class InventoryInstanceElementFileSystemFile sealed : InventoryInstanceElement

NameDescription
System_CAPS_pubmethodInventoryInstanceElementFileSystemFile()

Initializes a new instance of the InventoryInstanceElementFileSystemFile class.

System_CAPS_pubmethodInventoryInstanceElementFileSystemFile(FileInfo^)

Initializes a new instance of the InventoryInstanceElementFileSystemFile class.

NameDescription
System_CAPS_pubpropertyBaseClass

Gets the class for the instance. (Inherited from InventoryInstanceElement.)

System_CAPS_pubpropertyCompanyName

Gets or sets the company name for the file.

System_CAPS_pubpropertyFileDescription

Gets or sets the internal description of the file.

System_CAPS_pubpropertyFileName

Gets or sets the name of the file.

System_CAPS_pubpropertyFilePath

Gets or sets the full path to the file.

System_CAPS_pubpropertyFileVersion

Gets or sets the file version.

System_CAPS_pubpropertyLastWriteDate

Gets or sets the last write date of the file.

System_CAPS_pubpropertyLastWriteDateString

Gets or sets the last write date of the file as a string. This property is only for serialization. Use LastWriteDate instead.

System_CAPS_pubpropertyNamespace

Gets the WMI namespace for the instance. (Inherited from InventoryInstanceElement.)

System_CAPS_pubpropertyParentClass

Gets the parent class for the instance. (Inherited from InventoryInstanceElement.)

System_CAPS_pubpropertyProductLanguage

Gets or sets the language of the file.

System_CAPS_pubpropertyProductName

Gets or sets the product name.

System_CAPS_pubpropertyProductVersion

Gets or sets the product version.

System_CAPS_pubpropertySize

Gets or sets the file size, in bytes.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetDirectoryFileDetails(String^, String^, Boolean)

Gets details for all of the files in a directory.

System_CAPS_pubmethodSystem_CAPS_staticGetDirectoryFileDetails(String^, String^, Boolean, Boolean)

Gets details for all of the files in a directory.

System_CAPS_pubmethodGetFileDetails(FileInfo^, Boolean)

Gets the details of a file.

System_CAPS_pubmethodSystem_CAPS_staticGetFileDetails(String^)

Gets the details of a file.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: