Class SerializableFileVersionInfo
Inheritance
System.Object
SerializableFileVersionInfo
Assembly: AsaLib.dll
Syntax
public class SerializableFileVersionInfo : object
Constructors
|
Improve this Doc
View Source
SerializableFileVersionInfo()
Declaration
public SerializableFileVersionInfo()
Properties
|
Improve this Doc
View Source
Declaration
public string? Comments { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
CompanyName
Declaration
public string? CompanyName { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
FileBuildPart
Declaration
public int FileBuildPart { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
FileDescription
Declaration
public string? FileDescription { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
FileMajorPart
Declaration
public int FileMajorPart { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
FileMinorPart
Declaration
public int FileMinorPart { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
FileName
Declaration
public string? FileName { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
FilePrivatePart
Declaration
public int FilePrivatePart { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
FileVersion
Declaration
public string? FileVersion { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
InternalName
Declaration
public string? InternalName { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
IsDebug
Declaration
public bool IsDebug { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IsPatched
Declaration
public bool IsPatched { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IsPreRelease
Declaration
public bool IsPreRelease { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IsPrivateBuild
Declaration
public bool IsPrivateBuild { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
IsSpecialBuild
Declaration
public bool IsSpecialBuild { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Language
Declaration
public string? Language { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
LegalCopyright
Declaration
public string? LegalCopyright { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
LegalTrademarks
Declaration
public string? LegalTrademarks { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
OriginalFilename
Declaration
public string? OriginalFilename { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
PrivateBuild
Declaration
public string? PrivateBuild { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
ProductBuildPart
Declaration
public int ProductBuildPart { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
ProductMajorPart
Declaration
public int ProductMajorPart { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
ProductMinorPart
Declaration
public int ProductMinorPart { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
ProductName
Declaration
public string? ProductName { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
ProductPrivatePart
Declaration
public int ProductPrivatePart { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
ProductVersion
Declaration
public string? ProductVersion { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
SpecialBuild
Declaration
public string? SpecialBuild { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
Methods
|
Improve this Doc
View Source
FromFileVersionInfo(FileVersionInfo)
Declaration
public static SerializableFileVersionInfo FromFileVersionInfo(FileVersionInfo fvi)
Parameters
| Type |
Name |
Description |
| FileVersionInfo |
fvi |
|
Returns