DotNetInvocationInfo(String, String, Int64, String) Constructor

Definition

Initializes a new instance of DotNetInvocationInfo.

public:
 DotNetInvocationInfo(System::String ^ assemblyName, System::String ^ methodIdentifier, long dotNetObjectId, System::String ^ callId);
public DotNetInvocationInfo (string assemblyName, string methodIdentifier, long dotNetObjectId, string callId);
public DotNetInvocationInfo (string? assemblyName, string methodIdentifier, long dotNetObjectId, string? callId);
new Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo : string * string * int64 * string -> Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo
Public Sub New (assemblyName As String, methodIdentifier As String, dotNetObjectId As Long, callId As String)

Parameters

assemblyName
String

The name of the assembly containing the method.

methodIdentifier
String

The identifier of the method to be invoked.

dotNetObjectId
Int64

The object identifier for instance method calls.

callId
String

The call identifier.

Applies to