AssemblyBuildInfo Class
Definition
Section titled “Definition”public class AssemblyBuildInfo
Inheritance object
Properties
Section titled “Properties”NetFrameworkVersion
Section titled “NetFrameworkVersion”public Version NetFrameworkVersion { get; }
IsAnyCpu
Section titled “IsAnyCpu”public bool IsAnyCpu { get; set; }
Is64Bit
Section titled “Is64Bit”public bool Is64Bit { get; set; }
AssemblyFrameworkType
Section titled “AssemblyFrameworkType”public AssemblyBuildInfo.FrameworkType AssemblyFrameworkType { get; set; }
Methods
Section titled “Methods”DetermineInfo(AssemblyDefinition)
Section titled “DetermineInfo(AssemblyDefinition)”public static AssemblyBuildInfo DetermineInfo(AssemblyDefinition assemblyDefinition)
Parameters
Section titled “Parameters”assemblyDefinition
AssemblyDefinition
Returns
Section titled “Returns”ToString()
Section titled “ToString()”Returns a string that represents the current object.
public override string ToString()
Returns
Section titled “Returns”string
A string that represents the current object.