Utilities Properties | MSBuild Extension Pack Help 4.0.12.0 |
The Utilities type exposes the following members.
Properties
Name | Description | |
---|---|---|
SoftwareRegistry32Bit |
Returns the 32 bit HKLM\SOFTWARE registry key. May return null if it doesn't exist. Dispose of the return value.
|
|
SoftwareRegistry64Bit |
Returns the 64 bit HKLM\SOFTWARE registry key. May return null if it doesn't exist. Dispose of the return value.
|
|
SoftwareRegistryNative |
For a 32 bit process, it returns the 32 bit HKLM\SOFTWARE registry key, otherwise the 64 bit one. May return null if
it doesn't exist. Dispose of the return value.
|
|
SoftwareRegistryNonnative |
For a 32 bit process, it returns the 64 bit HKLM\SOFTWARE registry key, otherwise the 32 bit one. May return null if
it doesn't exist. Dispose of the return value.
|
See Also