InlineScriptContext(InlineScript) 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.
Creates a new InlineScriptContext
public:
InlineScriptContext(Microsoft::PowerShell::Activities::InlineScript ^ current);
public InlineScriptContext (Microsoft.PowerShell.Activities.InlineScript current);
new Microsoft.PowerShell.Activities.InlineScriptContext : Microsoft.PowerShell.Activities.InlineScript -> Microsoft.PowerShell.Activities.InlineScriptContext
Public Sub New (current As InlineScript)
Parameters
- current
- InlineScript
The InlineScript activity being invoked