BaseAppDomainIsolatedTask Class | MSBuild Extension Pack Help 4.0.12.0 |
Provides a common task for all the MSBuildExtensionPack Tasks that need to be instantiated in their own app domain.
Inheritance Hierarchy
Microsoft.Build.UtilitiesAppDomainIsolatedTask
MSBuild.ExtensionPackBaseAppDomainIsolatedTask
MSBuild.ExtensionPack.FrameworkAssembly
MSBuild.ExtensionPack.FrameworkSmartExec
Namespace: MSBuild.ExtensionPack
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
The BaseAppDomainIsolatedTask type exposes the following members.
Methods
Name | Description | |
---|---|---|
Execute |
Executes this instance.
(Overrides AppDomainIsolatedTaskExecute.) |
Properties
Name | Description | |
---|---|---|
AuthenticationLevel |
Sets the authentication level to be used to connect to WMI. Default is Default. Also supports: Call, Connect, None, Packet, PacketIntegrity, PacketPrivacy, Unchanged
| |
Authority |
Sets the authority to be used to authenticate the specified user.
| |
LogExceptionStack |
Set to true to log the full Exception Stack to the console.
| |
MachineName |
Sets the MachineName.
| |
SuppressTaskMessages |
Set to true to suppress all Message logging by tasks. Errors and Warnings are not affected.
| |
TaskAction |
Sets the TaskAction.
| |
UserName |
Sets the UserName
| |
UserPassword |
Sets the UserPassword.
|
See Also