C# Class OpenQA.Selenium.IE.StringWrapper

Inheritance: IDisposable
Show file Open project: epall/selenium Class Usage Examples

Private Properties

Property Type Description
StringWrapper System

Public Methods

Method Description
Dispose ( ) : void

Disposes of the objects

Private Methods

Method Description
StringWrapper ( SafeStringWrapperHandle stringHandle ) : System

Initializes a new instance of the StringWrapper class

Method Details

Dispose() public method

Disposes of the objects
public Dispose ( ) : void
return void