AssemblyBuildOptions
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cxapi;
new AssemblyBuildOptions {
RuntimeInfo RuntimeInfo = null
};
Properties
Name | Type | Description |
---|---|---|
RuntimeInfo |
RuntimeInfo |
Include the specified runtime information (module versions) in manifest. |
RuntimeInfo
Optional
public RuntimeInfo RuntimeInfo { get; set; }
- Type: RuntimeInfo
- Default: if this option is not specified, runtime info will not be included
Include the specified runtime information (module versions) in manifest.