ObjectiveCMarshal.MessageSendFunction Enum

Definition

Objective-C msgSend function override options.

C#
public enum ObjectiveCMarshal.MessageSendFunction
Inheritance
ObjectiveCMarshal.MessageSendFunction

Fields

Name Value Description
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

Product Versions
.NET 6, 7, 8, 9