Provides information about the environment the assembly has
been built for.
Inheritance Hierarchy
log4netAssemblyInfo
Namespace: log4net
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
The AssemblyInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AssemblyInfo | Initializes a new instance of the AssemblyInfo class |
Properties
Name | Description | |
---|---|---|
Info |
Identifies the version and target for this assembly.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
ClientProfile | Does it target a client profile? | |
TargetFramework | Type of framework targeted | |
TargetFrameworkVersion | Version of the framework targeted | |
Version | Version of the assembly |
See Also