Enables an application to target a specified CPU type.
Restriction: This directive is supported for .NET COBOL only.
Syntax:
>>-----.---ILTARGET--"CPU-type"--.---><
+-NOILTARGET--------------+
Parameters:
-
CPU-type
- Indicates the type of CPU and can be:
Properties:
Default:
|
ILTARGET"ANYCPU"
|
IDE equivalent:
|
Click
|
Comments:
The main uses of this directive are for performance and for integrating with components that use native platform invokes to access unmanaged code.