Table of Contents

Interface IWatchKey

Namespace
Java.Nio.File
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/WatchKey.html

public interface IWatchKey

Methods

Cancel()

void Cancel()

IsValid()

bool IsValid()

Returns

bool

bool

PollEvents()

List<WatchEvent<object>> PollEvents()

Returns

List<WatchEvent<object>>

List

Reset()

bool Reset()

Returns

bool

bool

Watchable()

Watchable Watchable()

Returns

Watchable

Watchable