FileSystemContentReaderDynamicParameters
Class
Definition
Defines the dynamic parameters used by the get-content cmdlet.
public class FileSystemContentReaderDynamicParameters : Microsoft.PowerShell.Commands.FileSystemContentDynamicParametersBase
- Inheritance
Inherited Members
Microsoft.PowerShell.Commands.FileSystemContentDynamicParametersBase
Constructors
| FileSystemContentReaderDynamicParameters() |
Properties
| Delimiter |
Gets or sets the delimiter to use when reading the file. Custom delimiters may not be used when the file is opened with a "Byte" encoding. |
| DelimiterSpecified |
Gets the status of the delimiter parameter. Returns true if the delimiter was explicitly specified by the user, false otherwise. |
| Raw |
When the –Raw switch is present, we don’t do any breaks on newlines, and only emit one object to the pipeline: all of the content. |
| Wait |
Gets or sets the Wait flag. The wait flag determines if we want the read-content call to poll (and wait) for changes to the file, rather than exit after the content has been read. |