Skip to main content

Understanding Object Lifetime

  • Chapter
  • 5359 Accesses

Abstract

At this point in the book, you have learned a great deal about how to build custom class types using C#. Now you will see how the CLR manages allocated class instances (aka objects) via garbage collection. C# programmers never directly deallocate a managed object from memory (recall there is no delete keyword in the C# language). Rather, .NET objects are allocated to a region of memory termed the managed heap, where they will be automatically destroyed by the garbage collector “sometime in the future.”

This is a preview of subscription content, log in via an institution.

Buying options

Chapter
USD   29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD   44.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Learn about institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2015 Andrew Troelsen and Philip Japikse

About this chapter

Cite this chapter

Troelsen, A., Japikse, P. (2015). Understanding Object Lifetime. In: C# 6.0 and the .NET 4.6 Framework. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-1332-2_13

Download citation

Publish with us

Policies and ethics