Namespace DxFeed.Graal.Net
Classes
- SystemProperty
Native wrapper over the Java
java.lang.System
class, contains work with property getter/setter methods. In Java world, these properties can be set by passing the"-Dprop=value"
argument in command line or callsjava.lang.System.setProperty(String key, String value)
. The location of the imported functions is in the header files"dxfg_system.h"
.