The VMSFileParser type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| VMSFileParser | Initializes a new instance of the VMSFileParser class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IsMultiLine |
Does this parser parse multiple lines to get one listing?
(Overrides FTPFileParser..::..IsMultiLine()()()().) | |
| IsValidFormat |
Test for valid format for this parser
(Overrides FTPFileParser..::..IsValidFormat(array<String>[]()[][]).) | |
| MemberwiseClone | (Inherited from Object.) | |
| Parse | Parse server supplied string (Overrides FTPFileParser..::..Parse(String).) | |
| ToString | (Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| BlockSize |
Get and set the blocksize used to calculate the file
size.
| |
| ParsingCulture |
Get/set the culture info for parsing
(Inherited from FTPFileParser.) | |
| TimeIncludesSeconds |
Get flag indicating whether or not the most recent parse returned seconds.
(Overrides FTPFileParser..::..TimeIncludesSeconds.) | |
| VersionInName |
Is the version number returned as part of the filename?
|