Table of Contents

Class iOSTest

Namespace
VisioForge.Core.Experimental
Assembly
VisioForge.Core.dll

Experimental iOS test class.

public class iOSTest

Inheritance

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

handle nint

The handle.

StartAsync()

Starts asynchronously.

public Task StartAsync()

Returns

Task

A Task representing the asynchronous operation.

StopAsync()

Stops asynchronously.

public Task StopAsync()

Returns

Task

A Task representing the asynchronous operation.