ModuleBuilder::DefineUnmanagedResource Method (array<Byte>^)
Defines an unmanaged embedded resource given an opaque binary large object (BLOB) of bytes.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- resource
-
Type:
array<System::Byte>^
An opaque BLOB that represents an unmanaged resource
| Exception | Condition |
|---|---|
| ArgumentException | An unmanaged resource has already been defined in the module's assembly. |
| ArgumentNullException | resource is null. |
An assembly can be associated with only one unmanaged resource. This means that calling DefineVersionInfoResource or DefineUnmanagedResource after either one of the methods was called previously throws ArgumentException. Multiple unmanaged resources need to be merged with a tool such as the Microsoft ResMerge utility (not supplied with the common language runtime).
Note |
|---|
Starting with the .NET Framework 2.0 Service Pack 1, this member no longer requires ReflectionPermission with the ReflectionPermissionFlag::ReflectionEmit flag. (See Security Issues in Reflection Emit.) To use this functionality, your application should target the .NET Framework 3.5 or later. |
Available since 1.1
Silverlight
Available since 2.0
