C# 클래스 ICSharpCode.Core.Runtime

파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
CreateInstance ( string instance ) : object
Runtime ( string assembly, string hintPath ) : System

비공개 메소드들

메소드 설명
Read ( AddIn addIn, XmlReader reader, string hintPath, Stack conditionStack ) : Runtime
ReadSection ( XmlReader reader, AddIn addIn, string hintPath ) : void

메소드 상세

CreateInstance() 공개 메소드

public CreateInstance ( string instance ) : object
instance string
리턴 object

Runtime() 공개 메소드

public Runtime ( string assembly, string hintPath ) : System
assembly string
hintPath string
리턴 System