Hi, if you get two copies of this mail please forgive me, since i got a mail delivery message i am resending it
---------- Forwarded message ---------- Date: Tue, 5 Jan 1999 23:34:20 +0530 (IST) From: Archana <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [DOTNET-ROTOR] pinning and fixed blocks Hi, this is regarding Pinning objects using fixed(..) {} If we have a piece of code like fixed (obj* z= & objx.field) { ... } How does rotor treat the variables z and obj, does it mark both as pinned? when it pins objx does it pin just the field or the entire object? regards