-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34cac07
commit 524b6f0
Showing
2 changed files
with
45 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ schema: 2.0.0 | |
# Get-PowerShellAssemblyMetadata | ||
|
||
## SYNOPSIS | ||
Gets the cmdlets and aliases in a dotnet assembly. | ||
{{ Fill in the Synopsis }} | ||
|
||
## SYNTAX | ||
|
||
|
@@ -21,23 +21,25 @@ Get-PowerShellAssemblyMetadata [-Path] <String> [-ProgressAction <ActionPreferen | |
|
||
## EXAMPLES | ||
|
||
### EXAMPLE 1 | ||
``` | ||
Get-PowerShellAssemblyMetadata -Path MyModule.dll | ||
### Example 1 | ||
```powershell | ||
PS C:\> {{ Add example code here }} | ||
``` | ||
|
||
{{ Add example description here }} | ||
|
||
## PARAMETERS | ||
|
||
### -Path | ||
The assembly to inspect. | ||
{{ Fill Path Description }} | ||
|
||
```yaml | ||
Type: String | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: True | ||
Position: 1 | ||
Position: 0 | ||
Default value: None | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
|
@@ -63,20 +65,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable | |
## INPUTS | ||
### None | ||
## OUTPUTS | ||
### System.Object | ||
## NOTES | ||
This requires the System.Reflection.MetadataLoadContext assembly to be | ||
loaded through Add-Type. | ||
WinPS (5.1) will also need to load its deps | ||
System.Memory | ||
System.Collections.Immutable | ||
System.Reflection.Metadata | ||
System.Runtime.CompilerServices.Unsafe | ||
https://www.nuget.org/packages/System.Reflection.MetadataLoadContext | ||
Copyright: (c) 2024, Jordan Borean (@jborean93) \<[email protected]\> | ||
MIT License (see LICENSE or https://opensource.org/licenses/MIT) | ||
## RELATED LINKS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters