ObjectiveCMarshal.MessageSendFunction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Objective-C msgSend function override options.
public: enum class ObjectiveCMarshal::MessageSendFunction
public enum ObjectiveCMarshal.MessageSendFunction
type ObjectiveCMarshal.MessageSendFunction =
Public Enum ObjectiveCMarshal.MessageSendFunction
- Inheritance
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.