IWindowsScriptObjectGetUnderlyingObject Method |
Provides access to the underlying unmanaged COM object.
Namespace: Microsoft.ClearScript.WindowsAssembly: ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.4.5
Syntax Object GetUnderlyingObject()
Function GetUnderlyingObject As Object
Object^ GetUnderlyingObject()
abstract GetUnderlyingObject : unit -> Object
Return Value
ObjectAn object that represents the underlying unmanaged COM object.
See Also