Click or drag to resize

TreeEvent methods

The TreeEvent Type exposes the following members.

Methods
 NameDescription of the
Public MethodEquals Compares this result with a transferred result by content. The timestamp is deliberately not included in the comparison.
(Overwrites ObjectEquals(Object))
Public MethodGetHashCode Generates a unique hash code for this result. The timestamp is deliberately not included in the comparison.
(Overwrites ObjectGetHashCode)
Public MethodStatic MemberGetInternalEventNameForUserEventName Maps a user-friendly event name to an internal event name.
Public MethodStatic MemberGetInternalEventNamesForUserEventNames Maps a string with user-friendly event names separated by pipes ('|') to a normalised string with corresponding internal event names.
Public MethodGetResolvedPath Resolves the transferred path taking into account the search sequence into a secured path, if possible.
Public MethodStatic MemberGetUserEventNameForInternalEventName Maps an internal event name to a user-friendly event name.
Public MethodStatic MemberGetUserEventNamesForInternalEventNames Maps a normalised string with corresponding internal event names to a string with user-friendly event names separated by a pipe ('|').
Public MethodReplaceWildcards Replaces defined wildcards with their runtime values: '%HOME%': '...bin\Debug'.
Public MethodToString Overridden ToString() method.
(Overwrites ObjectToString)
Back to the top
See also