共用方式為


LinkWithAttribute.NeedsGccExceptionHandling 屬性

定義

指定原生程式庫是否需要與 GCC 例外狀況處理程式庫連結 (libgcc_eh) 。

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

屬性值

如果原生程式庫需要與 -lgcc_eh 連結,則 false 此值應該設定為 ,否則應設定 true 為 。

適用於