ObjectiveCMarshal.MessageSendFunction 列挙型

定義

Objective-C msgSend 関数のオーバーライド オプション。

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

フィールド

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()をオーバーライドします。

適用対象