C# Class SphereStudio.Core

ファイルを表示 Open project: Radnen/spherestudio

Public Methods

Method Description
GetFileOpenerName ( string fileName ) : string

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

Private Methods

Method Description
Core ( ) : System

Method Details

GetFileOpenerName() public static method

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.
return string