LinkWithAttribute.IsCxx Property

Definition

Specifies whether or not the native library is a C++ library.

public bool IsCxx { get; set; }
member this.IsCxx : bool with get, set

Property Value

This value should be set to true if a c++ compiler should be used when building the application consuming this native library.

Applies to