/ASSEMBLYMODULE (Windows CE 5.0)

Send Feedback

The /ASSEMBLYMODULE option allows you to add a module reference to an assembly.

/ASSEMBLYMODULE:filename

Parameters

  • filename
    The module you want to include in this assembly.

Remarks

Type information in the module will not be available to the assembly program that added the module reference. However, type information in the module will be available to any program that references the assembly.

Use #using to both add a module reference to an assembly and make the module's type information available to the assembly program.

See Also

Linker Options

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.