CompilerParameters::Win32Resource Property
.NET Framework (current version)
Gets or sets the file name of a Win32 resource file to link into the compiled assembly.
Assembly: System (in System.dll)
Property Value
Type: System::String^A Win32 resource file that will be linked into the compiled assembly.
Linking files through this property is similar to the /winres and /winresource command-line arguments supported by many of the .NET Framework compilers.
Use Win32Resource to compile a Win32 resource file into the assembly. Use EmbeddedResources or LinkedResources to compile with .NET Framework resource files.
Not all compilers support Win32 resource files, so you should test a code generator for this support before linking a resource file by calling the Supports method with the flag Win32Resources.
.NET Framework
Available since 1.1
Available since 1.1
Show: