Partager via


DotNetInvocationInfo(String, String, Int64, String) Constructeur

Définition

Initialise une nouvelle instance de 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)

Paramètres

assemblyName
String

Nom de l’assembly contenant la méthode.

methodIdentifier
String

Identificateur de la méthode à appeler.

dotNetObjectId
Int64

Identificateur d’objet pour instance appels de méthode.

callId
String

Identificateur d’appel.

S’applique à