-
Notifications
You must be signed in to change notification settings - Fork 0
Assembly
Sebastien Pouliot edited this page Feb 18, 2022
·
2 revisions
The assembly
is not a complete command byt itself but a branch that
groups all commands related to querying assemblies.
cilout assembly <assembly> [OPTIONS] <COMMAND>
-
<assembly>
Assembly to analyze
-
-h, --help
Prints help information
-
is-trimmable
Check for the presence of [assembly: AssemblyMetadata ("Trimmable", "true")] inside the specified assembly -
has-entrypoint
Check if the specified assembly has an entry point (e.g.Main
) defined. -
references
Show the metadata references, as a tree, inside the specified assembly -
definitions
Show the metadata definitions, as a tree, inside the specified assembly