Click or drag to resize

ActiveDriveVirtualFileWrite Method

IT Hit WebDAV Classes Reference

[Missing <summary> documentation for "M:ITHit.MapWebDAVDrive.Core.ActiveDrive.VirtualFile.Write(System.Byte[],System.Int64,System.Int32,System.Int32@)"]

Namespace:  ITHit.MapWebDAVDrive.Core
Assembly:  ITHit.MapWebDAVDrive.Core (in ITHit.MapWebDAVDrive.Core.dll) Version: 1.3.997.0 (1.3.997.0)
Syntax
public void Write(
	byte[] WriteBuf,
	long Position,
	int BytesToWrite,
	ref int BytesWritten
)

Parameters

WriteBuf
Type: SystemByte

[Missing <param name="WriteBuf"/> documentation for "M:ITHit.MapWebDAVDrive.Core.ActiveDrive.VirtualFile.Write(System.Byte[],System.Int64,System.Int32,System.Int32@)"]

Position
Type: SystemInt64

[Missing <param name="Position"/> documentation for "M:ITHit.MapWebDAVDrive.Core.ActiveDrive.VirtualFile.Write(System.Byte[],System.Int64,System.Int32,System.Int32@)"]

BytesToWrite
Type: SystemInt32

[Missing <param name="BytesToWrite"/> documentation for "M:ITHit.MapWebDAVDrive.Core.ActiveDrive.VirtualFile.Write(System.Byte[],System.Int64,System.Int32,System.Int32@)"]

BytesWritten
Type: SystemInt32

[Missing <param name="BytesWritten"/> documentation for "M:ITHit.MapWebDAVDrive.Core.ActiveDrive.VirtualFile.Write(System.Byte[],System.Int64,System.Int32,System.Int32@)"]

See Also