C# Class SphereStudio.Core

Afficher le fichier Open project: Radnen/spherestudio

Méthodes publiques

Méthode Description
GetFileOpenerName ( string fileName ) : string

Gets the registered name of the IFileOpener handling a specified filename.

Private Methods

Méthode Description
Core ( ) : System

Method Details

GetFileOpenerName() public static méthode

Gets the registered name of the IFileOpener handling a specified filename.
public static GetFileOpenerName ( string fileName ) : string
fileName string The filename to find a file opener for.
Résultat string