ObjectiveCMarshal.MessageSendFunction Enumeração

Definição

Objective-C opções de substituição da função msgSend.

public: enum class ObjectiveCMarshal::MessageSendFunction
public enum ObjectiveCMarshal.MessageSendFunction
type ObjectiveCMarshal.MessageSendFunction = 
Public Enum ObjectiveCMarshal.MessageSendFunction
Herança
ObjectiveCMarshal.MessageSendFunction

Campos

Nome Valor Description
MsgSend 0

Substitui o msgSend do Objective-C runtime().

MsgSendFpret 1

Substitui o objc_msgSend_fpret do runtime do Objective-C().

MsgSendStret 2

Substitui o objc_msgSend_stret do runtime do Objective-C().

MsgSendSuper 3

Substitui o objc_msgSendSuper do runtime do Objective-C().

MsgSendSuperStret 4

Substitui o objc_msgSendSuper_stret do runtime do Objective-C().

Aplica-se a