Makes the specified unmanaged code available, so that the entry points in the unmanaged code are available to the program being compiled. See the Visual Studio Help topic for more information.
>>-.----.--ILPINVOKE--"unmanaged-dll"------>< +-NO-+
unmanaged-dll | The name of the .dll containing the unmanaged code that is required |
Default: | NOILPINVOKE |
IDE equivalent: | Add a reference to the unmanaged .dll to the References folder of the solution |