FileInfo

FileInfo()

Initializes new instance of FileType class.

public FileInfo()

See Also


FileInfo(FileType)

Initializes new instance of FileType class.

public FileInfo(FileType fileType)
Parameter Type Description
fileType FileType The type of the file.

Exceptions

exception condition
ArgumentNullException Thrown when fileType is null.

See Also