-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
C#Related to C# wrapper codeRelated to C# wrapper codeJavaRelated to Java wrapper codeRelated to Java wrapper codeenhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The management of instance destruction for managed code is now delegated to the garbage collector. This way it is not possible to know what is going on behind the scenes and this can lead to problematic behavior and bugs.
Describe the solution you'd like
Implementing the IDisposable interface in C# and AutoClosable interface in Java for classes related to native code and manage it in native code, to let the developers have more control on what the code really do.
Describe alternatives you've considered
N/A
Additional context
N/A
Metadata
Metadata
Assignees
Labels
C#Related to C# wrapper codeRelated to C# wrapper codeJavaRelated to Java wrapper codeRelated to Java wrapper codeenhancementNew feature or requestNew feature or request