ZForge.Win32.RemovableDriveDetector.Dispose C# (CSharp) 메소드

Dispose() 공개 메소드

Unregister and close the file we may have opened on the removable drive. Garbage collector will call this method.
public Dispose ( ) : void
리턴 void
        public void Dispose()
        {
            RegisterForDeviceChange(false, null);
        }