[Mono-list] Windows

Miguel de Icaza miguel@ximian.com
25 Jul 2001 16:08:40 -0400


> If you want to learn C# and are interested in reimplementing one of
> the classes that come with .NET, you can help.<<
> I know C#, and have been hacking on the Guid structure, but I haven't
> finished it  because I'm not sure exactly how to generate Guids (I think
> there is a defined algorithm (including the current date/time and MAC
> address)). Should I post what I've done so far?

Sure!  

The MAC address is something that we will have to find out through a
PInvoke call or a internalcall.

Miguel.