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

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

Parameters

value
Type: System..::..Int64
New value of the SizeLow property

Exceptions

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

See Also