GroupLab Widget Tap Library

Path Members

Path overview

Public Instance Constructors

PathOverloaded. Initializes a new instance of the Path class.

Public Instance Properties

IgnoreLightweightParts Gets a value that determines whether the lightweight widgeth hierarchy is considered when matching the current path against widgets on the display.
IgnoreParts Gets a value that determines whether the heavyweight widget hierarchy is considered when matching the current path against widgets on the display.
IgnoreProcess Gets a value that determines whether the process filename (without exception) hierarchy is considered when matching the current path against widgets on the display.
LightweightParts Gets the lightweight widget parts in the current path.
Parts Gets the heavyweight widget parts in the current path.
PathGrammar Gets the grammar used to parse/format string representations of the current path.
Process Gets the process filename (without extension) hierarchy in the current path.

Public Instance Methods

Equals Gets a value that determines whether two paths are equivalent.
GetHashCode Not implemented.
GetMatchingWindows Gets a list of the heavyweight widgets that match the current path.
GetType (inherited from Object)Gets the Type of the current instance.
MatchWindowOverloaded. Gets a value that indicates whether the current path matches a heavyweight widget.
ToString Gets a string representation of the current path, using its grammar.

Protected Instance Fields

grammar Stores the data for the Grammar property.
ignoreLightweightParts Stores the data for the IgnoreLightweightParts property.
ignoreParts Stores the data for the IgnoreParts property.
ignoreProcess Stores the data for the IgnoreProcess property.
lightweightParts Stores the data for the LightweightParts property.
parts Stores the data for the Parts property.
process Stores the data for the Process property.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
InternalCompleteConstructorOverloaded. This member supports the GroupLab.WidgetTap infrastructure and is not intended to be used directly in your code.
MatchWindowOverloaded. Gets a value that indicates whether the current part matches the given heavyweight widget.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Path Class | GroupLab.WidgetTap Namespace