C# 클래스 SIM.Tool.Base.Plugins.Plugin

파일 보기 프로젝트 열기: Sitecore/Sitecore-Instance-Manager 1 사용 예제들

공개 메소드들

메소드 설명
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