Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Dispose a DXF Document #296

Answered by haplokuon
williampilger asked this question in Q&A
Discussion options

You must be logged in to vote

There is no need for the DxfDocument class to implement the IDisposable interface. It is only required for types that need to release unmanaged resources, and this is not the case. The Net's garbage collector takes care of the allocation and release of memory for your application.

If you need more detail information about how and when the net garbage collector does its things, you will have better luck somewhere else, somewhere more dedicated to the inner workings of the net framework. This is outside of the scope of this library and my knowledge of this matter is limited.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by haplokuon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants