C# Class EditorMiniMap.Helpers.ResourceHelper

ファイルを表示 Open project: JoeRobich/fd-editorminimap

Public Methods

Method Description
GetImage ( string name ) : Image
GetImage ( string name, string extension ) : Image
GetString ( string key ) : string

Gets the specified localized string

Private Methods

Method Description
TryGetResourceManager ( LocaleVersion locale, string testKey, ResourceManager &manager ) : bool

Method Details

GetImage() public static method

public static GetImage ( string name ) : Image
name string
return System.Drawing.Image

GetImage() public static method

public static GetImage ( string name, string extension ) : Image
name string
extension string
return System.Drawing.Image

GetString() public static method

Gets the specified localized string
public static GetString ( string key ) : string
key string
return string