mscorlib(4.0.0.0) API with additions
System.Guid Member List

This is the complete list of members for System.Guid, including all inherited members.

CompareTo(object value)System.Guid
CompareTo(Guid value)System.Guid
EmptySystem.Guidstatic
Equals(object o)System.Guid
Equals(Guid g)System.Guid
IEquatable< Guid >.Equals(T other)System.IEquatable< Guid >
GetHashCode()System.Guid
Guid(byte[] b)System.Guid
Guid(uint a, ushort b, ushort c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k)System.Guid
Guid(int a, short b, short c, byte[] d)System.Guid
Guid(int a, short b, short c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k)System.Guid
Guid(string g)System.Guid
NewGuid()System.Guidstatic
operator !=(Guid a, Guid b)System.Guidstatic
operator==(Guid a, Guid b)System.Guidstatic
Parse(string input)System.Guidstatic
ParseExact(string input, string format)System.Guidstatic
ToByteArray()System.Guid
ToString()System.Guid
ToString(string format)System.Guid
ToString(string format, IFormatProvider provider)System.Guid
TryParse(string input, out Guid result)System.Guidstatic
TryParseExact(string input, string format, out Guid result)System.Guidstatic