ActivityGenerator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates an activity that corresponds to a PowerShell command
public ref class ActivityGenerator abstract sealed
public ref class ActivityGenerator abstract sealed
class ActivityGenerator abstract sealed
public static class ActivityGenerator
type ActivityGenerator = class
Public Class ActivityGenerator
- Inheritance
-
ActivityGenerator
Methods
GenerateAssemblyFromModuleInfo(PSModuleInfo, String, String, String[], String) | |
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. |
GenerateFromCommandInfo(CommandInfo, String) |
By default, the activity wrapper uses the remoting command base. |
GenerateFromModuleInfo(PSModuleInfo, String) |
Generates a complete activity source file from a module. |
GenerateFromName(String, String, Boolean) |
Generate an activity for the named command. |
GenerateFromName(String, String) |
Generate an activity for the named command. |