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()
1.4m articles
1.4m replys
5 comments
57.0k users