LinkWithAttribute.NeedsGccExceptionHandling Property

Definition

Specifies whether or not the native library requires linking with the GCC Exception Handling library (libgcc_eh).

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

Property Value

This value should be set to true if the native library requires linking with -lgcc_eh, or false otherwise.

Applies to