Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The Browser type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Browser()()()() |
Creates an unattached instance of a browser.
| |
| Browser(Browser) |
Creates a copy of a browser.
| |
| Browser(Session) |
Creates new instance of a browser and attaches it to a session.
|
Methods
| Name | Description | |
|---|---|---|
| Browse |
Browses the specified node.
| |
| 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.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| BrowseDirection |
The direction to browse.
| |
| ContinueUntilDone |
Whether subsequent continuation points should be processed automatically.
| |
| IncludeSubtypes |
Whether subtypes of the reference type should be included.
| |
| MaxReferencesReturned |
The maximum number of refrences to return in a single browse operation.
| |
| NodeClassMask |
The classes of the target nodes.
| |
| ReferenceTypeId |
The reference type to follow.
| |
| ResultMask |
The results to return.
| |
| Session |
The session that the browse is attached to.
| |
| View |
The view to use for the browse operation.
|
Events
| Name | Description | |
|---|---|---|
| MoreReferences |
Raised when a browse operation halted because of a continuation point.
|