Skip to content

Get GacAssembly

Apostolis Bekiaris edited this page Apr 26, 2020 · 2 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-GacAssembly

SYNOPSIS

Returns Glocal Assembly Cache Assemblies.

SYNTAX

PartsSet (Default)

Get-GacAssembly [[-Name] <String[]>] [[-Version] <String[]>] [[-Culture] <String[]>]
 [[-PublicKeyToken] <String[]>] [[-ProcessorArchitecture] <ProcessorArchitecture[]>] [<CommonParameters>]

AssemblyNameSet

Get-GacAssembly [-AssemblyName] <AssemblyName[]> [<CommonParameters>]

DESCRIPTION

Returns Glocal Assembly Cache Assemblies.

EXAMPLES

Example 1

PS C:\> Get-GacAssembly

List all assemblies in the GAC

PARAMETERS

-AssemblyName

{{ Fill AssemblyName Description }}

Type: AssemblyName[]
Parameter Sets: AssemblyNameSet
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-Culture

{{ Fill Culture Description }}

Type: String[]
Parameter Sets: PartsSet
Aliases:

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

-Name

{{ Fill Name Description }}

Type: String[]
Parameter Sets: PartsSet
Aliases:

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

-ProcessorArchitecture

{{ Fill ProcessorArchitecture Description }}

Type: ProcessorArchitecture[]
Parameter Sets: PartsSet
Aliases:
Accepted values: None, MSIL, X86, IA64, Amd64, Arm

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

-PublicKeyToken

{{ Fill PublicKeyToken Description }}

Type: String[]
Parameter Sets: PartsSet
Aliases:

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

-Version

{{ Fill Version Description }}

Type: String[]
Parameter Sets: PartsSet
Aliases:

Required: False
Position: 1
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

System.Reflection.AssemblyName[]

OUTPUTS

System.Reflection.AssemblyName

NOTES

RELATED LINKS