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.