< Back

Get-AssemblyTypes

Mon Jan 13, 2020 3:44 am

NAME Get-AssemblyTypes



SYNTAX

Get-AssemblyTypes [-AssemblyPath] <string> [[-FullNameFilter] <string>] [[-MaxEntries] <int>] [[-Namespace]

<string>] [[-BaseTypeFilter] <string>] [[-AttributeFilter] <string>] [<CommonParameters>]





PARAMETERS

-AssemblyPath <string>



Required? true

Position? 1

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-AttributeFilter <string>



Required? false

Position? 6

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-BaseTypeFilter <string>



Required? false

Position? 5

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-FullNameFilter <string>



Required? false

Position? 2

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-MaxEntries <int>



Required? false

Position? 3

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-Namespace <string>



Required? false

Position? 4

Accept pipeline input? true (ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).





INPUTS

System.String

System.Int32





OUTPUTS

System.Collections.Generic.List`1[[Cmdlet_AssemblyInfo.Type, Cmdlet-AssemblyInfo, Version=1.0.0.0,

Culture=neutral, PublicKeyToken=null]]





ALIASES

None





REMARKS

None