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

Sets high word FileSize 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 void SetFileSizeHigh(
	long value
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Sub SetFileSizeHigh ( _
	value As Long _
)
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public:
void SetFileSizeHigh(
	long long value
)
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SetFileSizeHigh : 
        value:int64 -> unit 
JScript
public function SetFileSizeHigh(
	value : long
)

Parameters

value
Type: System..::..Int64
New value of the FileSize property's high word

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionvalue is negative or greater than MaxValue

See Also