ObjectiveCMarshal.MessageSendFunction Enumeração

Definição

Opções de substituição da função msgSend objective-C.

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

Campos

MsgSend 0

Substitui o msgSend() do runtime objective-C().

MsgSendFpret 1

Substitui o runtime do Objective-C objc_msgSend_fpret().

MsgSendStret 2

Substitui o runtime do Objective-C objc_msgSend_stret().

MsgSendSuper 3

Substitui o runtime do Objective-C objc_msgSendSuper().

MsgSendSuperStret 4

Substitui o runtime do Objective-C objc_msgSendSuper_stret().

Aplica-se a