Guids are created using the new keyword which makes me think it\'s a reference type.
new
Is this correct?
Guid uid = new Guid();
It's a value type.
http://msdn.microsoft.com/en-us/library/system.guid.aspx