CodeGenCommandExecutor Constructor
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:
CodeGenCommandExecutor(Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::IProjectContext ^ projectInformation, cli::array <System::String ^> ^ codeGenArguments, System::String ^ configuration, Microsoft::VisualStudio::Web::CodeGeneration::ILogger ^ logger, bool isSimulationMode);
public CodeGenCommandExecutor (Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext projectInformation, string[] codeGenArguments, string configuration, Microsoft.VisualStudio.Web.CodeGeneration.ILogger logger, bool isSimulationMode);
new Microsoft.VisualStudio.Web.CodeGeneration.Design.CodeGenCommandExecutor : Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext * string[] * string * Microsoft.VisualStudio.Web.CodeGeneration.ILogger * bool -> Microsoft.VisualStudio.Web.CodeGeneration.Design.CodeGenCommandExecutor
Public Sub New (projectInformation As IProjectContext, codeGenArguments As String(), configuration As String, logger As ILogger, isSimulationMode As Boolean)
Parameters
- projectInformation
- IProjectContext
- codeGenArguments
- String[]
- configuration
- String
- logger
- ILogger
- isSimulationMode
- Boolean