C# Class Rsdn.Janus.ExtensionInfoProviderBase

Базовая реализация IExtensionInfoProvider
Inheritance: IExtensionInfoProvider
ファイルを表示 Open project: rsdn/janus

Public Methods

Method Description
GetIcon ( ) : Image

Protected Methods

Method Description
ExtensionInfoProviderBase ( string resourceName ) : System
GetDisplayName ( ) : string

Private Methods

Method Description
IExtensionInfoProvider ( ) : string

Method Details

ExtensionInfoProviderBase() protected method

protected ExtensionInfoProviderBase ( string resourceName ) : System
resourceName string
return System

GetDisplayName() protected abstract method

protected abstract GetDisplayName ( ) : string
return string

GetIcon() public method

public GetIcon ( ) : Image
return Image