9 lines
689 B
Plaintext
9 lines
689 B
Plaintext
== Resources
|
|
|
|
=== Documentation
|
|
|
|
* Microsoft Learn - https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/fundamentals[Fundamentals of garbage collection]
|
|
* Microsoft Learn - https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/unmanaged[Cleaning up unmanaged resources]
|
|
* Microsoft Learn - https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/implementing-dispose[Implement a Dispose method]
|
|
* Microsoft Learn - https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.safehandle[`SafeHandle` Class]
|
|
* Microsoft Learn - https://learn.microsoft.com/en-us/dotnet/api/system.idisposable.dispose[`IDisposable.Dispose` Method] |