Show / Hide Table of Contents

Class OWarnings

Options for run-time warnings (print.warning).

public sealed class OWarnings
Examples
opt.warnings.Verbose = false;

Namespace: Au.Types
Assembly: Au.dll
Inheritance
object
OWarnings

Properties

Name Description
Verbose

If true, some library functions may display more warnings and other info. If not explicitly set, the default value depends on the build configuration of the main assembly: true if Debug, false if Release (optimize true). See AssemblyUtil_.IsDebug.

Methods

Name Description
Disable(params string[])

Disables one or more run-time warnings.

IsDisabled(string)

Returns true if the specified warning text matches a wildcard string added with OWarnings.Disable.