Stream Constructor (String) | MSG .NET Class Library |
Initializes a new instance of the Stream class and load data from the specified file.
Namespace: Independentsoft.IO.StructuredStorageAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public Stream( string filePath )
public Stream( string filePath )
Public Sub New ( filePath As String )
Public Sub New ( filePath As String )
Dim filePath As String Dim instance As New Stream(filePath)
Dim filePath As String Dim instance As New Stream(filePath)
public Stream( String filePath )
public Stream( String filePath )
public function Stream( filePath : String )
public function Stream( filePath : String )
Independentsoft.IO.StructuredStorage.Stream = function(filePath);
Independentsoft.IO.StructuredStorage.Stream = function(filePath);
Parameters
- filePath
- Type:
System String
File path.
See Also