NetCoreZipUploadedUserSourceInfo interface
为部署上传的 Jar 二进制文件
- 扩展
属性
| net |
相对于 zip 根目录的 .NET 可执行文件的路径 |
| runtime |
.Net 文件的运行时版本 |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
继承属性
| relative |
存储源的存储的相对路径 |
| version | 源的版本 |
属性详细信息
netCoreMainEntryPath
相对于 zip 根目录的 .NET 可执行文件的路径
netCoreMainEntryPath?: string
属性值
string
runtimeVersion
.Net 文件的运行时版本
runtimeVersion?: string
属性值
string
type
多态鉴别器,它指定此对象可以的不同类型的
type: "NetCoreZip"
属性值
"NetCoreZip"