DirectoryEntryInfo(Uri, FileAttributes, DateTime, DateTime) Constructor

Definition

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.

Applies to