DirectoryEntryInfo(Uri, FileAttributes, DateTime, DateTime) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DirectoryEntryInfo class.
protected:
DirectoryEntryInfo(Uri ^ uri, System::IO::FileAttributes attributes, DateTime creationTime, DateTime lastWriteTime);
protected DirectoryEntryInfo (Uri uri, System.IO.FileAttributes attributes, DateTime creationTime, DateTime lastWriteTime);
new Microsoft.VisualStudio.RpcContracts.FileSystem.DirectoryEntryInfo : Uri * System.IO.FileAttributes * DateTime * DateTime -> Microsoft.VisualStudio.RpcContracts.FileSystem.DirectoryEntryInfo
Protected Sub New (uri As Uri, attributes As FileAttributes, creationTime As DateTime, lastWriteTime As DateTime)
Parameters
- uri
- Uri
The URI of the directory entry.
- attributes
- FileAttributes
The attributes of directory entry.
- creationTime
- DateTime
The creation time of the directory entry.
- lastWriteTime
- DateTime
The last write time of the directory entry.