Skip to content

Get XAFModule

apobekiaris edited this page Jun 15, 2020 · 4 revisions

image

image


Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally

external help file: XpandPwsh-help.xml Module Name: XpandPwsh online version: schema: 2.0.0

Get-XAFModule

SYNOPSIS

List XAF module c# classes in all assemblies in a folder.

SYNTAX

Get-XAFModule [[-Path] <String>] [[-AssemblyList] <FileInfo[]>] [[-Include] <String[]>] [[-Exclude] <String[]>]
 [<CommonParameters>]

DESCRIPTION

List XAF module c# classes in all assemblies in a folder.

EXAMPLES

Example 1

PS C:\> Get-XAFModule

Name                                    FullName
----                                    --------
AuditTrailModule                        DevExpress.ExpressApp.AuditTrail.AuditTrailModule
ChartModule                             DevExpress.ExpressApp.Chart.ChartModule
ChartAspNetModule                       DevExpress.ExpressApp.Chart.Web.ChartAspNetModule
ChartWindowsFormsModule                 DevExpress.ExpressApp.Chart.Win.ChartWindowsFormsModule
CloneObjectModule                       DevExpress.ExpressApp.CloneObject.CloneObjectModule
ConditionalAppearanceModule             DevExpress.ExpressApp.ConditionalAppearance.ConditionalAppearanceModule
DashboardsModule                        DevExpress.ExpressApp.Dashboards.DashboardsModule
DashboardsAspNetModule                  DevExpress.ExpressApp.Dashboards.Web.DashboardsAspNetModule
DashboardsWindowsFormsModule            DevExpress.ExpressApp.Dashboards.Win.DashboardsWindowsFormsModule

Returns all XAF modules inside the C:\ folder.

PARAMETERS

-AssemblyList

{{ Fill AssemblyList Description }}

Type: FileInfo[]
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Exclude

{{ Fill Exclude Description }}

Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Include

{{ Fill Include Description }}

Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Path

{{ Fill Path Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
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

System.String

OUTPUTS

System.Object

NOTES

RELATED LINKS