VCLinkerTool.CLRUnmanagedCodeCheck, propriété
Détermine si /CLRUNMANAGEDCODECHECK est activé ou pas.
Espace de noms : Microsoft.VisualStudio.VCProjectEngine
Assembly : Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Déclaration
Property CLRUnmanagedCodeCheck As Boolean
bool CLRUnmanagedCodeCheck { get; set; }
property bool CLRUnmanagedCodeCheck {
bool get ();
void set (bool value);
}
abstract CLRUnmanagedCodeCheck : bool with get, set
function get CLRUnmanagedCodeCheck () : boolean
function set CLRUnmanagedCodeCheck (value : boolean)
Valeur de propriété
Type : Boolean
Retourne une valeur booléenne.true si /CLRUNMANAGEDCODECHECK est activé.
Notes
Pour plus d'informations, consultez /CLRUNMANAGEDCODECHECK (Ajouter SupressUnmanagedCodeSecurityAttribute).
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.