Microsoft.VisualStudio.Project.ImageHandler.Dispose C# (CSharp) 메소드

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void
        public void Dispose()
        {
            this.Dispose(true);
            GC.SuppressFinalize(this);
        }

Same methods

ImageHandler::Dispose ( bool disposing ) : void