I am creating an .idl file programmatically. How do I create UUIDs for the interfaces and Methods Programmatically.
Can I generate the UUID programmatically?
You are probably looking for System.Guid.NewGuid().
System.Guid.NewGuid()
2.1m questions
2.1m answers
60 comments
57.0k users