/ASSEMBLYMODULE (Windows CE 5.0)
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
Send Feedback on this topic to the authors