19 [BadMethod(description:
"Loads an XML Document from a string")]
20 [
return: BadReturn(
"XmlDocument")]
23 XmlDocument doc =
new XmlDocument();
Implements the "Xml" API.
BadObject Load(string xml)
Loads an XML Document from a string.
Implements an Interop API for the BS2 Language.
Implements a Reflected Object.
The Base Class for all BadScript Objects.
Contains Common Interop APIs for the BadScript2 Runtime.
Contains the Classes for Reflection Objects.
Contains the Runtime Objects.