Determines whether the specified option is set.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Function HasFlag ( _
	option As ShellChannelOptions _
) As Boolean
C#
public bool HasFlag(
	ShellChannelOptions option
)

Parameters

option
Type: Rebex.TerminalEmulation..::..ShellChannelOptions
An option to test.

Return Value

True if the option is set; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also