C# Class BExplorer.Shell.Interop.IconReference

A refence to an icon resource
Show file Open project: Gainedge/BetterExplorer

Public Methods

Method 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 method

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

GetHashCode() public method

Generates a nearly unique hashcode for this structure.
public GetHashCode ( ) : int
return int

IconReference() public method

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.
return System

IconReference() public method

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
return System

operator() public static method

Implements the == (equality) operator.
public static operator ( ) : bool
return bool