Table of Contents

Interface ISupportsNativeObject

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

A test object that supports accessing the native application object.

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.

dynamic NativeObject { get; }

Property Value

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.