C# Класс SIM.Tool.Base.Plugins.Plugin

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateInstance ( XmlElement element ) : object
CreateInstance ( string typeFullName, string reference = null, string param = null ) : object
GetImage ( string imageSource, string pluginFilePath ) : System.Windows.Media.ImageSource
GetType ( string typeFullName, string reference = null ) : Type

Описание методов

CreateInstance() публичный статический Метод

public static CreateInstance ( XmlElement element ) : object
element System.Xml.XmlElement
Результат object

CreateInstance() публичный статический Метод

public static CreateInstance ( string typeFullName, string reference = null, string param = null ) : object
typeFullName string
reference string
param string
Результат object

GetImage() публичный статический Метод

public static GetImage ( string imageSource, string pluginFilePath ) : System.Windows.Media.ImageSource
imageSource string
pluginFilePath string
Результат System.Windows.Media.ImageSource

GetType() публичный статический Метод

public static GetType ( string typeFullName, string reference = null ) : Type
typeFullName string
reference string
Результат System.Type