Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public FTP_ListItem( string name, long size, DateTime modified, bool isDir )
Public Sub New ( name As String, size As Long, modified As DateTime, isDir As Boolean )
public: FTP_ListItem( String^ name, long long size, DateTime modified, bool isDir )
new : name : string * size : int64 * modified : DateTime * isDir : bool -> FTP_ListItem
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when name is null. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119