Class ViewDiagnosticFlagsExtensions
- Namespace
- Terminal.Gui.EnumExtensions
- Assembly
- Terminal.Gui.dll
Extension methods for the ViewDiagnosticFlagsenum type.
[PublicAPI]
public static class ViewDiagnosticFlagsExtensions
- Inheritance
-
ViewDiagnosticFlagsExtensions
- Inherited Members
Methods
- AsInt32(ViewDiagnosticFlags)
Directly converts this ViewDiagnosticFlags value to an int value with the same binary representation.
- AsUInt32(ViewDiagnosticFlags)
Directly converts this ViewDiagnosticFlags value to a uint value with the same binary representation.
- FastHasFlags(ViewDiagnosticFlags, uint)
Determines if the specified mask bits are set in the current value of this ViewDiagnosticFlags.
- FastHasFlags(ViewDiagnosticFlags, ViewDiagnosticFlags)
Determines if the specified flags are set in the current value of this ViewDiagnosticFlags.
- FastIsDefined(ViewDiagnosticFlags, uint)
Determines if the specified uint value is explicitly defined as a named value of the ViewDiagnosticFlagsenum type.