ObjectiveCFrameworkAttribute Class
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.
This attribute tells the runtime which Objective-C framework a given type belongs to.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface)]
public sealed class ObjectiveCFrameworkAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface)>]
type ObjectiveCFrameworkAttribute = class
inherit Attribute
- Inheritance
-
ObjectiveCFrameworkAttribute
- Attributes
Remarks
This is used to determine which Objective-C frameworks to link with during the build.
Constructors
| Name | Description |
|---|---|
| ObjectiveCFrameworkAttribute(String) |
Initializes a new ObjectiveCFrameworkAttribute attribute. |
Properties
| Name | Description |
|---|---|
| Framework |
The name of the Objective-C framework. |