LinkWithAttribute.SmartLink Property
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.
If this is set true, the ForceLoad value will be ignored when it is deemed safe to do so.
public bool SmartLink { get; set; }
member this.SmartLink : bool with get, set
Property Value
This value should be set to true to let Xamarin.iOS determine whether ForceLoad is required or not.
Remarks
In the current implementation the ForceLoad flag is usually not required when the static registrar is used at compilation time. The exact logic is however an implementation detail and may change in future versions.