ObjectiveCMarshal.MessageSendFunction Výčet

Definice

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

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

Pole

MsgSend 0

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

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