Compartilhar via


ObjectiveCMarshal.SetMessageSendCallback Método

Definição

Defina uma substituição de ponteiro de função para uma mensagem de runtime Objective-C passando exportação.

public:
 static void SetMessageSendCallback(System::Runtime::InteropServices::ObjectiveC::ObjectiveCMarshal::MessageSendFunction msgSendFunction, IntPtr func);
public static void SetMessageSendCallback (System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.MessageSendFunction msgSendFunction, IntPtr func);
static member SetMessageSendCallback : System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.MessageSendFunction * nativeint -> unit
Public Shared Sub SetMessageSendCallback (msgSendFunction As ObjectiveCMarshal.MessageSendFunction, func As IntPtr)

Parâmetros

msgSendFunction
ObjectiveCMarshal.MessageSendFunction

A exportação a ser substituída.

func
IntPtr

nativeint

A substituição da função.

Exceções

A função msgSend já foi substituída.

Comentários

Fornecer uma substituição pode habilitar o suporte para suporte a argumentos variadic Objective-C.

Aplica-se a