LinkWithAttribute Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
LinkWithAttribute() |
Crée un nouveau LinkWithAttribute pour spécifier des indicateurs de build/éditeur de liens personnalisés pour l’assembly managé. |
LinkWithAttribute(String) |
Crée un lienWithAttribute pour la bibliothèque native spécifiée. |
LinkWithAttribute(String, LinkTarget) |
Crée un linkWithAttribute pour la bibliothèque native spécifiée ciblant la ou les plateformes spécifiées. |
LinkWithAttribute(String, LinkTarget, String) |
Crée un linkWithAttribute pour la bibliothèque native spécifiée ciblant la ou les plateformes spécifiées. |
LinkWithAttribute()
Crée un nouveau LinkWithAttribute pour spécifier des indicateurs de build/éditeur de liens personnalisés pour l’assembly managé.
public LinkWithAttribute ();
S’applique à
LinkWithAttribute(String)
Crée un lienWithAttribute pour la bibliothèque native spécifiée.
public LinkWithAttribute (string libraryName);
new ObjCRuntime.LinkWithAttribute : string -> ObjCRuntime.LinkWithAttribute
Paramètres
- libraryName
- String
Nom de la bibliothèque native. Par exemple : libMyLibrary.a
S’applique à
LinkWithAttribute(String, LinkTarget)
Crée un linkWithAttribute pour la bibliothèque native spécifiée ciblant la ou les plateformes spécifiées.
public LinkWithAttribute (string libraryName, ObjCRuntime.LinkTarget target);
new ObjCRuntime.LinkWithAttribute : string * ObjCRuntime.LinkTarget -> ObjCRuntime.LinkWithAttribute
Paramètres
- libraryName
- String
Nom de la bibliothèque native. Par exemple : libMyLibrary.a
- target
- LinkTarget
Plateforme cible (ou plateformes) pour laquelle cette bibliothèque est créée.
S’applique à
LinkWithAttribute(String, LinkTarget, String)
Crée un linkWithAttribute pour la bibliothèque native spécifiée ciblant la ou les plateformes spécifiées.
public LinkWithAttribute (string libraryName, ObjCRuntime.LinkTarget target, string linkerFlags);
new ObjCRuntime.LinkWithAttribute : string * ObjCRuntime.LinkTarget * string -> ObjCRuntime.LinkWithAttribute
Paramètres
- libraryName
- String
Nom de la bibliothèque native. Par exemple : libMyLibrary.a
- target
- LinkTarget
Plateforme cible (ou plateformes) pour laquelle cette bibliothèque est créée.
- linkerFlags
- String
Indicateurs d’éditeur de liens supplémentaires requis pour lier la bibliothèque native à une application.