Compartir a través de


LinkWithAttribute.NeedsGccExceptionHandling Propiedad

Definición

Especifica si la biblioteca nativa requiere o no la vinculación con la biblioteca de control de excepciones de GCC (libgcc_eh).

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

Valor de propiedad

Este valor debe establecerse true en si la biblioteca nativa requiere la vinculación con -lgcc_eh, o false de lo contrario.

Se aplica a