Skip to main content

Reference Types

  • Chapter
  • First Online:
C++/CLI Primer
  • 1502 Accesses

Abstract

Reference types are classes and structs decorated with the ref qualifier. Instances of Reference Types are always allocated on the heap. Here comes the interesting part. This heap is not the same heap where your native types are allocated—the unmanaged heap. This is a different area called the managed heap. The native type or code has no idea or direct reach to the managed heap. So then, how do we allocate on the managed heap? Is it by using the new keyword? If so, how does the new keyword know where to allocate then? To get around, there is a newer keyword called gcnew.

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

Access this chapter

eBook
USD 14.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 22.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2016 Vivek Ragunathan

About this chapter

Cite this chapter

Ragunathan, V. (2016). Reference Types. In: C++/CLI Primer. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-2367-3_9

Download citation

Publish with us

Policies and ethics