Managed API Reference

wRTOS provides support for Windows managed code applications that require interaction with the Real-time Subsystem.

Note: All code examples in this section use C# syntax.

Topics:

Note: For information on initializing a managed code application that will communicate with the real-time subsystem, read Creating a Managed Code Application.

Note: Managed library calls are not thread safe unless otherwise noted.

Note: If you build a client application that targets the x86 platform, the wRTOS Managed Code DLL, IntervalZero.MaxRT.wRTOS.dll, may JIT to 32-bit code and be unable to P/Invoke its native helper DLL, which is required to perform certain operations. As a result, the wRTOS Managed library may fail with an unhandled exception when it tries to P/Invoke the native DLL.