Mono Class Library: Mono.Unix.Native Namespace

Mono.Unix.Native.DirectoryNotifyFlags Enumeration

File and directory change notification flags for Syscall.fcntl. [Edit]
[System.CLSCompliant(false)]
[System.Flags]
public enum DirectoryNotifyFlags

See Also

Syscall.fcntl

Remarks

These values may be bitwise ORed together to form the arg parameter for Syscall.fcntl. They may only be used with the FcntlCommand.F_NOTIFY command.

Directory notification flags are not part of POSIX.

[Edit]

Members

Member NameDescription
DN_ACCESSDocumentation for this section has not yet been entered. [Edit]
DN_ATTRIBDocumentation for this section has not yet been entered. [Edit]
DN_CREATEDocumentation for this section has not yet been entered. [Edit]
DN_DELETEDocumentation for this section has not yet been entered. [Edit]
DN_MODIFYDocumentation for this section has not yet been entered. [Edit]
DN_MULTISHOTDocumentation for this section has not yet been entered. [Edit]
DN_RENAMEDocumentation for this section has not yet been entered. [Edit]

Requirements

Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0