C# Class ZForge.Win32.FileAssociation.ProgramIcon

Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Свойство Type Description
None ProgramIcon

Méthodes publiques

Méthode Description
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 ( ) : System

Creates instance of ProgramIcon.

ProgramIcon ( string path ) : System

Creates instance of ProgramIcon.

ProgramIcon ( string path, int index ) : System

Creates instance of ProgramIcon.

ToString ( ) : string

Returns string representation of current ProgramIcon.

operator ( ) : bool

Method Details

Equals() public méthode

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.
Résultat bool

GetHashCode() public méthode

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Résultat int

Parse() public static méthode

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.
Résultat ProgramIcon

ProgramIcon() public méthode

Creates instance of ProgramIcon.
public ProgramIcon ( ) : System
Résultat System

ProgramIcon() public méthode

Creates instance of ProgramIcon.
public ProgramIcon ( string path ) : System
path string Filename of file containing icon.
Résultat System

ProgramIcon() public méthode

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

ToString() public méthode

Returns string representation of current ProgramIcon.
public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

None public_oe static_oe property

Represents and empty or nonexistent Program Icon
public static ProgramIcon,ZForge.Win32.FileAssociation None
Résultat ProgramIcon