AssociationElement Class |
Namespace: ShellBoost.Core
public class AssociationElement : IEquatable<AssociationElement>
The AssociationElement type exposes the following members.
Name | Description | |
---|---|---|
AssociationElement |
Initializes a new instance of the AssociationElement class.
|
Name | Description | |
---|---|---|
Class |
Gets the association element class.
| |
Type |
Gets the association element type.
|
Name | Description | |
---|---|---|
Equals(AssociationElement) |
Indicates whether the current object is equal to another object of the same type.
| |
Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) | |
GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Equality |
Implements the == operator.
| |
Inequality |
Implements the != operator.
|
Name | Description | |
---|---|---|
Folder |
The folder association element. Equivalent to Windows Shell's ASSOCCLASS_FOLDER.
| |
Star |
The star (any) association element. Equivalent to Windows Shell's ASSOCCLASS_STAR.
|