C# Class RadioDld.Provider

Mostrar archivo Open project: ribbons/RadioDownloader Class Usage Examples

Public Methods

Method Description
CreateInstance ( ) : IRadioProvider
Exists ( System.Guid pluginId ) : bool
GetAll ( ) : RadioDld.Provider[]
GetFromId ( System.Guid pluginId ) : Provider
ToString ( ) : string

Private Methods

Method Description
ExamineAssembly ( Assembly assembly ) : void
Provider ( ) : System

Method Details

CreateInstance() public method

public CreateInstance ( ) : IRadioProvider
return IRadioProvider

Exists() public static method

public static Exists ( System.Guid pluginId ) : bool
pluginId System.Guid
return bool

GetAll() public static method

public static GetAll ( ) : RadioDld.Provider[]
return RadioDld.Provider[]

GetFromId() public static method

public static GetFromId ( System.Guid pluginId ) : Provider
pluginId System.Guid
return Provider

ToString() public method

public ToString ( ) : string
return string