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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.