AddType
Class
Definition
Activity to invoke the Microsoft.PowerShell.Utility\Add-Type command in a Workflow.
public sealed class AddType : Microsoft.PowerShell.Activities.PSRemotingActivity
- Inheritance
Inherited Members
Microsoft.PowerShell.Activities.PipelineEnabledActivity
Microsoft.PowerShell.Activities.PSActivity
Microsoft.PowerShell.Activities.PSRemotingActivity
Constructors
| AddType() |
Gets the display name of the command invoked by this activity. |
Properties
| AssemblyName |
Provides access to the AssemblyName parameter. |
| CodeDomProvider |
Provides access to the CodeDomProvider parameter. |
| CompilerParameters |
Provides access to the CompilerParameters parameter. |
| IgnoreWarnings |
Provides access to the IgnoreWarnings parameter. |
| Language |
Provides access to the Language parameter. |
| LiteralPath |
Provides access to the LiteralPath parameter. |
| MemberDefinition |
Provides access to the MemberDefinition parameter. |
| Name |
Provides access to the Name parameter. |
| Namespace |
Provides access to the Namespace parameter. |
| OutputAssembly |
Provides access to the OutputAssembly parameter. |
| OutputType |
Provides access to the OutputType parameter. |
| PassThru |
Provides access to the PassThru parameter. |
| Path |
Provides access to the Path parameter. |
| PSCommandName |
Gets the fully qualified name of the command invoked by this activity. |
| ReferencedAssemblies |
Provides access to the ReferencedAssemblies parameter. |
| TypeDefinition |
Provides access to the TypeDefinition parameter. |
| UsingNamespace |
Provides access to the UsingNamespace parameter. |