JSInvocationInfo Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |