The NamedJavaScript type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NamedJavaScript()()()() |
Create a new NamedJavaScript object, without any code.
| |
| NamedJavaScript(String) |
Create a new named NamedJavaScript object, without any code.
| |
| NamedJavaScript(String, String) |
Create a new named NamedJavaScript object, with defined code.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Name |
Get or set the name of this JavaScript.
| |
| Text |
The JavaScript Code.
(Inherited from JavaScript.) |