-
-
Notifications
You must be signed in to change notification settings - Fork 7
Get Assembly
Apostolis Bekiaris edited this page Apr 26, 2020
·
4 revisions
Checks if ASsembly is loaded to the AppDomain.
Get-Assembly [[-name] <String>] [<CommonParameters>]
Checks if ASsembly is loaded to the AppDomain.
PS C:\> Get-Assembly $name
Checks if the #name assembly is loaded.
{{ Fill name Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
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.