I'm completely muddled up about what code runs at runtime and what code runs at parsetime. With objects especially, I don't understand what parts of the object run before initialization, what runs at initialization and what runs sometime after.
Since I'm completely confused, I'm not sure how complicated this question is. If it's not just a simple rule or two that answers the question, is there perhaps an article or cheat sheet somewhere? Google is giving me squat.
EDIT: It seems that parsetime is the wrong word. Gareth understood what I meant. I guess I should have formulated the question "In the 2-pass read, what gets read the first pass and what gets read the second pass?" Does that question make more sense?