ObjectiveCMarshal.MessageSendFunction Enum

Definition

Objective-C msgSend function override options.

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

Fields

MsgSend 0

Overrides the Objective-C runtime's msgSend().

MsgSendFpret 1

Overrides the Objective-C runtime's objc_msgSend_fpret().

MsgSendStret 2

Overrides the Objective-C runtime's objc_msgSend_stret().

MsgSendSuper 3

Overrides the Objective-C runtime's objc_msgSendSuper().

MsgSendSuperStret 4

Overrides the Objective-C runtime's objc_msgSendSuper_stret().

Applies to