InlineScriptContext Class

Definition

Defines the context information available to scripts running within the InlineScript activity. These are exposed through the $PSActivity automatic variable.

public ref class InlineScriptContext
[Windows::Foundation::Metadata::WebHostHidden]
class InlineScriptContext
public class InlineScriptContext
type InlineScriptContext = class
Public Class InlineScriptContext
Inheritance
InlineScriptContext

Constructors

InlineScriptContext(InlineScript)

Creates a new InlineScriptContext

Properties

Variables

Gets the current variables and arguments that are in-scope for the current activity within its context in the workflow.

Applies to