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

Sets value of Reserved1 as CLS-compliant type

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetReserved1(
	int value
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Sub SetReserved1 ( _
	value As Integer _
)
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
void SetReserved1(
	int value
)
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetReserved1 : 
        value:int -> unit 
JScript
public function SetReserved1(
	value : int
)

Parameters

value
Type: System..::..Int32
New value of the Reserved1 property. The property will be set to bitwise same value.

See Also