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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.