Click or drag to resize

DiagnosticsHandler Methods

The DiagnosticsHandler type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewMessage
Create directly a new message to be sent on
Public methodReset
Reset DiagnosticsHandler, clearing counters for error messages and any pending messages in the queue
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite
Print one item of a Diagnostics to listeners. Can be used to connect to DiagnosticsEvent of another Diagnostics object, to transfer any items to this class.
Public methodWriteAllIssuesRecursive
Print hints, warnings, and erros of a Diagnostics to the listeners. Calls all children recursively.
Public methodWriteSkippedMessagesSummary
Print a summary of hints, warnings, and erros that has been skipped.
Top
See Also