Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

Abul Kayes

@Abul Kayes
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Your First Computer...
    A Abul Kayes

    I first saw a computer back in '94 at one of my cousin's home. It was a IBM machine, can't tell the model. The first one I got my hands on was probably a cloned PC, used to play Paranoid on it, that too was back in mid 90's. The first one I bought was in 2000, was a HP BRIO BA600.

    [Kayes]

    The Lounge com

  • If You Have a Dell Computer...
    A Abul Kayes

    LoL :laugh:

    [Kayes]

    The Lounge com announcement

  • How to determine the number of references a program is currently using?
    A Abul Kayes

    Yeah, that's my point.

    [Kayes]

    C# csharp tutorial question

  • How to determine the number of references a program is currently using?
    A Abul Kayes

    That's a way. But consider the following. One object is constructed, but two references.

    Person p = new Person(); //1 reference to Person p
    Person q = p; //2 references to Person p
    

    How to track this?

    [Kayes]

    C# csharp tutorial question

  • How to determine the number of references a program is currently using?
    A Abul Kayes

    Hi. Is there any ways/ APIs to determine how many references of a certain object/ class a C# program creates/ uses during it's life cycle? Suppose there's a class Person and in my program several references to Person objects are made. How to determine the number of Person references in my program? Thanks.

    [Kayes]

    C# csharp tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups