Get-AstType
less than a minute
Get-AstType
Synopsis
{{ Fill in the Synopsis }}
SYNTAX
ByPattern (Default)
Get-AstType
-Pattern <String>
[<CommonParameters>]
ByName
Get-AstType
-Name <String[]>
[<CommonParameters>]
Description
{{ Fill in the Description }}
Examples
Example 1
PS C:\> {{ Add example code here }}
{{ Add example description here }}
Parameters
-Name
Specify a name to look for in the list of AST types; the “Ast” suffix is optional
Type: String[]
Parameter Sets: ByName
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Pattern
Specify a valid regex pattern to match in the list of AST types
Type: String
Parameter Sets: ByPattern
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug
, -ErrorAction
, -ErrorVariable
,
-InformationAction, -InformationVariable
, -OutVariable
, -OutBuffer
, -PipelineVariable
,
-Verbose
, -WarningAction
, and -WarningVariable
. For more information, see
about_CommonParameters.
Inputs
None
Outputs
System.Type
Notes
Related Links
Last modified June 12, 2023: (MAINT) Reimplement module type autoloading in DevX (e67def2)