ObjectiveCMarshal.MessageSendFunction Enumeración

Definición

Opciones de invalidación de función msgSend de Objective-C.

public: enum class ObjectiveCMarshal::MessageSendFunction
public enum ObjectiveCMarshal.MessageSendFunction
type ObjectiveCMarshal.MessageSendFunction = 
Public Enum ObjectiveCMarshal.MessageSendFunction
Herencia
ObjectiveCMarshal.MessageSendFunction

Campos

MsgSend 0

Invalida el msgSend() del entorno de ejecución de Objective-C.

MsgSendFpret 1

Invalida el objc_msgSend_fpret() del entorno de ejecución de Objective-C.

MsgSendStret 2

Invalida el objc_msgSend_stret() del entorno de ejecución de Objective-C.

MsgSendSuper 3

Invalida el objc_msgSendSuper() del entorno de ejecución de Objective-C.

MsgSendSuperStret 4

Invalida el objc_msgSendSuper_stret() del entorno de ejecución de Objective-C.

Se aplica a