Class AssemblyBuildInfo

Inheritance
System.Object AssemblyBuildInfo
Inherited Members
System.Object.Equals(System.Object) System.Object.Equals(System.Object, System.Object) System.Object.ReferenceEquals(System.Object, System.Object) System.Object.GetHashCode() System.Object.GetType() System.Object.MemberwiseClone()
Namespace: BepInEx.Preloader.Core
Assembly: BepInEx.Preloader.Core.dll
Syntax
public class AssemblyBuildInfo

Properties

AssemblyFrameworkType

Declaration
public AssemblyBuildInfo.FrameworkType AssemblyFrameworkType { get; set; }
Property Value
Type Description
AssemblyBuildInfo.FrameworkType

Is64Bit

Declaration
public bool Is64Bit { get; set; }
Property Value
Type Description
System.Boolean

IsAnyCpu

Declaration
public bool IsAnyCpu { get; set; }
Property Value
Type Description
System.Boolean

NetFrameworkVersion

Declaration
public Version NetFrameworkVersion { get; }
Property Value
Type Description
System.Version

Methods

DetermineInfo(AssemblyDefinition)

Declaration
public static AssemblyBuildInfo DetermineInfo(AssemblyDefinition assemblyDefinition)
Parameters
Type Name Description
AssemblyDefinition assemblyDefinition
Returns
Type Description
AssemblyBuildInfo

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()