DotNetInvocationResult Struct

Definition

Result of a .NET invocation that is returned to JavaScript.

public value class DotNetInvocationResult
public readonly struct DotNetInvocationResult
type DotNetInvocationResult = struct
Public Structure DotNetInvocationResult
Inheritance
DotNetInvocationResult

Constructors

DotNetInvocationResult(Exception, String)

Constructor for a failed invocation.

DotNetInvocationResult(Object)

Constructor for a successful invocation.

Properties

ErrorKind

Gets the error kind.

Exception

Gets the Exception that caused the failure.

Result

Gets the result of a successful invocation.

ResultJson

Gets a JSON representation of the result of a successful invocation.

Success

true if the invocation succeeded, otherwise false.

Applies to