No, Garbage collector only claims memory for managed code i.e. code which is in IL code format. Any other component which is not developed using .NET framework is outside the control of garbage collector.
See the below garbage collector video for more details: -
Asked In: Many Interviews |
Alert Moderator