Click or drag to resize

AssociationElement Class

A class that represent a Windows Shell's ASSOCIATIONELEMENT structure
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.CoreAssociationElement

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public class AssociationElement : IEquatable<AssociationElement>

The AssociationElement type exposes the following members.

Constructors
  NameDescription
Public methodAssociationElement
Initializes a new instance of the AssociationElement class.
Top
Properties
  NameDescription
Public propertyClass
Gets the association element class.
Public propertyType
Gets the association element type.
Top
Methods
  NameDescription
Public methodEquals(AssociationElement)
Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(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
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
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 methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Implements the == operator.
Public operatorStatic memberInequality
Implements the != operator.
Top
Fields
  NameDescription
Public fieldStatic memberFolder
The folder association element. Equivalent to Windows Shell's ASSOCCLASS_FOLDER.
Public fieldStatic memberStar
The star (any) association element. Equivalent to Windows Shell's ASSOCCLASS_STAR.
Top
See Also