/LINKERMEMBER
The latest version of this topic can be found at -LINKERMEMBER.
LINKERMEMBER[:{1|2}]
## Remarks
This option displays public symbols defined in a library. Specify the 1 argument to display symbols in object order, along with their offsets. Specify the 2 argument to display offsets and index numbers of objects, and then list the symbols in alphabetical order, along with the object index for each. To get both outputs, specify /LINKERMEMBER without the number argument.
Only the [/HEADERS](../Topic/-HEADERS.md) DUMPBIN option is available for use on files produced with the [/GL](../Topic/-GL%20\(Whole%20Program%20Optimization\).md) compiler option.
## See Also
[DUMPBIN Options](../Topic/DUMPBIN%20Options.md)