A Sandcastle Documented Class Library
WriteBinary メソッド (path, buffer, mode)
名前空間CFW.IOFileSystemWriteBinary(String, array<Byte>[]()[], FileMode)
バイナリーモード書き込み
宣言の構文
C#Visual BasicVisual C++
public abstract int WriteBinary(
	string path,
	byte[] buffer,
	FileMode mode
)
Public MustOverride Function WriteBinary ( _
	path As String, _
	buffer As Byte(), _
	mode As FileMode _
) As Integer
public:
virtual int WriteBinary(
	String^ path, 
	array<unsigned char>^ buffer, 
	FileMode mode
) abstract
パラメータ
path (String)

[Missing <param name="path"/> documentation for "M:CFW.IO.FileSystem.WriteBinary(System.String,System.Byte[],System.IO.FileMode)"]

buffer (array< Byte >[]()[])

[Missing <param name="buffer"/> documentation for "M:CFW.IO.FileSystem.WriteBinary(System.String,System.Byte[],System.IO.FileMode)"]

mode (FileMode)

[Missing <param name="mode"/> documentation for "M:CFW.IO.FileSystem.WriteBinary(System.String,System.Byte[],System.IO.FileMode)"]

戻り値

[Missing <returns> documentation for M:CFW.IO.FileSystem.WriteBinary(System.String,System.Byte[],System.IO.FileMode)]

アセンブリ: CFW (モジュール: CFW) バージョン: 1.2.0.2 (1.2.0.2)