C# Class BExplorer.Shell.Interop.IconReference

A refence to an icon resource
Afficher le fichier Open project: Gainedge/BetterExplorer

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Determines if this object is equal to another.

GetHashCode ( ) : int

Generates a nearly unique hashcode for this structure.

IconReference ( string refPath ) : System

Overloaded constructor takes in the module name and resource id separated by a comma.

IconReference ( string moduleName, int resourceId ) : System

Overloaded constructor takes in the module name and resource id for the icon reference.

operator ( ) : bool

Implements the == (equality) operator.

Method Details

Equals() public méthode

Determines if this object is equal to another.
public Equals ( object obj ) : bool
obj object The object to compare
Résultat bool

GetHashCode() public méthode

Generates a nearly unique hashcode for this structure.
public GetHashCode ( ) : int
Résultat int

IconReference() public méthode

Overloaded constructor takes in the module name and resource id separated by a comma.
public IconReference ( string refPath ) : System
refPath string Reference path for the icon consiting of the module name and resource id.
Résultat System

IconReference() public méthode

Overloaded constructor takes in the module name and resource id for the icon reference.
public IconReference ( string moduleName, int resourceId ) : System
moduleName string String specifying the name of an executable file, DLL, or icon file
resourceId int Zero-based index of the icon
Résultat System

operator() public static méthode

Implements the == (equality) operator.
public static operator ( ) : bool
Résultat bool