Show / Hide Table of Contents

Class SerializableFileVersionInfo

Inheritance
System.Object
SerializableFileVersionInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class SerializableFileVersionInfo

Constructors

| Improve this Doc View Source

SerializableFileVersionInfo()

Declaration
public SerializableFileVersionInfo()

Properties

| Improve this Doc View Source

Comments

Declaration
public string Comments { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CompanyName

Declaration
public string CompanyName { get; set; }
Property Value
Type Description
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.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.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.String
| Improve this Doc View Source

InternalName

Declaration
public string InternalName { get; set; }
Property Value
Type Description
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.String
| Improve this Doc View Source

LegalCopyright

Declaration
public string LegalCopyright { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LegalTrademarks

Declaration
public string LegalTrademarks { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

OriginalFilename

Declaration
public string OriginalFilename { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PrivateBuild

Declaration
public string PrivateBuild { get; set; }
Property Value
Type Description
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.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.String
| Improve this Doc View Source

SpecialBuild

Declaration
public string SpecialBuild { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

FromFileVersionInfo(FileVersionInfo)

Declaration
public static SerializableFileVersionInfo FromFileVersionInfo(FileVersionInfo fvi)
Parameters
Type Name Description
System.Diagnostics.FileVersionInfo fvi
Returns
Type Description
SerializableFileVersionInfo
  • Improve this Doc
  • View Source
Back to top Generated by DocFX