-
-
Notifications
You must be signed in to change notification settings - Fork 7
Get GacAssembly
Apostolis Bekiaris edited this page Apr 26, 2020
·
2 revisions
Returns Glocal Assembly Cache Assemblies.
Get-GacAssembly [[-Name] <String[]>] [[-Version] <String[]>] [[-Culture] <String[]>]
[[-PublicKeyToken] <String[]>] [[-ProcessorArchitecture] <ProcessorArchitecture[]>] [<CommonParameters>]
Get-GacAssembly [-AssemblyName] <AssemblyName[]> [<CommonParameters>]
Returns Glocal Assembly Cache Assemblies.
PS C:\> Get-GacAssembly
List all assemblies in the GAC
{{ 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
{{ Fill Culture Description }}
Type: String[]
Parameter Sets: PartsSet
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Name Description }}
Type: String[]
Parameter Sets: PartsSet
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ 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
{{ Fill PublicKeyToken Description }}
Type: String[]
Parameter Sets: PartsSet
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill Version Description }}
Type: String[]
Parameter Sets: PartsSet
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.