Partager via


DotNetDispatcher Classe

Définition

Fournit des méthodes qui reçoivent des appels entrants de JS vers .NET.

public ref class DotNetDispatcher abstract sealed
public static class DotNetDispatcher
type DotNetDispatcher = class
Public Class DotNetDispatcher
Héritage
DotNetDispatcher

Méthodes

BeginInvokeDotNet(JSRuntime, DotNetInvocationInfo, String)

Reçoit un appel de JS vers .NET, localisant et appelant la méthode spécifiée de manière asynchrone.

EndInvokeJS(JSRuntime, String)

Reçoit une notification indiquant qu’un appel de .NET vers JS est terminé, en marquant l’associé Task comme terminé.

Invoke(JSRuntime, DotNetInvocationInfo, String)

Reçoit un appel de JS vers .NET, localisant et appelant la méthode spécifiée.

ReceiveByteArray(JSRuntime, Int32, Byte[])

Accepte les données de tableau d’octets transférées de JS vers DotNet.

S’applique à