Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

VCLinkerTool.CLRUnmanagedCodeCheck Property

Definition

Namespace:
Microsoft.VisualStudio.VCProjectEngine
Assembly:
Microsoft.VisualStudio.VCProjectEngine.dll
Package:
Microsoft.VisualStudio.VCProjectEngine v17.14.40264

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Determines whether /CLRUNMANAGEDCODECHECK is in effect or not.

public:
 property bool CLRUnmanagedCodeCheck { bool get(); void set(bool value); };
public:
 property bool CLRUnmanagedCodeCheck { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(117)]
public bool CLRUnmanagedCodeCheck { [System.Runtime.InteropServices.DispId(117)] get; [System.Runtime.InteropServices.DispId(117)] set; }
[<System.Runtime.InteropServices.DispId(117)>]
[<get: System.Runtime.InteropServices.DispId(117)>]
[<set: System.Runtime.InteropServices.DispId(117)>]
member this.CLRUnmanagedCodeCheck : bool with get, set
Public Property CLRUnmanagedCodeCheck As Boolean

Property Value

Returns a Boolean. true if /CLRUNMANAGEDCODECHECK is in effect.

Attributes

Remarks

For more information, see /CLRUNMANAGEDCODECHECK (Add SupressUnmanagedCodeSecurityAttribute).

Applies to