C# Класс ImageGlass.Library.FileAssociations.ProgramIcon

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
None ProgramIcon

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

Метод Описание
Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to the current System.Object.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

Parse ( string regString ) : ProgramIcon

Parses string to create and instance of ProgramIcon.

ProgramIcon ( )

Creates instance of ProgramIcon.

ProgramIcon ( string path )

Creates instance of ProgramIcon.

ProgramIcon ( string path, int index )

Creates instance of ProgramIcon.

ToString ( ) : string

Returns string representation of current ProgramIcon.

operator ( ) : bool

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

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

Determines whether the specified System.Object is equal to the current System.Object.
public Equals ( object obj ) : bool
obj object The System.Object to compare with the current System.Object.
Результат bool

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

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Результат int

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

Parses string to create and instance of ProgramIcon.
public static Parse ( string regString ) : ProgramIcon
regString string String specifying file path. Icon can be included as well.
Результат ProgramIcon

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

Creates instance of ProgramIcon.
public ProgramIcon ( )

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

Creates instance of ProgramIcon.
public ProgramIcon ( string path )
path string Filename of file containing icon.

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

Creates instance of ProgramIcon.
public ProgramIcon ( string path, int index )
path string Filename of file containing icon.
index int Index of icon within the file.

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

Returns string representation of current ProgramIcon.
public ToString ( ) : string
Результат string

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

public static operator ( ) : bool
Результат bool

Описание свойств

None публичное статическое свойство

Represents and empty or nonexistent Program Icon
public static ProgramIcon,ImageGlass.Library.FileAssociations None
Результат ProgramIcon