Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "/CLRUNMANAGEDCODECHECK (Add SupressUnmanagedCodeSecurityAttribute) | Microsoft Docs"
title: "/CLRUNMANAGEDCODECHECK (Add SuppressUnmanagedCodeSecurityAttribute) | Microsoft Docs"
ms.custom: ""
ms.date: "11/04/2016"
ms.technology: ["cpp-tools"]
Expand All @@ -12,7 +12,7 @@ author: "corob-msft"
ms.author: "corob"
ms.workload: ["cplusplus"]
---
# /CLRUNMANAGEDCODECHECK (Add SupressUnmanagedCodeSecurityAttribute)
# /CLRUNMANAGEDCODECHECK (Add SuppressUnmanagedCodeSecurityAttribute)

**/CLRUNMANAGEDCODECHECK** specifies whether the linker will apply <xref:System.Security.SuppressUnmanagedCodeSecurityAttribute> to linker-generated `PInvoke` calls from managed code into native DLLs.

Expand Down