IFile Database ProviderPut File(Stream, String) Method
Definition
Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
C#
void PutFile(
Stream stream,
string filename
)VB
Sub PutFile (
stream As Stream,
filename As String
)