just wondering if these are two methods to achieve the same thing?
note: GetType().GUID picks up the GuidAttribute okay. So is the Marshal.GenerateGuidForType method doing anything extra?
[Guid("DC05F01B-32FC-4CCE-AC0D-854E8B6471FC")]
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have a look at the documentation for
Marshal.GenerateGuidForType():