C# Класс BExplorer.Shell.Interop.IconReference

A refence to an icon resource
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Equals() публичный Метод

Determines if this object is equal to another.
public Equals ( object obj ) : bool
obj object The object to compare
Результат bool

GetHashCode() публичный Метод

Generates a nearly unique hashcode for this structure.
public GetHashCode ( ) : int
Результат int

IconReference() публичный Метод

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.
Результат System

IconReference() публичный Метод

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
Результат System

operator() публичный статический Метод

Implements the == (equality) operator.
public static operator ( ) : bool
Результат bool