Edit

Share via


LinkWithAttribute.LinkTarget Property

Definition

The target platform (or platforms) that this library is built for.

public ObjCRuntime.LinkTarget LinkTarget { get; set; }
member this.LinkTarget : ObjCRuntime.LinkTarget with get, set

Property Value

A bitwise-or'ing of LinkTarget.

Remarks

This field is ignored, Xamarin.iOS will instead look in the native library to see which architectures are present in the library.

Applies to