Lawo.GlowAnalyzerProxy.Main.LogInfo.Dispose C# (CSharp) 메소드

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void
        public void Dispose()
        {
            this.logger.Dispose();
            this.xmlWriter.Dispose();
            this.writer.Dispose();
            this.stream.Dispose();
        }