Skip to content

Assembly

Sebastien Pouliot edited this page Feb 18, 2022 · 2 revisions

assembly

The assembly is not a complete command byt itself but a branch that groups all commands related to querying assemblies.

USAGE:

cilout assembly <assembly> [OPTIONS] <COMMAND>

ARGUMENTS:

  • <assembly> Assembly to analyze

OPTIONS:

  • -h, --help Prints help information

COMMANDS:

  • 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
Clone this wiki locally