provides method information without actually referencing a System.Reflection.MethodBase
as that would require that the containing assembly is loaded.
Inheritance Hierarchy
log4net.CoreMethodItem
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
The MethodItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MethodItem |
constructs a method item for an unknown method.
| |
MethodItem(MethodBase) |
constructs a method item from a method base by determining the method name and its parameters.
| |
MethodItem(String) |
constructs a method item from the name of the method.
| |
MethodItem(String, String) |
constructs a method item from the name of the method and its parameters.
|
Properties
Name | Description | |
---|---|---|
Name |
Gets the method name of the caller making the logging
request.
| |
Parameters |
Gets the method parameters of the caller making
the logging request.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also