Document Library for WinForms
CopyStream メソッド (Utils)

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > Utils クラス : CopyStream メソッド
The source stream.
The destination stream.
Copies content of one stream to another.
シンタックス
'宣言
 
Public Shared Sub CopyStream( _
   ByVal src As System.IO.Stream, _
   ByVal dst As System.IO.Stream _
) 
public static void CopyStream( 
   System.IO.Stream src,
   System.IO.Stream dst
)

パラメータ

src
The source stream.
dst
The destination stream.
参照

Utils クラス
Utils メンバ