ActivityGenerator.GenerateAssemblyFromModuleInfo Method
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.
public:
static System::Reflection::Assembly ^ GenerateAssemblyFromModuleInfo(System::Management::Automation::PSModuleInfo ^ moduleToProcess, System::String ^ activityNamespace, System::String ^ outputAssemblyPath, cli::array <System::String ^> ^ referenceAssemblies, [Runtime::InteropServices::Out] System::String ^ % errors);
public static System.Reflection.Assembly GenerateAssemblyFromModuleInfo (System.Management.Automation.PSModuleInfo moduleToProcess, string activityNamespace, string outputAssemblyPath, string[] referenceAssemblies, out string errors);
static member GenerateAssemblyFromModuleInfo : System.Management.Automation.PSModuleInfo * string * string * string[] * string -> System.Reflection.Assembly
Public Shared Function GenerateAssemblyFromModuleInfo (moduleToProcess As PSModuleInfo, activityNamespace As String, outputAssemblyPath As String, referenceAssemblies As String(), ByRef errors As String) As Assembly
Parameters
- moduleToProcess
- PSModuleInfo
- activityNamespace
- String
- outputAssemblyPath
- String
- referenceAssemblies
- String[]
- errors
- String