Skip to content

AssemblyBuildInfo Class

C#
public class AssemblyBuildInfo

Inheritance object

C#
public Version NetFrameworkVersion { get; }
C#
public bool IsAnyCpu { get; set; }
C#
public bool Is64Bit { get; set; }
C#
public AssemblyBuildInfo.FrameworkType AssemblyFrameworkType { get; set; }
C#
public static AssemblyBuildInfo DetermineInfo(AssemblyDefinition assemblyDefinition)

assemblyDefinition AssemblyDefinition

AssemblyBuildInfo

Returns a string that represents the current object.

C#
public override string ToString()

string
A string that represents the current object.