BaseAppDomainIsolatedTask Class

MSBuild Extension Pack

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

SystemObject  SystemMarshalByRefObject
    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

  NameDescription
Public methodExecute
Executes this instance.
(Overrides AppDomainIsolatedTaskExecute.)
Top
Properties

  NameDescription
Public propertyAuthenticationLevel
Sets the authentication level to be used to connect to WMI. Default is Default. Also supports: Call, Connect, None, Packet, PacketIntegrity, PacketPrivacy, Unchanged
Public propertyAuthority
Sets the authority to be used to authenticate the specified user.
Public propertyLogExceptionStack
Set to true to log the full Exception Stack to the console.
Public propertyMachineName
Sets the MachineName.
Public propertySuppressTaskMessages
Set to true to suppress all Message logging by tasks. Errors and Warnings are not affected.
Public propertyTaskAction
Sets the TaskAction.
Public propertyUserName
Sets the UserName
Public propertyUserPassword
Sets the UserPassword.
Top
See Also

Reference