DirectoryChangeNotifier Class

Definition

Line 16 of System.Windows/Directory.cm

Constructors & Destructor

public nothrow DirectoryChangeNotifier()
public DirectoryChangeNotifier(DirectoryChangeNotifier&& that)
public suppress DirectoryChangeNotifier(const DirectoryChangeNotifier&)
public nothrow DirectoryChangeNotifier(void* notificationHandle_, const String<char>& directoryPath_)
public ~DirectoryChangeNotifier()

Member Functions

public void CancelWait()
public void WaitAndCallWhenDirectoryChanged(DirectoryChangedFunction callback)
public void WaitAndCallWhenDirectoryChanged(DirectoryChangedMethod callback)
public bool WaitUntilDirectoryChangedOrWaitCanceled()
public suppress void operator=(const DirectoryChangeNotifier&)

Member Variables

String<char> directoryPath
bool firstTime
void* notificationHandle
void* waitCanceledEventHandle
bool waiting

Constructor& Destructor Details

DirectoryChangeNotifier Constructor

public nothrow DirectoryChangeNotifier()

Definition
Line 18 of System.Windows/Directory.cm


DirectoryChangeNotifier Constructor

public DirectoryChangeNotifier(DirectoryChangeNotifier&& that)

Definition
Line 49 of System.Windows/Directory.cm


DirectoryChangeNotifier Constructor

public suppress DirectoryChangeNotifier(const DirectoryChangeNotifier&)

Definition
Line 47 of System.Windows/Directory.cm


DirectoryChangeNotifier Constructor

public nothrow DirectoryChangeNotifier(void* notificationHandle_, const String<char>& directoryPath_)

Definition
Line 22 of System.Windows/Directory.cm


~DirectoryChangeNotifier Destructor

public ~DirectoryChangeNotifier()

Definition
Line 26 of System.Windows/Directory.cm


Member Function Details

CancelWait Member Function

public void CancelWait()

Definition
Line 91 of System.Windows/Directory.cm


WaitAndCallWhenDirectoryChanged Member Function

public void WaitAndCallWhenDirectoryChanged(DirectoryChangedFunction callback)

Definition
Line 59 of System.Windows/Directory.cm


WaitAndCallWhenDirectoryChanged Member Function

public void WaitAndCallWhenDirectoryChanged(DirectoryChangedMethod callback)

Definition
Line 66 of System.Windows/Directory.cm


WaitUntilDirectoryChangedOrWaitCanceled Member Function

public bool WaitUntilDirectoryChangedOrWaitCanceled()

Definition
Line 73 of System.Windows/Directory.cm


operator= Member Function

public suppress void operator=(const DirectoryChangeNotifier&)

Definition
Line 48 of System.Windows/Directory.cm