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
Properties
BasePath
public string BasePath { get; }
Property Value
FullPath
public string FullPath { get; }
Property Value
Path
public string Path { get; }
Property Value
Watcher
public FileSystemWatcher Watcher { get; }
Property Value
Methods
StartWatchingChanges(FileSystemEventHandler, RenamedEventHandler)
public void StartWatchingChanges(FileSystemEventHandler onChangeEvent, RenamedEventHandler onRenameEvent)
Parameters
onChangeEvent
FileSystemEventHandleronRenameEvent
RenamedEventHandler
StopWatchingChanges()
public void StopWatchingChanges()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).