ObjectiveCMarshal.MessageSendFunction 列舉

定義

Objective-C msgSend 函式覆寫選項。

public: enum class ObjectiveCMarshal::MessageSendFunction
public enum ObjectiveCMarshal.MessageSendFunction
type ObjectiveCMarshal.MessageSendFunction = 
Public Enum ObjectiveCMarshal.MessageSendFunction
繼承
ObjectiveCMarshal.MessageSendFunction

欄位

名稱 Description
MsgSend 0

覆蓋 Objective-C 執行時的 msgSend()

MsgSendFpret 1

覆寫 Objective-C 執行時的 objc_msgSend_fpret()

MsgSendStret 2

覆寫 Objective-C 執行時的 objc_msgSend_stret()

MsgSendSuper 3

覆蓋 Objective-C 執行時的 objc_msgSendSuper()

MsgSendSuperStret 4

覆寫 Objective-C 執行時的 objc_msgSendSuper_stret()

適用於