메소드 | 설명 | |
---|---|---|
Unparser40 ( XmlScript p_xscScript ) : System.Xml.Linq |
A simple constructor that initializes the object with the given values.
|
메소드 | 설명 | |
---|---|---|
UnparseInstallStep ( InstallStep p_ispStep ) : System.Xml.Linq.XElement |
Unparses the given InstallStep. This method can be overidden to provide game-specific or newer-version unparsing. |
|
UnparseInstallSteps ( ) : System.Xml.Linq.XElement |
Unparses XmlScript.InstallSteps.
|
protected UnparseInstallStep ( InstallStep p_ispStep ) : System.Xml.Linq.XElement | ||
p_ispStep | InstallStep | The |
리턴 | System.Xml.Linq.XElement |
protected UnparseInstallSteps ( ) : System.Xml.Linq.XElement | ||
리턴 | System.Xml.Linq.XElement |
public Unparser40 ( XmlScript p_xscScript ) : System.Xml.Linq | ||
p_xscScript | XmlScript | The script to unparse. |
리턴 | System.Xml.Linq |