"Fossies" - the Fresh Open Source Software archive

Member "pnet-0.8.0/ildd/ildd.1" of archive pnet-0.8.0.tar.gz:


Table of Contents

Name

ildd - print Intermediate Language (IL) program dependencies

Synopsis

ildd [ options ] input ...

Description

Ildd lists the assemblies and modules that are referenced by an IL object file (.obj), an IL executable (.exe), or an IL dynamic link library (.dll).

Options

-f, --file-names
Print the name of each file that is processed, even if there is only one file specified.
-p, --pinvoke
Print detailed information about PInvoke declarations.
-r, --recursive
Recursively print transitive dependencies.
--help
Print a usage message for the ildd program.
-v, --version
Print the version of the ildd program.
--
Marks the end of the command-line options, and the beginning of the input filenames. You may need to use this if your filename begins with ’-’. e.g. "ildd -- -input.exe". This is not needed if the input is stdin: "ildd -" is perfectly valid.

Author

Written by Southern Storm Software, Pty Ltd.

http://www.southern-storm.com.au/

See Also

ilsize(1), ilfind(1), ilasm(1), cscc(1)

Diagnostics

Exit status is 1 if an error occurred while processing the input. Otherwise the exit status is 0. See the manual page for ilsize(1) for a complete list of errors that may occur when loading an IL image file.


Table of Contents