Interface ISupportsNativeObject
A test object that supports accessing the native application object.
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public interface ISupportsNativeObject
Properties
NativeObject
Returns the native application object that is represented by this test object instance, enabling you to access the native properties and methods provided by that object.
Declaration
dynamic NativeObject { get; }
Property Value
| Type | Description |
|---|---|
| dynamic |
Remarks
You can retrieve the list of available native operations for an object using the nativeObject.MEMBERS property.
For implementation details and important considerations, see the NativeObject property topic in the Help Center.