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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.