AssemblyInfo ClassApache log4net™ SDK Documentation
Provides information about the environment the assembly has been built for.
Inheritance Hierarchy

SystemObject
  log4netAssemblyInfo

Namespace: log4net
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax

public sealed class AssemblyInfo

The AssemblyInfo type exposes the following members.

Constructors

  NameDescription
Public methodAssemblyInfo
Initializes a new instance of the AssemblyInfo class
Top
Properties

  NameDescription
Public propertyStatic memberInfo
Identifies the version and target for this assembly.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberClientProfile
Does it target a client profile?
Public fieldStatic memberTargetFramework
Type of framework targeted
Public fieldStatic memberTargetFrameworkVersion
Version of the framework targeted
Public fieldStatic memberVersion
Version of the assembly
Top
See Also

Reference