CollectedFile Constructor (FileInfo, Boolean)
Initializes a new instance of the CollectedFile class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public CollectedFile(
FileInfo fileInfo,
bool readFileBytes
)
public:
CollectedFile(
FileInfo^ fileInfo,
bool readFileBytes
)
Public Sub New (
fileInfo As FileInfo,
readFileBytes As Boolean
)
Parameters
fileInfo
Type: System.IO.FileInfoFile information.
readFileBytes
Type: System.BooleanIf false, file bytes will not be read.
See Also
CollectedFile Overload
CollectedFile Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top