Specifies a resource file to embed in the assembly file when it is culture neutral.
Restriction: This directive is supported for .NET COBOL only.
Syntax:
>>-----.---ILRESOURCE--"resource-file"---.--><
+-NOILRESOURCE-------------------+
Parameters:
-
resource-file
- The filename of the resource file to embed in the assembly
Properties:
Default:
|
NOILRESOURCE
|
IDE equivalent:
|
Add a reference to the resources file in the References folder of the solution
|
Comments:
You can use resource files in culture neutral assemblies to contain such data as graphics (icons and cursors) or text strings.