Environment.IsIPM()
Method
Visual Basic
Not supported.
C#
public static bool IsIPM
();
Purpose
Test whether the IPM library is linked.
Remarks
You can use this call to determine whether an application program process has linked the IPM library. You can test that your program dynamically links the correct library. You can program different behavior depending on which library is linked.
true
indicates that the program links the IPM library (from the lib\ipm\
subdirectory).
false
indicates that the program links the standard Rendezvous library (from the lib\
directory).