Class iOSTest
- Namespace
- VisioForge.Core.Experimental
- Assembly
- VisioForge.Core.dll
Experimental iOS test class.
public class iOSTestInheritance
Inherited Members
Constructors
iOSTest()
Initializes a new instance of the VisioForge.Core.Experimental.iOSTest class.
public iOSTest()Methods
SetWindowHandle(nint)
Sets the window handle.
public void SetWindowHandle(nint handle)Parameters
handlenint-
The handle.
StartAsync()
Starts asynchronously.
public Task StartAsync()Returns
StopAsync()
Stops asynchronously.
public Task StopAsync()