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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.