Skip to content

Get SymbolSources

apobekiaris edited this page Sep 4, 2020 · 8 revisions

external help file: XpandPwsh-help.xml Module Name: XpandPwsh online version: schema: 2.0.0

Get-SymbolSources

SYNOPSIS

List the sources of a symbol (*.pdb)

SYNTAX

Get-SymbolSources [-pdb] <FileInfo> [[-dbgToolsPath] <String>] [<CommonParameters>]

DESCRIPTION

List the sources of a symbol (*.pdb)

EXAMPLES

Example 1

PS C:\> Get-SymbolSources A:\Pdb\DX\DevExpress.Xpo.v18.2.pdb
[DevExpress.Xpo\DevExpress.Xpo\Descriptions.cs] trg: C:\Program Files (x86)\DevExpress 18.2\Components\Sources\DevExpress.Xpo\DevExpress.Xpo\Descriptions.cs
[DevExpress.Xpo\DevExpress.Xpo\AsyncServerMode.cs] trg: C:\Program Files (x86)\DevExpress 18.2\Components\Sources\DevExpress.Xpo\DevExpress.Xpo\AsyncServerMode.cs
[DevExpress.Xpo\DevExpress.Xpo\Attributes.cs] trg: C:\Program Files (x86)\DevExpress 18.2\Components\Sources\DevExpress.Xpo\DevExpress.Xpo\Attributes.cs
[DevExpress.Xpo\DevExpress.Xpo\Collections.cs] trg: C:\Program Files (x86)\DevExpress 18.2\Components\Source

Lists the file source location for the DevExpress.Xpo.v18.2 symbols.

PARAMETERS

-dbgToolsPath

{{ Fill dbgToolsPath Description }}

Type: String
Parameter Sets: (All)
Aliases:

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

-pdb

{{ Fill pdb Description }}

Type: FileInfo
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
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.IO.FileInfo

OUTPUTS

System.Object

NOTES

RELATED LINKS

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