FileInfoWrapper Class
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.
Wraps an instance of FileInfo to provide implementation of FileInfoBase.
public ref class FileInfoWrapper : Microsoft::Extensions::FileSystemGlobbing::Abstractions::FileInfoBase
public class FileInfoWrapper : Microsoft.Extensions.FileSystemGlobbing.Abstractions.FileInfoBase
type FileInfoWrapper = class
inherit FileInfoBase
Public Class FileInfoWrapper
Inherits FileInfoBase
- Inheritance
Constructors
FileInfoWrapper(FileInfo) |
Initializes instance of FileInfoWrapper to wrap the specified object FileInfo. |
Properties
FullName |
The full path of the file. (Overrides FullName). |
Name |
The file name. (Overrides Name). |
ParentDirectory |
The directory containing the file. (Overrides ParentDirectory). |
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.