By there, I assume you mean on the heap? Yes, it will be there,
assuming that something has a reference to it. The way that you would
access something like this typically would be through a static member of
some sort. This way, anything that references the assembly can access the
member, assuming the visibility is set appropriately.