Click or drag to resize

ActiveDriveVirtualFileRead Method

IT Hit WebDAV Classes Reference

[Missing <summary> documentation for "M:ITHit.MapWebDAVDrive.Core.ActiveDrive.VirtualFile.Read(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 Read(
	byte[] ReadBuf,
	long Position,
	int BytesToRead,
	ref int BytesRead
)

Parameters

ReadBuf
Type: SystemByte

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

Position
Type: SystemInt64

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

BytesToRead
Type: SystemInt32

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

BytesRead
Type: SystemInt32

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

See Also