Table of Contents

Class ResourceDepotLocation

Namespace
TaleWorlds.Library
Assembly
TaleWorlds.Library.dll
public class ResourceDepotLocation
Inheritance
ResourceDepotLocation
Inherited Members

Constructors

ResourceDepotLocation(string, string, string)

public ResourceDepotLocation(string basePath, string path, string fullPath)

Parameters

basePath string
path string
fullPath string

Properties

BasePath

public string BasePath { get; }

Property Value

string

FullPath

public string FullPath { get; }

Property Value

string

Path

public string Path { get; }

Property Value

string

Watcher

public FileSystemWatcher Watcher { get; }

Property Value

FileSystemWatcher

Methods

StartWatchingChanges(FileSystemEventHandler, RenamedEventHandler)

public void StartWatchingChanges(FileSystemEventHandler onChangeEvent, RenamedEventHandler onRenameEvent)

Parameters

onChangeEvent FileSystemEventHandler
onRenameEvent RenamedEventHandler

StopWatchingChanges()

public void StopWatchingChanges()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).