Table of Contents

Class TraceCategoryExtensions

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Extension methods for the TraceCategory enum type.

public static class TraceCategoryExtensions
Inheritance
TraceCategoryExtensions
Inherited Members

Methods

AsInt32(TraceCategory)

Directly converts this TraceCategory value to an int value with the same binary representation.

AsUInt32(TraceCategory)

Directly converts this TraceCategory value to a uint value with the same binary representation.

FastHasFlags(TraceCategory, int)

Determines if the specified mask bits are set in the current value of this TraceCategory.

FastHasFlags(TraceCategory, TraceCategory)

Determines if the specified flags are set in the current value of this TraceCategory.

FastIsDefined(TraceCategory, int)

Determines if the specified int value is explicitly defined as a named value of the TraceCategory enum type.