NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

/ASSEMBLYMODULE (Add an MSIL Module to the Assembly)

/ASSEMBLYMODULE:filename

where,

filename
The module you want to include in this assembly.

Remarks

You can import NGWS metadata into a program with the #using directive. If you specify a module, which is a file that does not contain an assembly, you also have to specify /ASSEMBLYMODULE for that module.

By specifying a module with #using, you imply that you need to use the types in that module for your program. However, it is possible that you would want to include a module in your assembly to be used by other programs. In that case, you would specify /ASSEMBLYMODULE for that module.

Other linker options that affect assembly generation are:

See Also

Setting Linker Options | Linker Options | FAQ: Building Your Program