The MDC type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Clear |
Clear all entries in the MDC
| |
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.) | |
Get |
Gets the context value identified by the key parameter.
| |
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.) | |
Remove |
Removes the key value mapping for the key specified.
| |
Set |
Add an entry to the MDC
| |
ToString | (Inherited from Object.) |
See Also