I\'m trying to figure out why this attribute was added to a class. Google is only turning up COM related material when I search for it; but the application doesn\'t do anyt
The Guid attribute was introduced for COM interop - but there's nothing preventing you (or any other third party) from repurposing it for other uses.
Attributes, generally, provide additional information ("metadata") that can be used by other code however suits.