ActivityGenerator
Class
Definition
Generates an activity that corresponds to a PowerShell command
public static class ActivityGenerator
- Inheritance
-
ActivityGenerator
Methods
| GenerateAssemblyFromModuleInfo(PSModuleInfo, String, String, String[], String) | |
| GenerateFromCommandInfo(CommandInfo, String) |
By default, the activity wrapper uses the remoting command base. |
| GenerateFromCommandInfo(CommandInfo, String, Boolean) |
By default, the activity wrapper uses the remoting command base. |
| GenerateFromCommandInfo(CommandInfo, String, String, String[], String, String) |
Generate an activity for the given command. |
| GenerateFromModuleInfo(PSModuleInfo, String) |
Generates a complete activity source file from a module. |
| GenerateFromName(String, String) |
Generate an activity for the named command. |
| GenerateFromName(String, String, Boolean) |
Generate an activity for the named command. |