[This is preliminary documentation and is subject to change.]

High DWORD of remote file size. Useful for a progress indicator.

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[CLSCompliantAttribute(false)]
public uint SizeHigh { get; set; }
Visual Basic
<CLSCompliantAttribute(False)> _
Public Property SizeHigh As UInteger
	Get
	Set
Visual C++
[CLSCompliantAttribute(false)]
public:
property unsigned int SizeHigh {
	unsigned int get ();
	void set (unsigned int value);
}
F#
[<CLSCompliantAttribute(false)>]
member SizeHigh : uint32 with get, set
JScript
function get SizeHigh () : uint
function set SizeHigh (value : uint)

Remarks

This property is not CLS-compliat. CLS-compliant alternative is to use SetSizeHigh(Int64) and GetSizeHigh()()()().

See Also