ObjectiveCMarshal.MessageSendFunction Výčet

Definice

Objective-C možnosti přepsání funkce msgSend.

public: enum class ObjectiveCMarshal::MessageSendFunction
public enum ObjectiveCMarshal.MessageSendFunction
type ObjectiveCMarshal.MessageSendFunction = 
Public Enum ObjectiveCMarshal.MessageSendFunction
Dědičnost
ObjectiveCMarshal.MessageSendFunction

Pole

Name Hodnota Description
MsgSend 0

Přepíše msgSend() modulu runtime Objective-C runtime.

MsgSendFpret 1

Přepíše objc_msgSend_fpret() modulu runtime Objective-C.

MsgSendStret 2

Přepíše objc_msgSend_stret() modulu runtime Objective-C.

MsgSendSuper 3

Přepíše objc_msgSendSuper() modulu runtime Objective-C.

MsgSendSuperStret 4

Přepíše objc_msgSendSuper_stret()modulu runtime Objective-C.

Platí pro