C# 클래스 BExplorer.Shell.Interop.IconReference

A refence to an icon resource
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 메소드들

메소드 설명
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