C# 클래스 Rhino.Xml.XMLLib.Factory

An object which specifies an XMLLib implementation to be used at runtime.
An object which specifies an XMLLib implementation to be used at runtime. This interface should be considered experimental. It may be better (and certainly more flexible) to write an interface that returns an XMLLib object rather than a class name, for example. But that would cause many more ripple effects in the code, all the way back to Rhino.ScriptRuntime .
파일 보기 프로젝트 열기: hazzik/Rhino.Net

공개 메소드들

메소드 설명
Create ( string className ) : XMLLib.Factory
GetImplementationClassName ( ) : string

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string className ) : XMLLib.Factory
className string
리턴 XMLLib.Factory

GetImplementationClassName() 공개 추상적인 메소드

public abstract GetImplementationClassName ( ) : string
리턴 string