LinkWithAttribute.ForceLoad 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.
Specifies whether or not the -force_load clang argument is required when linking this native library.
public bool ForceLoad { get; set; }
member this.ForceLoad : bool with get, set
Property Value
This value should be set to true
if the -force_load argument is required, or false
otherwise.