Skip to content

RuntimeInfo

Backwards compatibility for when 'RuntimeInfo' was defined here.

This is necessary because its used as an input in the stable

core.ConstructNode.synth

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cxapi;
new RuntimeInfo {
    System.Collections.Generic.IDictionary<string, string> Libraries
};

Properties

Name Type Description
Libraries System.Collections.Generic.IDictionary The list of libraries loaded in the application, associated with their versions.

~~Libraries~~Required

  • Deprecated: moved to package 'ros-assembly-schema'
public System.Collections.Generic.IDictionary<string, string> Libraries { get; set; }
  • Type: System.Collections.Generic.IDictionary

The list of libraries loaded in the application, associated with their versions.