C# Class Engine.Objects.XMLDocInstance

Inheritance: Jurassic.Library.ObjectInstance
Afficher le fichier Open project: Radnen/sphere-sfml

Méthodes publiques

Méthode Description
XMLDocInstance ( ObjectInstance prototype ) : System.IO
XMLDocInstance ( ObjectInstance prototype, string path ) : System.IO

Private Methods

Méthode Description
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

Method Details

XMLDocInstance() public méthode

public XMLDocInstance ( ObjectInstance prototype ) : System.IO
prototype Jurassic.Library.ObjectInstance
Résultat System.IO

XMLDocInstance() public méthode

public XMLDocInstance ( ObjectInstance prototype, string path ) : System.IO
prototype Jurassic.Library.ObjectInstance
path string
Résultat System.IO