The MethodItem type exposes the following members.
Back to Top
Back to Top
Back to Top
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.
|
Methods
Name | Description | |
---|---|---|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() |
Allows an (Inherited from ![]() ![]() ![]() |
![]() | ![]() |
Serves as a hash function for a particular type.
(Inherited from ![]() |
![]() | ![]() |
Gets the (Inherited from ![]() ![]() |
![]() | ![]() |
Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | (Inherited from ![]() |
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.
|
See Also