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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.