Table of Contents

Constructor FileSystemWatchManageTool

Namespace
LMKit.Agents.Tools.BuiltIn.IO
Assembly
LM-Kit.NET.dll

FileSystemWatchManageTool()

Initializes a new instance with default settings.

public FileSystemWatchManageTool()

FileSystemWatchManageTool(FileSystemWatchToolOptions)

Initializes a new instance with custom options.

public FileSystemWatchManageTool(FileSystemWatchToolOptions options)

Parameters

options FileSystemWatchToolOptions

Configuration options.

Share