Show / Hide Table of Contents

Enum Enums.ArgumentFlags

Flags we associate with each object argument.

Namespace: NetVips
Assembly: NetVips.dll
Syntax
[Flags]
public enum Enums.ArgumentFlags : uint

Fields

Name Description
CONSTRUCT

Can only be set in the constructor.

DEPRECATED

Just there for back-compat, hide.

INPUT

Is an input argument (one we depend on).

MODIFY

The input argument will be modified.

NONE

No flags.

NON_HASHABLE

The argument is non-hashable.

OUTPUT

Is an output argument (depends on us).

REQUIRED

Must be set in the constructor.

SET_ALWAYS

Don't do use-before-set checks.

SET_ONCE

Can only be set once.

In this article
Back to top Generated by DocFX