NetCoreZipUploadedUserSourceInfo interface
已上傳部署的 Jar 二進位檔
- Extends
屬性
net |
相對於 zip 根目錄的 .NET 可執行文件路徑 |
runtime |
.Net 檔案的運行時間版本 |
type | 多型歧視性,指定這個物件可以是的不同類型 |
繼承的屬性
relative |
儲存來源之記憶體的相對路徑 |
version | 來源的版本 |
屬性詳細資料
netCoreMainEntryPath
相對於 zip 根目錄的 .NET 可執行文件路徑
netCoreMainEntryPath?: string
屬性值
string
runtimeVersion
.Net 檔案的運行時間版本
runtimeVersion?: string
屬性值
string
type
多型歧視性,指定這個物件可以是的不同類型
type: "NetCoreZip"
屬性值
"NetCoreZip"