MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / Dispose

Method Dispose

wrappers/SMath/coolprop_wrapper/CoolPropPlugin.cs:95–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 TermInfo[] IPluginHandleEvaluation.TermsHandled { get { return termInfos; } }
94
95 void System.IDisposable.Dispose()
96 {
97 try
98 {
99 if (System.IO.File.Exists(LogFile))
100 System.IO.File.Delete(LogFile);
101 }
102 catch (System.Exception) {}
103 }
104
105 AssemblyInfo[] IPlugin.Dependences { get { return asseblyInfos; } }
106

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected