| ProjectData(FileInfo, String, Version, String, String, String, String, String, String, String, String, String, String, Byte) Constructor |
Namespace: Orthogonal.Common.Basic.DepScanAssembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2024-04-15 18:00 GMT+10.f27da1471008deaf16b803c17e24a5955690aef1
Syntax public ProjectData(
FileInfo file,
string? sdk = null,
Version? version = null,
string? infoVer = null,
string? outputType = null,
string? company = null,
string? description = null,
string? authors = null,
string? product = null,
string? title = null,
string? copyright = null,
string? packReleaseNotes = null,
string[]? tfms = null,
byte[]? modulus = null
)
Parameters
- file FileInfo
-
- sdk String (Optional)
-
- version Version (Optional)
-
- infoVer String (Optional)
-
- outputType String (Optional)
-
- company String (Optional)
-
- description String (Optional)
-
- authors String (Optional)
-
- product String (Optional)
-
- title String (Optional)
-
- copyright String (Optional)
-
- packReleaseNotes String (Optional)
-
- tfms String (Optional)
-
- modulus Byte (Optional)
-
See Also