Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
おそらく、アプリケーションドメインを作成してDomainUnloadイベントにフックすることはできますが、プライマリアプリドメインでそれを実行したいと思います。
.netには類似物はありません:(
あなたは正しい考えを持っています、あなたはそれを明示的に削除する必要があります。
// Delete the previously created file. File.Delete(filepath);