ShellChannel.HasFlag Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
HasFlag(ShellChannelOptions)
Determines whether the specified option is set.
Declaration
public bool HasFlag(ShellChannelOptions option)
Parameters
Type | Name | Description |
---|---|---|
ShellChannelOptions | option | An option to test. |
Returns
Type | Description |
---|---|
Boolean | True if the option is set; false otherwise. |