Utilities Class | MSBuild Extension Pack Help 4.0.12.0 |
Inheritance Hierarchy
Namespace: MSBuild.ExtensionPack
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
The Utilities type exposes the following members.
Methods
Name | Description | |
---|---|---|
ExecuteWithLogging |
Executes a tool, logs standard error and a nonzero exit code as errors, returns the output and optionally logs that
as well.
|
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