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

Gets SizeHigh as CLS-compliant Int64

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public long GetSizeHigh()
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Function GetSizeHigh As Long
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public:
long long GetSizeHigh()
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetSizeHigh : unit -> int64 
JScript
public function GetSizeHigh() : long

Return Value

[Missing <returns> documentation for "M:Tools.TotalCommanderT.RemoteInfo.GetSizeHigh"]

See Also