ReadabilityLevel

Level of readability of the processed scan

Entries

Link copied to clipboard

Scan with almost no chance of being readable

Link copied to clipboard

Scan with very little chance of being readable, even though it's not impossible

Link copied to clipboard

Scan with little chance of being entirely readable, even though it's possible

Link copied to clipboard

Scan with high chance of being readable, even though it's not guaranteed

Link copied to clipboard

Scan with very high chance of being readable

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.