You can call Dispose() method when you stop using certain instance of an object.But Garbage collector will dispose resources as needed, so Dispose itselfdoesn't actually free memory and other resources...