ObjectiveCFrameworkAttribute Class

Definition

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.

Applies to