Method | Description | |
---|---|---|
Associate ( string progId ) : void |
Associates an already existing program id with a list of extensions.
|
|
Associate ( string progId, string executablePath ) : void |
Associates a single executable with a list of extensions.
|
|
CheckAssociation ( string progId ) : string[] |
Determines of the list of extensions are associated with the specified program id.
|
public Associate ( string progId ) : void | ||
progId | string | The program id to associate extensions with. |
return | void |
public Associate ( string progId, string executablePath ) : void | ||
progId | string | Name of program id |
executablePath | string | Path to executable to start including arguments. |
return | void |
public CheckAssociation ( string progId ) : string[] | ||
progId | string | Program id to check against. |
return | string[] |