BuildMaster SDK Reference
Version:
SlimFileInfo(string path, System.DateTime lastWriteTime, long size, System.IO.FileAttributes attributes) Constructor
Syntax
public .ctor(string path, System.DateTime lastWriteTime, long size, System.IO.FileAttributes attributes)
Parameters
- path
- Type: string
The path of the file.
- lastWriteTime
- Type: System.DateTime
The last write time of the file in UTC.
- size
- Type: long
The length of the file in bytes.
- attributes
- Type: System.IO.FileAttributes
The file attributes.
Exceptions
System.ArgumentNullException
|
path is null (Nothing in Visual Basic).
|