RuntimeInfo
Information about the application's runtime components.
Initializer
using AlibabaCloud.SDK.ROS.CDK.Assembly.Schema;
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
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.