Property | Type | Description | |
---|---|---|---|
ConsistentGenerationStartValue | System.SequentialGuid | ||
Value | System.Guid |
Method | Description | |
---|---|---|
HashGuidByInteger ( System.Guid guid, int hashValue ) : System.Guid |
Hashes the Guid by the specified integer hash value.
|
|
NewGuid ( ) : System.Guid |
Returns new GUID.
|
|
NewGuid ( object seed ) : System.Guid |
Returns new GUID.
|
|
WixGuid ( string guid ) : System |
Initializes a new instance of the WixGuid class.
|
public static HashGuidByInteger ( System.Guid guid, int hashValue ) : System.Guid | ||
guid | System.Guid | The GUID. |
hashValue | int | The hash value. |
return | System.Guid |
public static NewGuid ( object seed ) : System.Guid | ||
seed | object | |
return | System.Guid |
public WixGuid ( string guid ) : System | ||
guid | string | The GUID value of the instance to be created. |
return | System |
public static SequentialGuid,System ConsistentGenerationStartValue | ||
return | System.SequentialGuid |