This topic has not yet been rated - Rate this topic

Emitting Resources with Reflection Emit

Resources that are recorded in the assembly manifest can be managed resources or manifest resource blobs, and each of these can be included in the assembly either by linking or by embedding. All four scenarios are supported for dynamic assemblies.

In addition, a single Win32 resource can be attached to an assembly using the AssemblyBuilderDefineUnmanagedResource method or the ModuleBuilderDefineUnmanagedResource method. This resource does not appear in the assembly manifest.

An unmanaged version information resource can be added to a dynamic assembly using the AssemblyBuilderDefineVersionInfoResource method. DefineVersionInfoResource builds a version information resource using the properties of the AssemblyName class.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.