hi all, is it possible to distinguish different instances of a class (written in c#) in the log-output?
in the old vb6 days, i could use the "ObjPtr"-function to get a "unique value" for each instance. in c# i could use the "GetHashCode"-function, but the docs say i'm not supposed to use it for that. how can i do that without adding specific code to the class myself? all i want to see is which log-entry comes from which instance... thanks franz
