C# 클래스 Engine.Objects.XMLDocInstance

상속: Jurassic.Library.ObjectInstance
파일 보기 프로젝트 열기: Radnen/sphere-sfml

공개 메소드들

메소드 설명
XMLDocInstance ( ObjectInstance prototype ) : System.IO
XMLDocInstance ( ObjectInstance prototype, string path ) : System.IO

비공개 메소드들

메소드 설명
Close ( ) : void
Write ( string name, ObjectInstance obj ) : void
WriteArray ( XmlElement parent, string name, ArrayInstance array ) : void
WriteObject ( XmlElement parent, string name, ObjectInstance obj ) : void
WritePrimitive ( XmlElement parent, string name, object obj ) : void

메소드 상세

XMLDocInstance() 공개 메소드

public XMLDocInstance ( ObjectInstance prototype ) : System.IO
prototype Jurassic.Library.ObjectInstance
리턴 System.IO

XMLDocInstance() 공개 메소드

public XMLDocInstance ( ObjectInstance prototype, string path ) : System.IO
prototype Jurassic.Library.ObjectInstance
path string
리턴 System.IO