Channel9Downloader.ViewModels.Framework.WpfOpenFolderService.Dispose C# (CSharp) 메소드

Dispose() 공개 메소드

Invoked when this object is being removed from the application and will be subject to garbage collection.
public Dispose ( ) : void
리턴 void
        public void Dispose()
        {
            Dispose(true);

            // Use SupressFinalize in case a subclass
            // of this type implements a finalizer.
            GC.SuppressFinalize(this);
        }

Same methods

WpfOpenFolderService::Dispose ( bool disposing ) : void
WpfOpenFolderService