Share via


JSInvocationInfo Struct

Definition

Configuration of an interop call from .NET to JavaScript.

public readonly struct JSInvocationInfo
type JSInvocationInfo = struct
Public Structure JSInvocationInfo
Inheritance
JSInvocationInfo

Properties

ArgsJson

A JSON representation of the arguments.

AsyncHandle

The identifier for the interop call, or zero if no async callback is required.

CallType

The type of operation that should be performed in JS.

Identifier

The identifier of the function to invoke or property to access.

ResultType

The type of result expected from the invocation.

TargetInstanceId

The instance ID of the target JS object.

Applies to