ScriptBlockAst.ScriptRequirements Property
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.
All of the parsed information from any #requires in the script, or null if #requires was not used. This property is only set for the top level script block (where Parent) is null.
public:
property System::Management::Automation::Language::ScriptRequirements ^ ScriptRequirements { System::Management::Automation::Language::ScriptRequirements ^ get(); };
public System.Management.Automation.Language.ScriptRequirements ScriptRequirements { get; }
member this.ScriptRequirements : System.Management.Automation.Language.ScriptRequirements
Public ReadOnly Property ScriptRequirements As ScriptRequirements