Class Puppeteer.Root
Inheritance
System.Object
Puppeteer.Root
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: GPAL.dll
Syntax
Properties
backendNodeId
Declaration
public int backendNodeId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
baseURL
Declaration
public string baseURL { get; set; }
Property Value
| Type |
Description |
| System.String |
|
childNodeCount
Declaration
public int childNodeCount { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
children
Declaration
public Puppeteer.Child[] children { get; set; }
Property Value
compatibilityMode
Declaration
public string compatibilityMode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
documentURL
Declaration
public string documentURL { get; set; }
Property Value
| Type |
Description |
| System.String |
|
localName
Declaration
public string localName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
nodeId
Declaration
public int nodeId { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
nodeName
Declaration
public string nodeName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
nodeType
Declaration
public int nodeType { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
nodeValue
Declaration
public string nodeValue { get; set; }
Property Value
| Type |
Description |
| System.String |
|
xmlVersion
Declaration
public string xmlVersion { get; set; }
Property Value
| Type |
Description |
| System.String |
|