LinkWithAttribute.LinkerFlags 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.
Additional linker flags that are required for linking the native library to an application.
public string LinkerFlags { get; set; }
member this.LinkerFlags : string with get, set
Property Value
A string containing the extra linker flags to be passed to clang or null
if unneeded.