DotNetInvocationInfo Struct

Definition

Information about a JSInterop call from JavaScript to .NET.

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

Constructors

DotNetInvocationInfo(String, String, Int64, String)

Initializes a new instance of DotNetInvocationInfo.

Properties

AssemblyName

Gets the name of the assembly containing the method. Only one of DotNetObjectId or AssemblyName may be specified.

CallId

Gets the call identifier. This value is null when the client does not expect a value to be returned.

DotNetObjectId

Gets the object identifier for instance method calls. Only one of DotNetObjectId or AssemblyName may be specified.

MethodIdentifier

Gets the identifier of the method to be invoked. This is the value specified in the JSInvokableAttribute.

Applies to