System.IO.KeventWatcher.close C# (CSharp) 메소드

close() 개인적인 메소드

private close ( int fd ) : int
fd int
리턴 int
		extern static int close (int fd);

Usage Example

예제 #1
0
 private static void StopMonitoringDirectory(KeventData data)
 {
     KeventWatcher.close(data.ev.ident);
 }