Property | Type | Description | |
---|---|---|---|
None |
Method | 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 ) : |
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 |
|
public Equals ( object obj ) : bool | ||
obj | object | The System.Object to compare with the current System.Object. |
return | bool |
public static Parse ( string regString ) : |
||
regString | string | String specifying file path. Icon can be included as well. |
return |
public ProgramIcon ( string path ) | ||
path | string | Filename of file containing icon. |
public ProgramIcon ( string path, int index ) | ||
path | string | Filename of file containing icon. |
index | int | Index of icon within the file. |