Documentation for this section has not yet been entered.
Embedded resources are built into the generated assembly output file. Including files through this property is similar to the /resource command-line argument supported by many of the .NET Framework compilers.
Not all compilers support .NET Framework resource files, so you should test for this support by calling the ICodeGenerator.Supports(GeneratorSupport) method with the flag GeneratorSupport.Resources.
Add one or more .NET Framework resource file paths to the returned System.Collections.Specialized.StringCollection to embed the file resources in the compiled assembly. Adding a duplicate or invalid file path results in compilation errors; ensure that each string specifies a unique path to a valid .NET Framework resource file.
Use CompilerParameters.EmbeddedResources to include default or neutral culture .NET Framework resources for an assembly; use the CompilerParameters.LinkedResources property to reference .NET Framework resources in satellite assemblies.